2024-02-13T03:25:45.671 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-13T03:25:45.671 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_lflores@teuthology --archive /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194 --verbose --name lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} -- /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194/orig.config.yaml 2024-02-13T03:25:45.706 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-13T03:25:45.785 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194 branch: wip-yuri10-testing-2024-02-08-0854-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: null first_in_suite: false job_id: '7557194' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-yuri10-testing-2024-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 workunit: branch: wip-tracker-64343-pacific sha1: 84e714279aa684636ac645daf0a1a85c2094cfb3 owner: scheduled_lflores@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 84e714279aa684636ac645daf0a1a85c2094cfb3 targets: smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi196.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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-12_21:56:27 tube: smithi user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-13T03:25:45.786 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa; will attempt to use it 2024-02-13T03:25:45.786 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa/tasks 2024-02-13T03:25:45.786 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-13T03:25:45.788 INFO:teuthology.task.internal:Checking packages... 2024-02-13T03:25:45.812 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-13T03:25:45.812 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-13T03:25:45.812 INFO:teuthology.packaging:ref: None 2024-02-13T03:25:45.812 INFO:teuthology.packaging:tag: None 2024-02-13T03:25:45.812 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-13T03:25:45.812 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T03:25:45.812 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-13T03:25:45.956 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521-g0e714d9a-1bionic 2024-02-13T03:25:45.958 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-13T03:25:45.965 INFO:teuthology.task.internal:no buildpackages task found 2024-02-13T03:25:45.965 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-13T03:25:45.971 INFO:teuthology.task.internal:Saving configuration 2024-02-13T03:25:45.985 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-13T03:25:45.990 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T03:25:46.011 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-13 03:20:26.935096', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-02-13T03:25:46.030 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-13 03:20:26.936554', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-02-13T03:25:46.030 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-13T03:25:46.036 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-13T03:25:46.036 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-13T03:25:46.036 INFO:teuthology.run_tasks:Running task console_log... 2024-02-13T03:25:46.099 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2fc6d500d0>, signals=[15]) 2024-02-13T03:25:46.099 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-13T03:25:46.105 INFO:teuthology.task.internal:Opening connections... 2024-02-13T03:25:46.105 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T03:25:46.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:25:46.186 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-02-13T03:25:46.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:25:46.266 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-13T03:25:46.273 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2024-02-13T03:25:46.308 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2024-02-13T03:25:46.309 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2024-02-13T03:25:46.356 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="Ubuntu" 2024-02-13T03:25:46.356 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-02-13T03:25:46.356 INFO:teuthology.orchestra.run.smithi143.stdout:ID=ubuntu 2024-02-13T03:25:46.356 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE=debian 2024-02-13T03:25:46.356 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-02-13T03:25:46.356 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="18.04" 2024-02-13T03:25:46.357 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-13T03:25:46.357 INFO:teuthology.orchestra.run.smithi143.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-13T03:25:46.357 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-13T03:25:46.357 INFO:teuthology.orchestra.run.smithi143.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-13T03:25:46.357 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_CODENAME=bionic 2024-02-13T03:25:46.357 INFO:teuthology.orchestra.run.smithi143.stdout:UBUNTU_CODENAME=bionic 2024-02-13T03:25:46.358 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2024-02-13T03:25:46.385 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-02-13T03:25:46.392 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-02-13T03:25:46.392 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Ubuntu" 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:ID=ubuntu 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE=debian 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="18.04" 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-13T03:25:46.443 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_CODENAME=bionic 2024-02-13T03:25:46.444 INFO:teuthology.orchestra.run.smithi196.stdout:UBUNTU_CODENAME=bionic 2024-02-13T03:25:46.444 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-02-13T03:25:46.468 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-13T03:25:46.478 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-13T03:25:46.483 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-13T03:25:46.483 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2024-02-13T03:25:46.485 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-02-13T03:25:46.490 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-13T03:25:46.496 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-13T03:25:46.496 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2024-02-13T03:25:46.532 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-02-13T03:25:46.558 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-13T03:25:46.611 INFO:teuthology.run_tasks:Running task kernel... 2024-02-13T03:25:46.627 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-13T03:25:46.627 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-13T03:25:46.628 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-13T03:25:46.628 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-13T03:25:46.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:25:46.634 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-02-13T03:25:46.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:25:46.635 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-02-13T03:25:46.680 INFO:teuthology.orchestra.run.smithi143.stdout:4.15.0-200-generic 2024-02-13T03:25:46.681 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.15.0-200-generic 2024-02-13T03:25:46.681 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2024-02-13T03:25:46.683 INFO:teuthology.orchestra.run.smithi196.stdout:4.15.0-200-generic 2024-02-13T03:25:46.683 INFO:teuthology.task.kernel:Running kernel on smithi196: 4.15.0-200-generic 2024-02-13T03:25:46.683 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get clean 2024-02-13T03:25:46.785 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-02-13T03:25:46.790 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-02-13T03:25:46.938 INFO:teuthology.orchestra.run.smithi196.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-02-13T03:25:47.060 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-13T03:25:47.074 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-13T03:25:47.074 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-02-13T03:25:47.141 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-02-13T03:25:47.142 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-02-13T03:25:47.226 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-02-13T03:25:47.358 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-02-13T03:25:47.408 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-02-13T03:25:47.416 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-02-13T03:25:47.417 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-02-13T03:25:47.442 INFO:teuthology.orchestra.run.smithi196.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-02-13T03:25:47.445 INFO:teuthology.orchestra.run.smithi196.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-02-13T03:25:47.458 INFO:teuthology.orchestra.run.smithi196.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-02-13T03:25:47.464 INFO:teuthology.orchestra.run.smithi196.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-02-13T03:25:47.471 INFO:teuthology.orchestra.run.smithi196.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-02-13T03:25:47.472 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-02-13T03:25:47.473 INFO:teuthology.orchestra.run.smithi196.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-02-13T03:25:47.474 INFO:teuthology.orchestra.run.smithi196.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-02-13T03:25:47.474 INFO:teuthology.orchestra.run.smithi196.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-02-13T03:25:47.529 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-02-13T03:25:47.613 INFO:teuthology.orchestra.run.smithi196.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-02-13T03:25:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-02-13T03:25:47.975 INFO:teuthology.orchestra.run.smithi196.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-02-13T03:25:47.984 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-02-13T03:25:48.100 INFO:teuthology.orchestra.run.smithi196.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-02-13T03:25:48.110 INFO:teuthology.orchestra.run.smithi196.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-02-13T03:25:48.111 INFO:teuthology.orchestra.run.smithi196.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-02-13T03:25:48.120 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-02-13T03:25:48.137 INFO:teuthology.orchestra.run.smithi143.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-02-13T03:25:48.138 INFO:teuthology.orchestra.run.smithi143.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-02-13T03:25:48.144 INFO:teuthology.orchestra.run.smithi196.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-02-13T03:25:48.151 INFO:teuthology.orchestra.run.smithi196.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-02-13T03:25:48.169 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-02-13T03:25:48.172 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-02-13T03:25:48.179 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-02-13T03:25:48.203 INFO:teuthology.orchestra.run.smithi196.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-02-13T03:25:48.211 INFO:teuthology.orchestra.run.smithi143.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-02-13T03:25:48.215 INFO:teuthology.orchestra.run.smithi143.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-02-13T03:25:48.221 INFO:teuthology.orchestra.run.smithi143.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-02-13T03:25:48.222 INFO:teuthology.orchestra.run.smithi143.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-02-13T03:25:48.247 INFO:teuthology.orchestra.run.smithi143.stdout:Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-02-13T03:25:48.253 INFO:teuthology.orchestra.run.smithi143.stdout:Get:19 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-02-13T03:25:48.270 INFO:teuthology.orchestra.run.smithi143.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-02-13T03:25:48.281 INFO:teuthology.orchestra.run.smithi143.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-02-13T03:25:48.317 INFO:teuthology.orchestra.run.smithi143.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-02-13T03:25:48.418 INFO:teuthology.orchestra.run.smithi143.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-02-13T03:25:48.422 INFO:teuthology.orchestra.run.smithi196.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-02-13T03:25:48.500 INFO:teuthology.orchestra.run.smithi143.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-02-13T03:25:48.535 INFO:teuthology.orchestra.run.smithi143.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-02-13T03:25:48.935 INFO:teuthology.orchestra.run.smithi196.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-02-13T03:25:48.936 INFO:teuthology.orchestra.run.smithi196.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-02-13T03:25:48.939 INFO:teuthology.orchestra.run.smithi196.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-02-13T03:25:48.940 INFO:teuthology.orchestra.run.smithi196.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-02-13T03:25:48.948 INFO:teuthology.orchestra.run.smithi196.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-02-13T03:25:48.955 INFO:teuthology.orchestra.run.smithi196.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-02-13T03:25:48.958 INFO:teuthology.orchestra.run.smithi196.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-02-13T03:25:49.059 INFO:teuthology.orchestra.run.smithi143.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-02-13T03:25:49.060 INFO:teuthology.orchestra.run.smithi143.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-02-13T03:25:49.064 INFO:teuthology.orchestra.run.smithi143.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-02-13T03:25:49.064 INFO:teuthology.orchestra.run.smithi143.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-02-13T03:25:49.072 INFO:teuthology.orchestra.run.smithi143.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-02-13T03:25:49.079 INFO:teuthology.orchestra.run.smithi143.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-02-13T03:25:49.082 INFO:teuthology.orchestra.run.smithi143.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-02-13T03:25:50.231 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 20.1 MB in 3s (6,313 kB/s) 2024-02-13T03:25:50.711 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 20.1 MB in 4s (5,484 kB/s) 2024-02-13T03:25:51.948 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-02-13T03:25:51.999 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-13T03:25:52.128 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-02-13T03:25:52.417 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-02-13T03:25:52.417 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-02-13T03:25:52.437 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-02-13T03:25:52.487 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-13T03:25:52.574 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-02-13T03:25:52.636 INFO:teuthology.orchestra.run.smithi196.stdout:The following additional packages will be installed: 2024-02-13T03:25:52.636 INFO:teuthology.orchestra.run.smithi196.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-13T03:25:52.636 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-02-13T03:25:52.636 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-02-13T03:25:52.639 INFO:teuthology.orchestra.run.smithi196.stdout:Suggested packages: 2024-02-13T03:25:52.639 INFO:teuthology.orchestra.run.smithi196.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-02-13T03:25:52.639 INFO:teuthology.orchestra.run.smithi196.stdout:Recommended packages: 2024-02-13T03:25:52.639 INFO:teuthology.orchestra.run.smithi196.stdout: thermald 2024-02-13T03:25:52.707 INFO:teuthology.orchestra.run.smithi196.stdout:The following NEW packages will be installed: 2024-02-13T03:25:52.707 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-13T03:25:52.708 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-02-13T03:25:52.708 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-extra-4.15.0-213-generic 2024-02-13T03:25:52.710 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages will be upgraded: 2024-02-13T03:25:52.711 INFO:teuthology.orchestra.run.smithi196.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-13T03:25:52.857 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-02-13T03:25:52.858 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-02-13T03:25:52.894 INFO:teuthology.orchestra.run.smithi196.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-02-13T03:25:52.894 INFO:teuthology.orchestra.run.smithi196.stdout:Need to get 67.4 MB of archives. 2024-02-13T03:25:52.895 INFO:teuthology.orchestra.run.smithi196.stdout:After this operation, 351 MB of additional disk space will be used. 2024-02-13T03:25:52.895 INFO:teuthology.orchestra.run.smithi196.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-02-13T03:25:53.093 INFO:teuthology.orchestra.run.smithi143.stdout:The following additional packages will be installed: 2024-02-13T03:25:53.093 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-13T03:25:53.093 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-02-13T03:25:53.094 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-02-13T03:25:53.096 INFO:teuthology.orchestra.run.smithi143.stdout:Suggested packages: 2024-02-13T03:25:53.096 INFO:teuthology.orchestra.run.smithi143.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-02-13T03:25:53.096 INFO:teuthology.orchestra.run.smithi143.stdout:Recommended packages: 2024-02-13T03:25:53.096 INFO:teuthology.orchestra.run.smithi143.stdout: thermald 2024-02-13T03:25:53.158 INFO:teuthology.orchestra.run.smithi143.stdout:The following NEW packages will be installed: 2024-02-13T03:25:53.158 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-13T03:25:53.159 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-02-13T03:25:53.159 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-4.15.0-213-generic 2024-02-13T03:25:53.161 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages will be upgraded: 2024-02-13T03:25:53.161 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-13T03:25:53.347 INFO:teuthology.orchestra.run.smithi143.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-02-13T03:25:53.347 INFO:teuthology.orchestra.run.smithi143.stdout:Need to get 67.4 MB of archives. 2024-02-13T03:25:53.348 INFO:teuthology.orchestra.run.smithi143.stdout:After this operation, 351 MB of additional disk space will be used. 2024-02-13T03:25:53.348 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] 2024-02-13T03:25:53.939 INFO:teuthology.orchestra.run.smithi196.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-02-13T03:25:54.184 INFO:teuthology.orchestra.run.smithi196.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-02-13T03:25:54.394 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] 2024-02-13T03:25:54.601 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] 2024-02-13T03:25:55.236 INFO:teuthology.orchestra.run.smithi196.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-02-13T03:25:55.236 INFO:teuthology.orchestra.run.smithi196.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-02-13T03:25:55.236 INFO:teuthology.orchestra.run.smithi196.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-02-13T03:25:55.531 INFO:teuthology.orchestra.run.smithi196.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-02-13T03:25:55.580 INFO:teuthology.orchestra.run.smithi196.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-02-13T03:25:55.714 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] 2024-02-13T03:25:55.714 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] 2024-02-13T03:25:55.714 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] 2024-02-13T03:25:56.015 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] 2024-02-13T03:25:56.040 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] 2024-02-13T03:25:56.276 INFO:teuthology.orchestra.run.smithi196.stdout:Fetched 67.4 MB in 3s (23.6 MB/s) 2024-02-13T03:25:56.576 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-02-13T03:25:56.745 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 67.4 MB in 3s (23.6 MB/s) 2024-02-13T03:25:56.927 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-02-13T03:25:57.540 INFO:teuthology.orchestra.run.smithi196.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-02-13T03:25:57.545 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-13T03:25:57.656 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:25:57.859 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.) 2024-02-13T03:25:57.864 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-13T03:25:57.932 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:25:59.365 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-02-13T03:25:59.381 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-13T03:25:59.461 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:25:59.623 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-02-13T03:25:59.637 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-13T03:25:59.740 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:25:59.976 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-02-13T03:25:59.990 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-13T03:26:00.034 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:00.292 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-02-13T03:26:00.305 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 ... 2024-02-13T03:26:00.342 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:03.921 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-02-13T03:26:04.044 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-13T03:26:04.165 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-02-13T03:26:04.307 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-13T03:26:04.389 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-02-13T03:26:04.506 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-13T03:26:04.607 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-02-13T03:26:04.736 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-13T03:26:04.851 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-02-13T03:26:04.860 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-02-13T03:26:04.901 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-13T03:26:05.077 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-02-13T03:26:05.094 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-02-13T03:26:05.130 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-13T03:26:09.838 INFO:teuthology.orchestra.run.smithi196.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-02-13T03:26:09.863 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-13T03:26:09.905 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:09.947 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-02-13T03:26:09.970 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-13T03:26:10.014 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:12.292 INFO:teuthology.orchestra.run.smithi196.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-02-13T03:26:12.419 INFO:teuthology.orchestra.run.smithi196.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-13T03:26:12.491 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-02-13T03:26:12.618 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-13T03:26:12.797 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:12.974 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:13.407 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:13.574 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:13.890 INFO:teuthology.orchestra.run.smithi196.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-02-13T03:26:13.890 INFO:teuthology.orchestra.run.smithi196.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-02-13T03:26:13.890 INFO:teuthology.orchestra.run.smithi196.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-02-13T03:26:13.891 INFO:teuthology.orchestra.run.smithi196.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-02-13T03:26:14.034 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:14.073 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-02-13T03:26:14.073 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-02-13T03:26:14.073 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-02-13T03:26:14.073 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-02-13T03:26:14.202 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:14.585 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-13T03:26:14.728 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-02-13T03:26:14.745 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-13T03:26:14.854 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:14.855 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-02-13T03:26:14.956 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:14.980 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-02-13T03:26:15.074 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-02-13T03:26:15.123 INFO:teuthology.orchestra.run.smithi196.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-02-13T03:26:15.200 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-02-13T03:26:15.249 INFO:teuthology.orchestra.run.smithi196.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:15.326 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-13T03:26:15.467 INFO:teuthology.orchestra.run.smithi196.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-13T03:26:15.467 INFO:teuthology.orchestra.run.smithi196.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-02-13T03:26:15.531 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-13T03:26:15.531 INFO:teuthology.orchestra.run.smithi143.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-02-13T03:26:31.429 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-13T03:26:31.429 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub' 2024-02-13T03:26:31.463 INFO:teuthology.orchestra.run.smithi143.stdout:Generating grub configuration file ... 2024-02-13T03:26:31.860 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-13T03:26:31.893 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-13T03:26:32.279 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-13T03:26:32.307 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-13T03:26:32.381 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-13T03:26:32.411 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-13T03:26:32.499 INFO:teuthology.orchestra.run.smithi196.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-13T03:26:32.499 INFO:teuthology.orchestra.run.smithi196.stdout:Sourcing file `/etc/default/grub' 2024-02-13T03:26:32.531 INFO:teuthology.orchestra.run.smithi196.stdout:Generating grub configuration file ... 2024-02-13T03:26:33.177 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-13T03:26:33.218 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-13T03:26:33.581 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-13T03:26:33.614 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-13T03:26:33.684 INFO:teuthology.orchestra.run.smithi196.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-13T03:26:33.710 INFO:teuthology.orchestra.run.smithi196.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-13T03:26:34.041 INFO:teuthology.orchestra.run.smithi143.stdout:done 2024-02-13T03:26:34.517 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 18 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 4.15.0.213.196 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-13T03:26:34.540 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 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2024-02-13T03:26:34.540 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2024-02-13T03:26:34.541 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2024-02-13T03:26:34.541 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2024-02-13T03:26:34.541 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-02-13T03:26:34.541 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-13T03:26:34.541 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-13T03:26:34.541 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-13T03:26:34.541 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2024-02-13T03:26:34.541 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2024-02-13T03:26:34.634 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-02-13T03:26:34.764 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-02-13T03:26:34.804 INFO:teuthology.orchestra.run.smithi196.stdout:done 2024-02-13T03:26:34.874 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-13T03:26:34.955 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-02-13T03:26:35.037 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-02-13T03:26:35.313 DEBUG:teuthology.orchestra.run.smithi196:> dpkg -s linux-image-generic 2024-02-13T03:26:35.335 INFO:teuthology.orchestra.run.smithi196.stdout:Package: linux-image-generic 2024-02-13T03:26:35.335 INFO:teuthology.orchestra.run.smithi196.stdout:Status: install ok installed 2024-02-13T03:26:35.335 INFO:teuthology.orchestra.run.smithi196.stdout:Priority: optional 2024-02-13T03:26:35.335 INFO:teuthology.orchestra.run.smithi196.stdout:Section: kernel 2024-02-13T03:26:35.335 INFO:teuthology.orchestra.run.smithi196.stdout:Installed-Size: 18 2024-02-13T03:26:35.335 INFO:teuthology.orchestra.run.smithi196.stdout:Maintainer: Ubuntu Kernel Team 2024-02-13T03:26:35.335 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: amd64 2024-02-13T03:26:35.336 INFO:teuthology.orchestra.run.smithi196.stdout:Source: linux-meta 2024-02-13T03:26:35.336 INFO:teuthology.orchestra.run.smithi196.stdout:Version: 4.15.0.213.196 2024-02-13T03:26:35.336 INFO:teuthology.orchestra.run.smithi196.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-13T03:26:35.336 INFO:teuthology.orchestra.run.smithi196.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-13T03:26:35.336 INFO:teuthology.orchestra.run.smithi196.stdout:Recommends: thermald 2024-02-13T03:26:35.336 INFO:teuthology.orchestra.run.smithi196.stdout:Description: Generic Linux kernel image 2024-02-13T03:26:35.336 INFO:teuthology.orchestra.run.smithi196.stdout: This package will always depend on the latest generic kernel image 2024-02-13T03:26:35.336 INFO:teuthology.orchestra.run.smithi196.stdout: available. 2024-02-13T03:26:35.336 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-02-13T03:26:35.336 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-13T03:26:35.336 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-13T03:26:35.336 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-13T03:26:35.336 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi196.front.sepia.ceph.com, path=None, version=distro) 2024-02-13T03:26:35.337 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get clean 2024-02-13T03:26:35.425 DEBUG:teuthology.orchestra.run.smithi196:> sudo apt-get update 2024-02-13T03:26:35.672 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-13T03:26:35.672 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-02-13T03:26:35.742 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-02-13T03:26:35.826 INFO:teuthology.orchestra.run.smithi196.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-02-13T03:26:36.851 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-02-13T03:26:36.904 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-13T03:26:36.990 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-02-13T03:26:37.270 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-02-13T03:26:37.270 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-02-13T03:26:37.478 INFO:teuthology.orchestra.run.smithi143.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-02-13T03:26:37.478 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2024-02-13T03:26:37.478 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-13T03:26:37.478 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-13T03:26:37.479 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-13T03:26:37.479 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-13T03:26:37.535 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-02-13T03:26:37.537 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2024-02-13T03:26:37.554 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2024-02-13T03:26:37.554 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2024-02-13T03:26:37.554 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2024-02-13T03:26:37.554 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2024-02-13T03:26:37.554 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 18 2024-02-13T03:26:37.554 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2024-02-13T03:26:37.555 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2024-02-13T03:26:37.555 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2024-02-13T03:26:37.555 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 4.15.0.213.196 2024-02-13T03:26:37.555 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-13T03:26:37.555 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 2024-02-13T03:26:37.555 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2024-02-13T03:26:37.555 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2024-02-13T03:26:37.555 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2024-02-13T03:26:37.555 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2024-02-13T03:26:37.555 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2024-02-13T03:26:37.604 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.FvhUsQlfLo 2024-02-13T03:26:37.604 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub/grub.cfg /tmp/tmp.FvhUsQlfLo 2024-02-13T03:26:37.661 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.FvhUsQlfLo 2024-02-13T03:26:37.775 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-02-13T03:26:37.883 DEBUG:teuthology.orchestra.run.smithi196:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-13T03:26:37.888 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.FvhUsQlfLo is 10KB 2024-02-13T03:26:37.899 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.FvhUsQlfLo 2024-02-13T03:26:37.905 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-13T03:26:37.961 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:26:37.961 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-13T03:26:37.961 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-13T03:26:37.973 INFO:teuthology.orchestra.run.smithi196.stdout:Reading package lists... 2024-02-13T03:26:38.051 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-02-13T03:26:38.051 DEBUG:teuthology.orchestra.run.smithi143:> sudo update-grub 2024-02-13T03:26:38.238 INFO:teuthology.orchestra.run.smithi196.stdout:Building dependency tree... 2024-02-13T03:26:38.239 INFO:teuthology.orchestra.run.smithi196.stdout:Reading state information... 2024-02-13T03:26:38.448 INFO:teuthology.orchestra.run.smithi196.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-02-13T03:26:38.449 INFO:teuthology.orchestra.run.smithi196.stdout:The following packages were automatically installed and are no longer required: 2024-02-13T03:26:38.449 INFO:teuthology.orchestra.run.smithi196.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-13T03:26:38.449 INFO:teuthology.orchestra.run.smithi196.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-13T03:26:38.449 INFO:teuthology.orchestra.run.smithi196.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-13T03:26:38.449 INFO:teuthology.orchestra.run.smithi196.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-13T03:26:38.505 INFO:teuthology.orchestra.run.smithi196.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-02-13T03:26:38.507 DEBUG:teuthology.orchestra.run.smithi196:> dpkg -s linux-image-generic 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Package: linux-image-generic 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Status: install ok installed 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Priority: optional 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Section: kernel 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Installed-Size: 18 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Maintainer: Ubuntu Kernel Team 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: amd64 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Source: linux-meta 2024-02-13T03:26:38.530 INFO:teuthology.orchestra.run.smithi196.stdout:Version: 4.15.0.213.196 2024-02-13T03:26:38.531 INFO:teuthology.orchestra.run.smithi196.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-13T03:26:38.531 INFO:teuthology.orchestra.run.smithi196.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-13T03:26:38.531 INFO:teuthology.orchestra.run.smithi196.stdout:Recommends: thermald 2024-02-13T03:26:38.531 INFO:teuthology.orchestra.run.smithi196.stdout:Description: Generic Linux kernel image 2024-02-13T03:26:38.531 INFO:teuthology.orchestra.run.smithi196.stdout: This package will always depend on the latest generic kernel image 2024-02-13T03:26:38.531 INFO:teuthology.orchestra.run.smithi196.stdout: available. 2024-02-13T03:26:38.531 DEBUG:teuthology.orchestra.run.smithi196:> mktemp 2024-02-13T03:26:38.579 INFO:teuthology.orchestra.run.smithi196.stdout:/tmp/tmp.BtB3epd3TC 2024-02-13T03:26:38.579 DEBUG:teuthology.orchestra.run.smithi196:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BtB3epd3TC 2024-02-13T03:26:38.653 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0666 /tmp/tmp.BtB3epd3TC 2024-02-13T03:26:38.800 DEBUG:teuthology.orchestra.remote:smithi196:/tmp/tmp.BtB3epd3TC is 10KB 2024-02-13T03:26:38.811 DEBUG:teuthology.orchestra.run.smithi196:> rm -fr /tmp/tmp.BtB3epd3TC 2024-02-13T03:26:38.817 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-13T03:26:38.879 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:26:38.879 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-13T03:26:38.879 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-13T03:26:38.951 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-02-13T03:26:38.951 DEBUG:teuthology.orchestra.run.smithi196:> sudo update-grub 2024-02-13T03:26:39.479 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub' 2024-02-13T03:26:39.490 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2024-02-13T03:26:39.772 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-13T03:26:39.784 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-13T03:26:40.095 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-13T03:26:40.106 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-13T03:26:40.182 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-13T03:26:40.195 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-13T03:26:40.466 INFO:teuthology.orchestra.run.smithi196.stderr:Sourcing file `/etc/default/grub' 2024-02-13T03:26:40.477 INFO:teuthology.orchestra.run.smithi196.stderr:Generating grub configuration file ... 2024-02-13T03:26:40.705 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-13T03:26:40.717 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-13T03:26:41.055 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-13T03:26:41.067 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-13T03:26:41.143 INFO:teuthology.orchestra.run.smithi196.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-13T03:26:41.156 INFO:teuthology.orchestra.run.smithi196.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-13T03:26:41.451 INFO:teuthology.orchestra.run.smithi143.stderr:done 2024-02-13T03:26:41.453 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2024-02-13T03:26:41.861 INFO:teuthology.orchestra.run.smithi196.stderr:done 2024-02-13T03:26:41.863 DEBUG:teuthology.orchestra.run.smithi196:> sudo shutdown -r now 2024-02-13T03:27:11.485 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-13T03:27:11.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-02-13T03:27:11.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:27:11.908 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-13T03:27:11.909 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-02-13T03:27:11.909 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:27:29.852 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-02-13T03:27:30.364 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-02-13T03:27:38.856 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-02-13T03:27:38.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:27:39.365 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-02-13T03:27:39.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:27:41.916 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-02-13T03:27:42.428 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-02-13T03:27:53.929 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-02-13T03:27:53.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:27:54.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-02-13T03:27:54.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:28:12.860 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-02-13T03:28:25.565 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-02-13T03:28:25.941 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-02-13T03:28:25.941 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-02-13T03:28:25.942 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-02-13T03:28:25.990 INFO:teuthology.orchestra.run.smithi143.stdout:4.15.0-213-generic 2024-02-13T03:28:25.990 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-02-13T03:28:25.990 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-13T03:28:25.990 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-13T03:28:26.992 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-13T03:28:26.992 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-13T03:28:27.033 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2024-02-13T03:28:27.055 DEBUG:teuthology.parallel:result is None 2024-02-13T03:28:27.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-02-13T03:28:27.862 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:28:27.950 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-02-13T03:28:28.289 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-02-13T03:28:28.289 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-02-13T03:28:28.289 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-02-13T03:28:28.338 INFO:teuthology.orchestra.run.smithi196.stdout:4.15.0-213-generic 2024-02-13T03:28:28.338 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-02-13T03:28:28.338 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-13T03:28:28.338 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-13T03:28:29.340 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-13T03:28:29.340 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-13T03:28:29.641 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-02-13T03:28:29.658 DEBUG:teuthology.parallel:result is None 2024-02-13T03:28:29.658 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-13T03:28:29.666 INFO:teuthology.task.internal:Creating test directory... 2024-02-13T03:28:29.666 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-13T03:28:29.668 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-13T03:28:29.675 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-13T03:28:29.684 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-13T03:28:29.698 INFO:teuthology.task.internal:Creating archive directory... 2024-02-13T03:28:29.698 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-13T03:28:29.718 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-13T03:28:29.758 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-13T03:28:29.770 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-13T03:28:29.770 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 2024-02-13T03:28:29.798 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-13T03:28:29.823 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:28:29.829 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:28:29.831 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:28:29.839 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:28:29.841 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-13T03:28:29.850 INFO:teuthology.task.internal:Configuring sudo... 2024-02-13T03:28:29.850 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-13T03:28:29.886 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-13T03:28:29.901 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-13T03:28:29.915 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-13T03:28:29.915 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-13T03:28:29.946 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-13T03:28:29.952 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:28:29.999 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:28:30.047 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:28:30.047 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-13T03:28:30.106 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:28:30.113 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:28:30.162 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:28:30.162 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-13T03:28:30.230 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2024-02-13T03:28:30.232 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-02-13T03:28:30.310 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-13T03:28:30.341 INFO:teuthology.task.internal:Starting timer... 2024-02-13T03:28:30.342 INFO:teuthology.run_tasks:Running task pcp... 2024-02-13T03:28:30.384 INFO:teuthology.run_tasks:Running task selinux... 2024-02-13T03:28:30.406 DEBUG:teuthology.task.selinux:Excluding smithi143: OS 'ubuntu' does not support SELinux 2024-02-13T03:28:30.407 DEBUG:teuthology.task.selinux:Excluding smithi196: OS 'ubuntu' does not support SELinux 2024-02-13T03:28:30.408 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-13T03:28:30.408 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-13T03:28:30.408 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-13T03:28:30.408 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-13T03:28:30.435 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-13T03:28:30.454 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-13T03:28:30.455 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi143.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-13T03:33:49.429 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi143.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2024-02-13T03:33:49.431 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-02-13T03:33:49.432 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:33:49.515 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-02-13T03:33:49.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-02-13T03:33:49.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-02-13T03:33:49.634 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:33:49.708 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-02-13T03:33:49.825 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-02-13T03:33:49.825 INFO:teuthology.run_tasks:Running task clock... 2024-02-13T03:33:49.837 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-13T03:33:49.837 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-13T03:33:49.838 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 2024-02-13T03:33:49.840 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-13T03:33:49.840 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T03:33:49.903 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-02-13T03:33:49.903 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: Command line: ntpd -gq 2024-02-13T03:33:49.904 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: proto: precision = 0.123 usec (-23) 2024-02-13T03:33:49.904 INFO:teuthology.orchestra.run.smithi143.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-13T03:33:49.904 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-13T03:33:49.904 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: restrict ::: KOD does nothing without LIMITED. 2024-02-13T03:33:49.905 INFO:teuthology.orchestra.run.smithi143.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-13T03:33:49.906 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: Listen and drop on 0 v6wildcard [::]:123 2024-02-13T03:33:49.906 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-13T03:33:49.906 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: Listen normally on 2 lo 127.0.0.1:123 2024-02-13T03:33:49.906 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: Listen normally on 3 enp3s0f1 172.21.15.143:123 2024-02-13T03:33:49.906 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: Listen normally on 4 lo [::1]:123 2024-02-13T03:33:49.906 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7783%5]:123 2024-02-13T03:33:49.906 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:49 ntpd[14662]: Listening on routing socket on fd #22 for interface updates 2024-02-13T03:33:49.930 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-02-13T03:33:49.930 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: Command line: ntpd -gq 2024-02-13T03:33:49.931 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: proto: precision = 0.123 usec (-23) 2024-02-13T03:33:49.931 INFO:teuthology.orchestra.run.smithi196.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-13T03:33:49.932 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-13T03:33:49.932 INFO:teuthology.orchestra.run.smithi196.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-13T03:33:49.934 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: restrict ::: KOD does nothing without LIMITED. 2024-02-13T03:33:49.934 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: Listen and drop on 0 v6wildcard [::]:123 2024-02-13T03:33:49.934 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-13T03:33:49.934 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: Listen normally on 2 lo 127.0.0.1:123 2024-02-13T03:33:49.934 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: Listen normally on 3 enp3s0f1 172.21.15.196:123 2024-02-13T03:33:49.934 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: Listen normally on 4 lo [::1]:123 2024-02-13T03:33:49.934 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f47%5]:123 2024-02-13T03:33:49.934 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:49 ntpd[14643]: Listening on routing socket on fd #22 for interface updates 2024-02-13T03:33:50.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:50 ntpd[14662]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:50.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:50 ntpd[14662]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:50.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:50 ntpd[14662]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:50.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:50 ntpd[14662]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:50.931 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:50 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:50.931 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:50 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:50.931 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:50 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:50.931 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:50 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:52.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:52 ntpd[14662]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:52.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:52 ntpd[14662]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:52.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:52 ntpd[14662]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:52.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:52 ntpd[14662]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:52.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:52 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:53.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:53 ntpd[14662]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:53.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:53 ntpd[14662]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:53.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:53 ntpd[14662]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:53.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:53 ntpd[14662]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:53.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:53 ntpd[14662]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:53.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:53 ntpd[14662]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:53.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:53 ntpd[14662]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:53.903 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:53 ntpd[14662]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:54.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:54 ntpd[14662]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:54.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:54 ntpd[14662]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:54.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:54 ntpd[14662]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:54.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:54 ntpd[14662]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:54.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:54 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:55.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:55 ntpd[14662]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:55.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:55 ntpd[14662]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:55.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:55 ntpd[14662]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:55.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:55 ntpd[14662]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:55.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:55 ntpd[14662]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:55.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:55 ntpd[14662]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:55.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:55 ntpd[14662]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:55.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:55 ntpd[14662]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:56.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:56 ntpd[14662]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:56.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:56 ntpd[14662]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:56.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:56 ntpd[14662]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:56.902 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:56 ntpd[14662]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:56.902 INFO:teuthology.orchestra.run.smithi143.stdout:13 Feb 03:33:56 ntpd[14662]: ntpd: time slew +0.000096 s 2024-02-13T03:33:56.902 INFO:teuthology.orchestra.run.smithi143.stdout:ntpd: time slew +0.000096s 2024-02-13T03:33:56.903 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:56 ntpd[14662]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-13T03:33:56.903 INFO:teuthology.orchestra.run.smithi143.stderr:13 Feb 03:33:56 ntpd[14662]: can't open /var/log/ntpstats/loopstats.20240213: Permission denied 2024-02-13T03:33:56.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:56.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:56.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:56.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:56.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:56.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:56.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:56.932 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:56.933 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-13T03:33:56.933 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: can't open /var/log/ntpstats/rawstats.20240213: Permission denied 2024-02-13T03:33:56.933 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-13T03:33:56.933 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: can't open /var/log/ntpstats/peerstats.20240213: Permission denied 2024-02-13T03:33:56.933 INFO:teuthology.orchestra.run.smithi196.stdout:13 Feb 03:33:56 ntpd[14643]: ntpd: time slew +0.000068 s 2024-02-13T03:33:56.933 INFO:teuthology.orchestra.run.smithi196.stdout:ntpd: time slew +0.000068s 2024-02-13T03:33:56.933 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-13T03:33:56.934 INFO:teuthology.orchestra.run.smithi196.stderr:13 Feb 03:33:56 ntpd[14643]: can't open /var/log/ntpstats/loopstats.20240213: Permission denied 2024-02-13T03:33:56.966 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2024-02-13T03:33:56.966 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2024-02-13T03:33:56.966 INFO:teuthology.orchestra.run.smithi143.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-13T03:33:56.966 INFO:teuthology.orchestra.run.smithi143.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-13T03:33:56.967 INFO:teuthology.orchestra.run.smithi143.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-13T03:33:56.967 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-13T03:33:57.002 INFO:teuthology.orchestra.run.smithi196.stdout: remote refid st t when poll reach delay offset jitter 2024-02-13T03:33:57.002 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================== 2024-02-13T03:33:57.002 INFO:teuthology.orchestra.run.smithi196.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-13T03:33:57.002 INFO:teuthology.orchestra.run.smithi196.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-13T03:33:57.002 INFO:teuthology.orchestra.run.smithi196.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-13T03:33:57.002 INFO:teuthology.orchestra.run.smithi196.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-13T03:33:57.003 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-13T03:33:57.013 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-13T03:33:57.014 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:33:57.014 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:33:57.021 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-13T03:33:57.021 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2024-02-13T03:33:57.071 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-13T03:33:57.071 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:33:57.071 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 340 Links: 1 2024-02-13T03:33:57.071 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:33:57.071 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-02-13 03:32:26.198475767 +0000 2024-02-13T03:33:57.071 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-02-13 03:32:26.038480377 +0000 2024-02-13T03:33:57.072 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-02-13 03:32:26.038480377 +0000 2024-02-13T03:33:57.072 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-02-13T03:33:57.072 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-13T03:33:57.126 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-02-13T03:33:57.126 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-02-13T03:33:57.126 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000385034 s, 1.3 MB/s 2024-02-13T03:33:57.127 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-13T03:33:57.180 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2024-02-13T03:33:57.231 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-13T03:33:57.231 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:33:57.231 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 349 Links: 1 2024-02-13T03:33:57.231 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:33:57.232 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-02-13 03:32:26.318472310 +0000 2024-02-13T03:33:57.232 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-02-13 03:32:26.314472425 +0000 2024-02-13T03:33:57.232 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-02-13 03:32:26.314472425 +0000 2024-02-13T03:33:57.232 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-02-13T03:33:57.232 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-13T03:33:57.286 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-02-13T03:33:57.286 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-02-13T03:33:57.286 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000340342 s, 1.5 MB/s 2024-02-13T03:33:57.287 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-13T03:33:57.336 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2024-02-13T03:33:57.387 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-13T03:33:57.387 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:33:57.387 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 355 Links: 1 2024-02-13T03:33:57.387 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:33:57.387 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-02-13 03:32:26.746459984 +0000 2024-02-13T03:33:57.387 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-02-13 03:32:26.598464246 +0000 2024-02-13T03:33:57.387 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-02-13 03:32:26.598464246 +0000 2024-02-13T03:33:57.387 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-02-13T03:33:57.388 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-13T03:33:57.442 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-02-13T03:33:57.442 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-02-13T03:33:57.442 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000315913 s, 1.6 MB/s 2024-02-13T03:33:57.443 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-13T03:33:57.496 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2024-02-13T03:33:57.551 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-13T03:33:57.551 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:33:57.551 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 361 Links: 1 2024-02-13T03:33:57.551 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:33:57.551 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-02-13 03:32:27.018452165 +0000 2024-02-13T03:33:57.551 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-02-13 03:32:26.874456298 +0000 2024-02-13T03:33:57.552 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-02-13 03:32:26.874456298 +0000 2024-02-13T03:33:57.552 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-02-13T03:33:57.552 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-13T03:33:57.606 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-02-13T03:33:57.606 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-02-13T03:33:57.606 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000392479 s, 1.3 MB/s 2024-02-13T03:33:57.607 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-13T03:33:57.656 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 2024-02-13T03:33:57.753 INFO:teuthology.orchestra.run.smithi143.stdout:loop 2024-02-13T03:33:57.754 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-02-13T03:33:57.755 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 2024-02-13T03:33:57.774 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-02-13T03:33:57.798 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_11 2024-02-13T03:33:57.822 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-02-13T03:33:57.822 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 2024-02-13T03:33:57.888 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-02-13T03:33:57.915 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_21 2024-02-13T03:33:57.936 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-02-13T03:33:57.936 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 2024-02-13T03:33:58.001 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-02-13T03:33:58.027 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_31 2024-02-13T03:33:58.047 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-02-13T03:33:58.048 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 2024-02-13T03:33:58.109 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-02-13T03:33:58.138 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_41 2024-02-13T03:33:58.158 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:33:58.159 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:33:58.206 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme list 2024-02-13T03:33:58.261 INFO:teuthology.orchestra.run.smithi143.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-13T03:33:58.261 INFO:teuthology.orchestra.run.smithi143.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-13T03:33:58.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme0n1 CVFT62330073400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-13T03:33:58.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme1n1 6468dc2c55d5b974 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-13T03:33:58.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme2n1 5df4e68fa6fb3c9d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-13T03:33:58.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme3n1 2dea853f79d93f20 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-13T03:33:58.261 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme4n1 4da4a11c9ec09d1d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-13T03:33:58.262 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T03:33:58.262 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:33:58.262 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-02-13T03:33:58.319 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:33:58.319 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:33:58.325 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-13T03:33:58.326 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_1 2024-02-13T03:33:58.378 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-13T03:33:58.378 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:33:58.378 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 346 Links: 1 2024-02-13T03:33:58.378 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:33:58.378 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-02-13 03:32:26.200997443 +0000 2024-02-13T03:33:58.378 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-02-13 03:32:26.040997569 +0000 2024-02-13T03:33:58.378 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-02-13 03:32:26.040997569 +0000 2024-02-13T03:33:58.378 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-02-13T03:33:58.378 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-13T03:33:58.432 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-02-13T03:33:58.433 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-02-13T03:33:58.433 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000295324 s, 1.7 MB/s 2024-02-13T03:33:58.434 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-13T03:33:58.483 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_2 2024-02-13T03:33:58.533 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-13T03:33:58.534 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:33:58.534 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 352 Links: 1 2024-02-13T03:33:58.534 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:33:58.534 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-02-13 03:32:26.336997335 +0000 2024-02-13T03:33:58.534 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-02-13 03:32:26.332997338 +0000 2024-02-13T03:33:58.534 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-02-13 03:32:26.332997338 +0000 2024-02-13T03:33:58.534 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-02-13T03:33:58.534 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-13T03:33:58.588 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-02-13T03:33:58.588 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-02-13T03:33:58.588 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000280965 s, 1.8 MB/s 2024-02-13T03:33:58.589 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-13T03:33:58.643 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_3 2024-02-13T03:33:58.694 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-13T03:33:58.694 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:33:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 358 Links: 1 2024-02-13T03:33:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:33:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-02-13 03:32:26.772996988 +0000 2024-02-13T03:33:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-02-13 03:32:26.620997108 +0000 2024-02-13T03:33:58.694 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-02-13 03:32:26.620997108 +0000 2024-02-13T03:33:58.694 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-02-13T03:33:58.695 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-13T03:33:58.748 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-02-13T03:33:58.748 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-02-13T03:33:58.748 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000346419 s, 1.5 MB/s 2024-02-13T03:33:58.749 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-13T03:33:58.799 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_4 2024-02-13T03:33:58.849 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-13T03:33:58.850 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:33:58.850 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 365 Links: 1 2024-02-13T03:33:58.850 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:33:58.850 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-02-13 03:32:26.932996861 +0000 2024-02-13T03:33:58.850 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-02-13 03:32:26.928996862 +0000 2024-02-13T03:33:58.850 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-02-13 03:32:26.928996862 +0000 2024-02-13T03:33:58.850 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-02-13T03:33:58.850 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-13T03:33:58.904 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-02-13T03:33:58.904 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-02-13T03:33:58.904 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000328011 s, 1.6 MB/s 2024-02-13T03:33:58.905 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-13T03:33:58.959 DEBUG:teuthology.orchestra.run.smithi196:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-13T03:33:59.048 INFO:teuthology.orchestra.run.smithi196.stdout:loop 2024-02-13T03:33:59.050 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_1... 2024-02-13T03:33:59.050 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-13T03:33:59.070 INFO:teuthology.orchestra.run.smithi196.stdout:1 2024-02-13T03:33:59.097 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_11 2024-02-13T03:33:59.117 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_2... 2024-02-13T03:33:59.117 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-13T03:33:59.182 INFO:teuthology.orchestra.run.smithi196.stdout:1 2024-02-13T03:33:59.211 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_21 2024-02-13T03:33:59.234 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_3... 2024-02-13T03:33:59.234 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-13T03:33:59.300 INFO:teuthology.orchestra.run.smithi196.stdout:1 2024-02-13T03:33:59.327 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_31 2024-02-13T03:33:59.348 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_4... 2024-02-13T03:33:59.348 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-13T03:33:59.414 INFO:teuthology.orchestra.run.smithi196.stdout:1 2024-02-13T03:33:59.436 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_41 2024-02-13T03:33:59.458 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:33:59.458 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:33:59.509 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme list 2024-02-13T03:33:59.565 INFO:teuthology.orchestra.run.smithi196.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-13T03:33:59.565 INFO:teuthology.orchestra.run.smithi196.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-13T03:33:59.565 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme0n1 CVFT6246000Z400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-13T03:33:59.565 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme1n1 0558e61d413da83c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-13T03:33:59.565 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme2n1 78156158a3680de5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-13T03:33:59.565 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme3n1 b89f4d52b8c2d3b6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-13T03:33:59.566 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme4n1 21ea8d71830715c6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-13T03:33:59.567 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T03:33:59.567 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:33:59.567 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/scratch_devs 2024-02-13T03:33:59.625 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-13T03:33:59.696 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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-13T03:33:59.696 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T03:33:59.697 INFO:tasks.cephadm:Cluster fsid is b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:33:59.697 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-13T03:33:59.697 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-13T03:33:59.697 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi143': '172.21.15.143', 'mon.smithi196': '172.21.15.196'} 2024-02-13T03:33:59.697 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-13T03:33:59.697 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2024-02-13T03:33:59.714 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2024-02-13T03:33:59.730 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 0e714d9a4bd2a821113e6318adb87bd06cf81ec1)... 2024-02-13T03:33:59.731 DEBUG:teuthology.orchestra.run.smithi143:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 0e714d9a4bd2a821113e6318adb87bd06cf81ec1:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-13T03:33:59.762 INFO:teuthology.orchestra.run.smithi143.stderr:Cloning into 'testrepo'... 2024-02-13T03:35:14.520 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 13 03:35 /home/ubuntu/cephtest/cephadm 2024-02-13T03:35:14.521 DEBUG:teuthology.orchestra.run.smithi196:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 0e714d9a4bd2a821113e6318adb87bd06cf81ec1:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-13T03:35:14.528 INFO:teuthology.orchestra.run.smithi196.stderr:Cloning into 'testrepo'... 2024-02-13T03:36:28.764 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 13 03:36 /home/ubuntu/cephtest/cephadm 2024-02-13T03:36:28.764 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 2024-02-13T03:36:28.774 DEBUG:teuthology.orchestra.run.smithi196:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-13T03:36:28.830 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2024-02-13T03:36:28.846 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /etc/ceph 2024-02-13T03:36:28.874 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2024-02-13T03:36:28.902 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 777 /etc/ceph 2024-02-13T03:36:28.929 INFO:tasks.cephadm:Writing seed config... 2024-02-13T03:36:28.930 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-13T03:36:28.930 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-13T03:36:28.930 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-13T03:36:28.930 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-13T03:36:28.931 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-13T03:36:28.931 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-13T03:36:28.931 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-13T03:36:28.931 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-13T03:36:28.931 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:36:28.931 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-13T03:36:28.950 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = b99e06ee-ca20-11ee-95b9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-13T03:36:28.950 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi143.service 2024-02-13T03:36:28.994 INFO:tasks.cephadm:Bootstrapping... 2024-02-13T03:36:28.994 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -v bootstrap --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.143 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:36:29.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-02-13T03:36:29.380 INFO:teuthology.orchestra.run.smithi143.stderr:-------------------------------------------------------------------------------- 2024-02-13T03:36:29.381 INFO:teuthology.orchestra.run.smithi143.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1', '-v', 'bootstrap', '--fsid', 'b99e06ee-ca20-11ee-95b9-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.143', '--skip-admin-label'] 2024-02-13T03:36:29.381 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying podman|docker is present... 2024-02-13T03:36:29.381 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying lvm2 is present... 2024-02-13T03:36:29.381 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying time synchronization is in place... 2024-02-13T03:36:29.389 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-13T03:36:29.398 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-02-13T03:36:29.407 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-13T03:36:29.417 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-02-13T03:36:29.424 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: enabled 2024-02-13T03:36:29.432 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-02-13T03:36:29.440 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-13T03:36:29.449 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-02-13T03:36:29.457 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: enabled 2024-02-13T03:36:29.464 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: active 2024-02-13T03:36:29.465 INFO:teuthology.orchestra.run.smithi143.stderr:Unit ntp.service is enabled and running 2024-02-13T03:36:29.465 INFO:teuthology.orchestra.run.smithi143.stderr:Repeating the final host check... 2024-02-13T03:36:29.466 INFO:teuthology.orchestra.run.smithi143.stderr:docker (/usr/bin/docker) is present 2024-02-13T03:36:29.466 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl is present 2024-02-13T03:36:29.466 INFO:teuthology.orchestra.run.smithi143.stderr:lvcreate is present 2024-02-13T03:36:29.472 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-13T03:36:29.481 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-02-13T03:36:29.488 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-13T03:36:29.496 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-02-13T03:36:29.505 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: enabled 2024-02-13T03:36:29.512 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-02-13T03:36:29.519 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-13T03:36:29.528 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-02-13T03:36:29.536 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: enabled 2024-02-13T03:36:29.543 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: active 2024-02-13T03:36:29.544 INFO:teuthology.orchestra.run.smithi143.stderr:Unit ntp.service is enabled and running 2024-02-13T03:36:29.544 INFO:teuthology.orchestra.run.smithi143.stderr:Host looks OK 2024-02-13T03:36:29.544 INFO:teuthology.orchestra.run.smithi143.stderr:Cluster fsid: b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:36:29.545 INFO:teuthology.orchestra.run.smithi143.stderr:Acquiring lock 139862060320024 on /run/cephadm/b99e06ee-ca20-11ee-95b9-87774f69a715.lock 2024-02-13T03:36:29.545 INFO:teuthology.orchestra.run.smithi143.stderr:Lock 139862060320024 acquired on /run/cephadm/b99e06ee-ca20-11ee-95b9-87774f69a715.lock 2024-02-13T03:36:29.545 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying IP 172.21.15.143 port 3300 ... 2024-02-13T03:36:29.545 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying IP 172.21.15.143 port 6789 ... 2024-02-13T03:36:29.545 INFO:teuthology.orchestra.run.smithi143.stderr:Base mon IP(s) is [172.21.15.143:3300, 172.21.15.143:6789], mon addrv is [v2:172.21.15.143:3300,v1:172.21.15.143:6789] 2024-02-13T03:36:29.550 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-02-13T03:36:29.550 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.143 metric 100 2024-02-13T03:36:29.550 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-13T03:36:29.550 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.143 2024-02-13T03:36:29.550 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.143 metric 100 2024-02-13T03:36:29.553 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-13T03:36:29.554 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-02-13T03:36:29.557 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-13T03:36:29.557 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-13T03:36:29.557 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-13T03:36:29.557 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-13T03:36:29.558 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7783/64 scope link 2024-02-13T03:36:29.558 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-13T03:36:29.559 INFO:teuthology.orchestra.run.smithi143.stderr:Mon IP `172.21.15.143` is in CIDR network `172.21.0.0/20` 2024-02-13T03:36:29.559 INFO:teuthology.orchestra.run.smithi143.stderr:Mon IP `172.21.15.143` is in CIDR network `172.21.0.0/20` 2024-02-13T03:36:29.559 INFO:teuthology.orchestra.run.smithi143.stderr:Mon IP `172.21.15.143` is in CIDR network `172.21.15.254/32` 2024-02-13T03:36:29.559 INFO:teuthology.orchestra.run.smithi143.stderr:Mon IP `172.21.15.143` is in CIDR network `172.21.15.254/32` 2024-02-13T03:36:29.559 INFO:teuthology.orchestra.run.smithi143.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-02-13T03:36:29.560 INFO:teuthology.orchestra.run.smithi143.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-13T03:36:29.561 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1... 2024-02-13T03:36:29.949 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1: Pulling from ceph-ci/ceph 2024-02-13T03:36:29.952 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 58df4e03ba06: Pulling fs layer 2024-02-13T03:36:29.952 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 955bfa9dba4a: Pulling fs layer 2024-02-13T03:36:30.695 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 58df4e03ba06: Verifying Checksum 2024-02-13T03:36:30.695 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 58df4e03ba06: Download complete 2024-02-13T03:36:32.548 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 955bfa9dba4a: Verifying Checksum 2024-02-13T03:36:32.549 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 955bfa9dba4a: Download complete 2024-02-13T03:36:34.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 58df4e03ba06: Pull complete 2024-02-13T03:36:44.462 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: 955bfa9dba4a: Pull complete 2024-02-13T03:36:44.587 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: Digest: sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc 2024-02-13T03:36:44.639 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T03:36:44.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T03:36:52.794 INFO:teuthology.orchestra.run.smithi143.stderr:ceph: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-13T03:36:53.340 INFO:teuthology.orchestra.run.smithi143.stderr:Ceph version: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-13T03:36:53.340 INFO:teuthology.orchestra.run.smithi143.stderr:Extracting ceph user uid/gid from container image... 2024-02-13T03:36:54.197 INFO:teuthology.orchestra.run.smithi143.stderr:stat: 167 167 2024-02-13T03:36:54.702 INFO:teuthology.orchestra.run.smithi143.stderr:Creating initial keys... 2024-02-13T03:36:55.602 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-authtool: AQDX48plNuzoIxAAxiztT4yVLVRKfJ3BSLgRFw== 2024-02-13T03:36:56.953 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-authtool: AQDY48pl5N3hOBAA0ybqi03rORlqeA6niYIk8A== 2024-02-13T03:36:58.268 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-authtool: AQDa48pl7MkFEBAA/k/pyNADkLVz+96ZyuX4Mw== 2024-02-13T03:36:58.786 INFO:teuthology.orchestra.run.smithi143.stderr:Creating initial monmap... 2024-02-13T03:36:59.715 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-13T03:36:59.716 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:36:59.716 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-13T03:37:00.190 INFO:teuthology.orchestra.run.smithi143.stderr:monmaptool for smithi143 [v2:172.21.15.143:3300,v1:172.21.15.143:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-13T03:37:00.190 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: set fsid to b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:00.190 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-13T03:37:00.191 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:37:00.191 INFO:teuthology.orchestra.run.smithi143.stderr:Creating mon... 2024-02-13T03:37:01.063 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T03:37:01.063 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 1 imported monmap: 2024-02-13T03:37:01.063 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-13T03:37:01.064 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: fsid b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:01.064 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: last_changed 2024-02-13T03:36:59.716096+0000 2024-02-13T03:37:01.064 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: created 2024-02-13T03:36:59.716096+0000 2024-02-13T03:37:01.064 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-13T03:37:01.065 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-13T03:37:01.065 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.smithi143 2024-02-13T03:37:01.065 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.065 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 0 /usr/bin/ceph-mon: set fsid to b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:01.065 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T03:37:01.065 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.065 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T03:37:01.065 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T03:37:01.066 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: DB SUMMARY 2024-02-13T03:37:01.066 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.066 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi143/store.db dir, Total Num: 0, files: 2024-02-13T03:37:01.073 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.073 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi143/store.db: 2024-02-13T03:37:01.073 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.073 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T03:37:01.073 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.create_if_missing: 1 2024-02-13T03:37:01.073 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T03:37:01.073 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.env: 0x55e47579a080 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.fs: Posix File System 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.info_log: 0x55e477bcd380 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.statistics: (nil) 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.use_fsync: 0 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T03:37:01.074 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.db_log_dir: 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi143/store.db 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T03:37:01.075 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.write_buffer_manager: 0x55e477bd3980 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.unordered_write: 0 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T03:37:01.076 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.row_cache: None 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.wal_filter: None 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T03:37:01.077 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T03:37:01.078 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T03:37:01.078 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T03:37:01.078 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T03:37:01.078 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T03:37:01.078 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T03:37:01.078 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T03:37:01.095 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.max_open_files: -1 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Compression algorithms supported: 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: kZSTD supported: 0 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T03:37:01.096 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.059+0000 7fd487127880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000001 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.merge_operator: 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_filter: None 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T03:37:01.097 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e477ae1d30) 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_cache: 0x55e477b18d10 2024-02-13T03:37:01.098 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-13T03:37:01.099 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compression: NoCompression 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.num_levels: 7 2024-02-13T03:37:01.100 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:37:01.101 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T03:37:01.102 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T03:37:01.103 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T03:37:01.104 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.ttl: 2592000 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 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 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd487127880 4 rocksdb: DB pointer 0x55e477be1800 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd46ff99700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.063+0000 7fd46ff99700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:37:01.105 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:37:01.106 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:37:01.107 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:37:01.108 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-02-13T03:37:01.109 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.067+0000 7fd487127880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-13T03:37:01.109 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.067+0000 7fd487127880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-13T03:37:01.109 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:37:01.067+0000 7fd487127880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi143 for mon.smithi143 2024-02-13T03:37:01.538 INFO:teuthology.orchestra.run.smithi143.stderr:create mon.smithi143 on 2024-02-13T03:37:01.648 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-13T03:37:01.755 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715.target. 2024-02-13T03:37:01.756 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715.target. 2024-02-13T03:37:01.970 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to reset failed state of unit ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi143.service: Unit ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi143.service is not loaded. 2024-02-13T03:37:01.979 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715.target.wants/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi143.service -> /etc/systemd/system/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@.service. 2024-02-13T03:37:02.080 INFO:teuthology.orchestra.run.smithi143.stderr:firewalld does not appear to be present 2024-02-13T03:37:02.080 INFO:teuthology.orchestra.run.smithi143.stderr:Not possible to enable service . firewalld.service is not available 2024-02-13T03:37:02.081 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mon to start... 2024-02-13T03:37:02.081 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mon... 2024-02-13T03:37:02.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:02 smithi143 systemd[1]: Started Ceph mon.smithi143 for b99e06ee-ca20-11ee-95b9-87774f69a715. 2024-02-13T03:37:03.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:03 smithi143 bash[15876]: cluster 2024-02-13T03:37:03.334556+0000 mon.smithi143 (mon.0) 0 : [INF] mkfs b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:03.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:03 smithi143 bash[15876]: cluster 2024-02-13T03:37:03.319902+0000 mon.smithi143 (mon.0) 1 : cluster [INF] mon.smithi143 is new leader, mons smithi143 in quorum (ranks 0) 2024-02-13T03:37:03.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: cluster: 2024-02-13T03:37:03.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: id: b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:03.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-13T03:37:03.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:03.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: services: 2024-02-13T03:37:03.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi143 (age 0.34229s) 2024-02-13T03:37:03.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-13T03:37:03.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-13T03:37:03.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:03.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: data: 2024-02-13T03:37:03.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-13T03:37:03.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-13T03:37:03.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-13T03:37:03.674 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: pgs: 2024-02-13T03:37:03.674 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:04.190 INFO:teuthology.orchestra.run.smithi143.stderr:mon is available 2024-02-13T03:37:04.190 INFO:teuthology.orchestra.run.smithi143.stderr:Assimilating anything we can from ceph.conf... 2024-02-13T03:37:04.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:04 smithi143 bash[15876]: cluster 2024-02-13T03:37:03.329317+0000 mon.smithi143 (mon.0) 2 : cluster [INF] mon.smithi143 is new leader, mons smithi143 in quorum (ranks 0) 2024-02-13T03:37:04.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:04 smithi143 bash[15876]: cluster 2024-02-13T03:37:03.331522+0000 mon.smithi143 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2024-02-13T03:37:04.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:04 smithi143 bash[15876]: cluster 2024-02-13T03:37:03.338330+0000 mon.smithi143 (mon.0) 4 : cluster [DBG] fsmap 2024-02-13T03:37:04.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:04 smithi143 bash[15876]: cluster 2024-02-13T03:37:03.348430+0000 mon.smithi143 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-13T03:37:04.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:04 smithi143 bash[15876]: cluster 2024-02-13T03:37:03.349564+0000 mon.smithi143 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-13T03:37:04.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:04 smithi143 bash[15876]: audit 2024-02-13T03:37:03.671514+0000 mon.smithi143 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.143:0/2930113856' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-13T03:37:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [global] 2024-02-13T03:37:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: fsid = b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-13T03:37:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.143:3300,v1:172.21.15.143:6789] 2024-02-13T03:37:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-13T03:37:05.453 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-13T03:37:05.454 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-13T03:37:05.454 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-13T03:37:05.454 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:05.455 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [mgr] 2024-02-13T03:37:05.455 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-13T03:37:05.455 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:05.455 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [osd] 2024-02-13T03:37:05.455 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-13T03:37:05.455 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-13T03:37:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:05 smithi143 bash[15876]: audit 2024-02-13T03:37:05.448299+0000 mon.smithi143 (mon.0) 8 : audit [INF] from='client.? 172.21.15.143:0/3440233750' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-13T03:37:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:05 smithi143 bash[15876]: audit 2024-02-13T03:37:05.453134+0000 mon.smithi143 (mon.0) 9 : audit [INF] from='client.? 172.21.15.143:0/3440233750' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-13T03:37:05.937 INFO:teuthology.orchestra.run.smithi143.stderr:Generating new minimal ceph.conf... 2024-02-13T03:37:07.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:07 smithi143 bash[15876]: audit 2024-02-13T03:37:07.049791+0000 mon.smithi143 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.143:0/1348774495' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:37:07.545 INFO:teuthology.orchestra.run.smithi143.stderr:Restarting the monitor... 2024-02-13T03:37:07.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:07 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for b99e06ee-ca20-11ee-95b9-87774f69a715... 2024-02-13T03:37:07.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:07 smithi143 bash[16409]: Error response from daemon: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-mon.smithi143 2024-02-13T03:37:07.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:07 smithi143 bash[15876]: debug 2024-02-13T03:37:07.723+0000 7f615583b700 -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 2024-02-13T03:37:07.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:07 smithi143 bash[15876]: debug 2024-02-13T03:37:07.723+0000 7f615583b700 -1 mon.smithi143@0(leader) e1 *** Got Signal Terminated *** 2024-02-13T03:37:08.428 INFO:teuthology.orchestra.run.smithi143.stderr:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2024-02-13T03:37:08.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:08 smithi143 bash[16409]: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-mon-smithi143 2024-02-13T03:37:08.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:08 smithi143 systemd[1]: Stopped Ceph mon.smithi143 for b99e06ee-ca20-11ee-95b9-87774f69a715. 2024-02-13T03:37:08.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:08 smithi143 systemd[1]: Started Ceph mon.smithi143 for b99e06ee-ca20-11ee-95b9-87774f69a715. 2024-02-13T03:37:09.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.623+0000 7f5f817c0880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.623+0000 7f5f817c0880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 8 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.623+0000 7f5f817c0880 0 pidfile_write: ignore empty --pid-file 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 0 load: jerasure load: lrc load: isa 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: DB SUMMARY 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: CURRENT file: CURRENT 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi143/store.db dir, Total Num: 1, files: 000004.sst 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi143/store.db: 000006.log size: 87069 ; 2024-02-13T03:37:09.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.create_if_missing: 0 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.env: 0x55b3c46b5080 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.fs: Posix File System 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.info_log: 0x55b3c525c520 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.statistics: (nil) 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.use_fsync: 0 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T03:37:09.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.db_log_dir: 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi143/store.db 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T03:37:09.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.write_buffer_manager: 0x55b3c5f50420 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T03:37:09.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.unordered_write: 0 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.row_cache: None 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.wal_filter: None 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T03:37:09.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T03:37:09.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_open_files: -1 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Compression algorithms supported: 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: kZSTD supported: 0 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T03:37:09.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000005 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.merge_operator: 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_filter: None 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b3c51ffd28) 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: cache_index_and_filter_blocks: 1 2024-02-13T03:37:09.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: pin_top_level_index_and_filter: 1 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: index_type: 0 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: data_block_index_type: 0 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: index_shortening: 1 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: data_block_hash_table_util_ratio: 0.750000 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: hash_index_allow_collision: 1 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: checksum: 1 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: no_block_cache: 0 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: block_cache: 0x55b3c5236f10 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: block_cache_name: BinnedLRUCache 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: block_cache_options: 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: capacity : 536870912 2024-02-13T03:37:09.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: num_shard_bits : 4 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: strict_capacity_limit : 0 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: high_pri_pool_ratio: 0.000 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: block_cache_compressed: (nil) 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: persistent_cache: (nil) 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: block_size: 4096 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: block_size_deviation: 10 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: block_restart_interval: 16 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: index_block_restart_interval: 1 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: metadata_block_size: 4096 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: partition_filters: 0 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: use_delta_encoding: 1 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: whole_key_filtering: 1 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: verify_compression: 0 2024-02-13T03:37:09.927 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: read_amp_bytes_per_bit: 0 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: format_version: 2 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: enable_index_compression: 1 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: block_align: 0 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compression: NoCompression 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.num_levels: 7 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T03:37:09.928 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T03:37:09.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T03:37:09.930 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T03:37:09.931 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.ttl: 2592000 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T03:37:09.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795429637803, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.631+0000 7f5f817c0880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.635+0000 7f5f817c0880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.635+0000 7f5f817c0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795429640557, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83778, "table_properties": {"data_size": 82045, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9462, "raw_average_key_size": 47, "raw_value_size": 76600, "raw_average_value_size": 383, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1707795429, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.635+0000 7f5f817c0880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.635+0000 7f5f817c0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795429641318, "job": 1, "event": "recovery_finished"} 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.639+0000 7f5f817c0880 4 rocksdb: DB pointer 0x55b3c52ff800 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.639+0000 7f5f685b1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.639+0000 7f5f685b1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ** DB Stats ** 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:37:09.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ** Compaction Stats [default] ** 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: L0 2/0 83.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 46.9 0.00 0.00 1 0.002 0 0 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Sum 2/0 83.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 46.9 0.00 0.00 1 0.002 0 0 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 46.9 0.00 0.00 1 0.002 0 0 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ** Compaction Stats [default] ** 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:37:09.934 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 46.9 0.00 0.00 1 0.002 0 0 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Cumulative compaction: 0.00 GB write, 9.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Interval compaction: 0.00 GB write, 9.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ** Compaction Stats [default] ** 2024-02-13T03:37:09.935 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: L0 2/0 83.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 46.9 0.00 0.00 1 0.002 0 0 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Sum 2/0 83.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 46.9 0.00 0.00 1 0.002 0 0 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ** Compaction Stats [default] ** 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 46.9 0.00 0.00 1 0.002 0 0 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:37:09.936 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Cumulative compaction: 0.00 GB write, 9.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.639+0000 7f5f817c0880 0 starting mon.smithi143 rank 0 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 b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.643+0000 7f5f817c0880 1 mon.smithi143@-1(???) e1 preinit fsid b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.643+0000 7f5f817c0880 0 mon.smithi143@-1(???).mds e1 new map 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.643+0000 7f5f817c0880 0 mon.smithi143@-1(???).mds e1 print_map 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: e1 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: legacy client fscid: -1 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: 2024-02-13T03:37:09.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: No filesystems configured 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.643+0000 7f5f817c0880 0 mon.smithi143@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.643+0000 7f5f817c0880 0 mon.smithi143@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: audit 2024-02-13T03:37:07.049791+0000 mon.smithi143 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.143:0/1348774495' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: debug 2024-02-13T03:37:09.643+0000 7f5f817c0880 1 mon.smithi143@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: cluster 2024-02-13T03:37:09.653307+0000 mon.smithi143 (mon.0) 1 : cluster [INF] mon.smithi143 is new leader, mons smithi143 in quorum (ranks 0) 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: cluster 2024-02-13T03:37:09.653388+0000 mon.smithi143 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: cluster 2024-02-13T03:37:09.653974+0000 mon.smithi143 (mon.0) 3 : cluster [DBG] fsmap 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: cluster 2024-02-13T03:37:09.654030+0000 mon.smithi143 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-13T03:37:09.938 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:09 smithi143 bash[16533]: cluster 2024-02-13T03:37:09.654567+0000 mon.smithi143 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-13T03:37:10.622 INFO:teuthology.orchestra.run.smithi143.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-13T03:37:10.622 INFO:teuthology.orchestra.run.smithi143.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:37:10.622 INFO:teuthology.orchestra.run.smithi143.stderr:Creating mgr... 2024-02-13T03:37:10.623 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying port 9283 ... 2024-02-13T03:37:10.750 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to reset failed state of unit ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mgr.smithi143.mxhzlj.service: Unit ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mgr.smithi143.mxhzlj.service is not loaded. 2024-02-13T03:37:10.759 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715.target.wants/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mgr.smithi143.mxhzlj.service -> /etc/systemd/system/ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@.service. 2024-02-13T03:37:10.865 INFO:teuthology.orchestra.run.smithi143.stderr:firewalld does not appear to be present 2024-02-13T03:37:10.866 INFO:teuthology.orchestra.run.smithi143.stderr:Not possible to enable service . firewalld.service is not available 2024-02-13T03:37:10.866 INFO:teuthology.orchestra.run.smithi143.stderr:firewalld does not appear to be present 2024-02-13T03:37:10.866 INFO:teuthology.orchestra.run.smithi143.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-13T03:37:10.866 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mgr to start... 2024-02-13T03:37:10.866 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mgr... 2024-02-13T03:37:11.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:11 smithi143 bash[16533]: audit 2024-02-13T03:37:10.013312+0000 mon.smithi143 (mon.0) 6 : audit [INF] from='client.? 172.21.15.143:0/234425925' entity='client.admin' 2024-02-13T03:37:12.423 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:12.423 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-02-13T03:37:12.423 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsid": "b99e06ee-ca20-11ee-95b9-87774f69a715", 2024-02-13T03:37:12.423 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "health": { 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 0 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "smithi143" 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T03:37:12.424 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T03:37:12.425 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": false, 2024-02-13T03:37:12.426 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "iostat", 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "nfs", 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "restful" 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modified": "2024-02-13T03:37:03.335309+0000", 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T03:37:12.427 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-02-13T03:37:12.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:12 smithi143 bash[16533]: audit 2024-02-13T03:37:12.418518+0000 mon.smithi143 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.143:0/4242475332' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T03:37:12.956 INFO:teuthology.orchestra.run.smithi143.stderr:mgr not available, waiting (1/15)... 2024-02-13T03:37:16.247 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:16.247 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-02-13T03:37:16.247 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsid": "b99e06ee-ca20-11ee-95b9-87774f69a715", 2024-02-13T03:37:16.247 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "health": { 2024-02-13T03:37:16.247 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T03:37:16.247 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T03:37:16.247 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T03:37:16.247 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 0 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "smithi143" 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:16.248 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T03:37:16.249 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:16.249 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T03:37:16.249 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T03:37:16.249 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T03:37:16.249 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T03:37:16.252 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T03:37:16.252 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T03:37:16.252 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:16.252 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T03:37:16.252 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T03:37:16.252 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": false, 2024-02-13T03:37:16.253 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "iostat", 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "nfs", 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "restful" 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modified": "2024-02-13T03:37:03.335309+0000", 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T03:37:16.254 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-02-13T03:37:16.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:16 smithi143 bash[16533]: audit 2024-02-13T03:37:16.245132+0000 mon.smithi143 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.143:0/3008714772' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T03:37:16.792 INFO:teuthology.orchestra.run.smithi143.stderr:mgr not available, waiting (2/15)... 2024-02-13T03:37:18.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: cluster 2024-02-13T03:37:18.520115+0000 mon.smithi143 (mon.0) 9 : cluster [INF] Activating manager daemon smithi143.mxhzlj 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: cluster 2024-02-13T03:37:18.525853+0000 mon.smithi143 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi143.mxhzlj(active, starting, since 0.0059196s) 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: audit 2024-02-13T03:37:18.527687+0000 mon.smithi143 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: audit 2024-02-13T03:37:18.527926+0000 mon.smithi143 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: audit 2024-02-13T03:37:18.528143+0000 mon.smithi143 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: audit 2024-02-13T03:37:18.528365+0000 mon.smithi143 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: audit 2024-02-13T03:37:18.529458+0000 mon.smithi143 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr metadata", "who": "smithi143.mxhzlj", "id": "smithi143.mxhzlj"}]: dispatch 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: cluster 2024-02-13T03:37:18.534624+0000 mon.smithi143 (mon.0) 16 : cluster [INF] Manager daemon smithi143.mxhzlj is now available 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: audit 2024-02-13T03:37:18.553293+0000 mon.smithi143 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:18.926 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:18 smithi143 bash[16533]: audit 2024-02-13T03:37:18.565440+0000 mon.smithi143 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.mxhzlj/mirror_snapshot_schedule"}]: dispatch 2024-02-13T03:37:19.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:19 smithi143 bash[16533]: audit 2024-02-13T03:37:18.571986+0000 mon.smithi143 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.mxhzlj/trash_purge_schedule"}]: dispatch 2024-02-13T03:37:19.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:19 smithi143 bash[16533]: audit 2024-02-13T03:37:18.579605+0000 mon.smithi143 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:19.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:19 smithi143 bash[16533]: audit 2024-02-13T03:37:18.583230+0000 mon.smithi143 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.143:0/1454796742' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:19.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:19 smithi143 bash[16533]: cluster 2024-02-13T03:37:19.530472+0000 mon.smithi143 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi143.mxhzlj(active, since 1.01055s) 2024-02-13T03:37:20.324 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsid": "b99e06ee-ca20-11ee-95b9-87774f69a715", 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "health": { 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 0 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "smithi143" 2024-02-13T03:37:20.325 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T03:37:20.326 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T03:37:20.330 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T03:37:20.330 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T03:37:20.330 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T03:37:20.330 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:20.330 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:20.331 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": true, 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "iostat", 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "nfs", 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "restful" 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T03:37:20.332 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:37:20.333 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modified": "2024-02-13T03:37:03.335309+0000", 2024-02-13T03:37:20.333 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:37:20.333 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-02-13T03:37:20.333 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T03:37:20.333 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-02-13T03:37:20.874 INFO:teuthology.orchestra.run.smithi143.stderr:mgr is available 2024-02-13T03:37:20.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:20 smithi143 bash[16533]: audit 2024-02-13T03:37:20.322292+0000 mon.smithi143 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.143:0/2885732951' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T03:37:21.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:21 smithi143 bash[16533]: cluster 2024-02-13T03:37:20.661680+0000 mon.smithi143 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi143.mxhzlj(active, since 2s) 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [global] 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: fsid = b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [mgr] 2024-02-13T03:37:22.306 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-13T03:37:22.307 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-02-13T03:37:22.307 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [osd] 2024-02-13T03:37:22.307 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-13T03:37:22.307 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-13T03:37:22.829 INFO:teuthology.orchestra.run.smithi143.stderr:Enabling cephadm module... 2024-02-13T03:37:22.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:22 smithi143 bash[16533]: audit 2024-02-13T03:37:22.304274+0000 mon.smithi143 (mon.0) 25 : audit [INF] from='client.? 172.21.15.143:0/1987292418' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-13T03:37:24.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:24 smithi143 bash[16533]: audit 2024-02-13T03:37:24.351155+0000 mon.smithi143 (mon.0) 26 : audit [INF] from='client.? 172.21.15.143:0/1375798393' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-13T03:37:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:25 smithi143 bash[16533]: audit 2024-02-13T03:37:24.408008+0000 mon.smithi143 (mon.0) 27 : audit [INF] from='client.? 172.21.15.143:0/1375798393' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-13T03:37:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:25 smithi143 bash[16533]: cluster 2024-02-13T03:37:24.408130+0000 mon.smithi143 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi143.mxhzlj(active, since 5s) 2024-02-13T03:37:26.537 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-02-13T03:37:26.537 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-13T03:37:26.537 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": true, 2024-02-13T03:37:26.538 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "active_name": "smithi143.mxhzlj", 2024-02-13T03:37:26.538 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-13T03:37:26.538 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-02-13T03:37:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:26 smithi143 bash[16533]: audit 2024-02-13T03:37:26.537065+0000 mon.smithi143 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.143:0/1341907765' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-13T03:37:27.046 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for the mgr to restart... 2024-02-13T03:37:27.046 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mgr epoch 5... 2024-02-13T03:37:31.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: cluster 2024-02-13T03:37:30.836410+0000 mon.smithi143 (mon.0) 30 : cluster [INF] Active manager daemon smithi143.mxhzlj restarted 2024-02-13T03:37:31.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: cluster 2024-02-13T03:37:30.836848+0000 mon.smithi143 (mon.0) 31 : cluster [INF] Activating manager daemon smithi143.mxhzlj 2024-02-13T03:37:31.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: cluster 2024-02-13T03:37:30.842466+0000 mon.smithi143 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-13T03:37:31.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: cluster 2024-02-13T03:37:30.842640+0000 mon.smithi143 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi143.mxhzlj(active, starting, since 0.00595212s) 2024-02-13T03:37:31.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: audit 2024-02-13T03:37:30.844160+0000 mon.smithi143 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-02-13T03:37:31.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: audit 2024-02-13T03:37:30.846753+0000 mon.smithi143 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr metadata", "who": "smithi143.mxhzlj", "id": "smithi143.mxhzlj"}]: dispatch 2024-02-13T03:37:31.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: audit 2024-02-13T03:37:30.847943+0000 mon.smithi143 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T03:37:31.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: audit 2024-02-13T03:37:30.848228+0000 mon.smithi143 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T03:37:31.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: audit 2024-02-13T03:37:30.848456+0000 mon.smithi143 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T03:37:31.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: cluster 2024-02-13T03:37:30.853014+0000 mon.smithi143 (mon.0) 39 : cluster [INF] Manager daemon smithi143.mxhzlj is now available 2024-02-13T03:37:31.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:30 smithi143 bash[16533]: audit 2024-02-13T03:37:30.874726+0000 mon.smithi143 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:31.863 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-02-13T03:37:31.863 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-13T03:37:31.863 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "initialized": true 2024-02-13T03:37:31.863 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-02-13T03:37:32.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:31 smithi143 bash[16533]: cephadm 2024-02-13T03:37:30.869234+0000 mgr.smithi143.mxhzlj (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-13T03:37:32.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:31 smithi143 bash[16533]: audit 2024-02-13T03:37:30.999591+0000 mon.smithi143 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:32.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:31 smithi143 bash[16533]: audit 2024-02-13T03:37:31.001629+0000 mon.smithi143 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:37:32.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:31 smithi143 bash[16533]: audit 2024-02-13T03:37:31.004522+0000 mon.smithi143 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:37:32.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:31 smithi143 bash[16533]: audit 2024-02-13T03:37:31.008973+0000 mon.smithi143 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:37:32.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:31 smithi143 bash[16533]: audit 2024-02-13T03:37:31.036309+0000 mon.smithi143 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.mxhzlj/mirror_snapshot_schedule"}]: dispatch 2024-02-13T03:37:32.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:31 smithi143 bash[16533]: audit 2024-02-13T03:37:31.041311+0000 mon.smithi143 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.mxhzlj/trash_purge_schedule"}]: dispatch 2024-02-13T03:37:32.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:31 smithi143 bash[16533]: cluster 2024-02-13T03:37:31.847743+0000 mon.smithi143 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi143.mxhzlj(active, since 1.01104s) 2024-02-13T03:37:32.427 INFO:teuthology.orchestra.run.smithi143.stderr:mgr epoch 5 is available 2024-02-13T03:37:32.427 INFO:teuthology.orchestra.run.smithi143.stderr:Setting orchestrator backend to cephadm... 2024-02-13T03:37:33.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:32 smithi143 bash[16533]: audit 2024-02-13T03:37:31.845877+0000 mgr.smithi143.mxhzlj (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-13T03:37:33.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:33 smithi143 bash[16533]: audit 2024-02-13T03:37:31.862292+0000 mgr.smithi143.mxhzlj (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-13T03:37:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:34 smithi143 bash[16533]: cluster 2024-02-13T03:37:33.008795+0000 mon.smithi143 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi143.mxhzlj(active, since 2s) 2024-02-13T03:37:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:34 smithi143 bash[16533]: audit 2024-02-13T03:37:33.821710+0000 mon.smithi143 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:34 smithi143 bash[16533]: audit 2024-02-13T03:37:33.839023+0000 mon.smithi143 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:37:35.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:35 smithi143 bash[16533]: audit 2024-02-13T03:37:33.813566+0000 mgr.smithi143.mxhzlj (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:35.744 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: value unchanged 2024-02-13T03:37:36.297 INFO:teuthology.orchestra.run.smithi143.stderr:Generating ssh key... 2024-02-13T03:37:36.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:36 smithi143 bash[16533]: audit 2024-02-13T03:37:35.743548+0000 mgr.smithi143.mxhzlj (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:39 smithi143 bash[16533]: audit 2024-02-13T03:37:37.745792+0000 mgr.smithi143.mxhzlj (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:39 smithi143 bash[16533]: cephadm 2024-02-13T03:37:37.746262+0000 mgr.smithi143.mxhzlj (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-13T03:37:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:39 smithi143 bash[16533]: audit 2024-02-13T03:37:38.102061+0000 mon.smithi143 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:39 smithi143 bash[16533]: audit 2024-02-13T03:37:38.106517+0000 mon.smithi143 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:39.910 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIjJ9z73sLJRCziu8LG0NVLOt24+sx74nulWlYhI6tMxnD5iUjFKkWTHFiAPajksUGuYdVOYbES6+KfzE9y2B7zhFl6EI1pj5D1ti2/XFlWRq35uaOxRz8mShoTsGYRAxS4/FGJa6mmRCFViKdIxScyl5JI229veedvyulBq+HXbjhq1EsB632tzTDYu17XXtheMVjuwu6N0lwPCIIZ16apRYQSG528/lGb+HgfdPLQOz3HTKqLI3XZDAHaQuKI6B1ynBIqzGu3nTKD83MXhP1VkA4K5YAmqVnk7jehfMYPZ25Xw4/yJxASR4A1RJMo6gf/Up8+Yas26oiFLDRyVSNAC0tbQdbMCmA9LtodyeOhDVK5Do7N3HzePhRnK0LGOrtI2zKHvMfSfjFybpoIERERUHZaZvdqcZB7HhOT6oXg8mi3wZXc+2558/p5vI/x7D7k9qwkfMuUgbmsW4XsPI1TnKF0afvBXMJScGm7D28wNH6FEMGSbkF2/erLJ0m4cU= ceph-b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:37:40.483 INFO:teuthology.orchestra.run.smithi143.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-13T03:37:40.483 INFO:teuthology.orchestra.run.smithi143.stderr:Adding key to root@localhost authorized_keys... 2024-02-13T03:37:40.484 INFO:teuthology.orchestra.run.smithi143.stderr:Adding host smithi143... 2024-02-13T03:37:40.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:40 smithi143 bash[16533]: audit 2024-02-13T03:37:39.909724+0000 mgr.smithi143.mxhzlj (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:42.795 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Added host 'smithi143' with addr '172.21.15.143' 2024-02-13T03:37:42.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:42 smithi143 bash[16533]: audit 2024-02-13T03:37:41.986526+0000 mgr.smithi143.mxhzlj (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "addr": "172.21.15.143", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:43.579 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying mon service with default placement... 2024-02-13T03:37:44.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:43 smithi143 bash[16533]: audit 2024-02-13T03:37:42.793741+0000 mon.smithi143 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:43 smithi143 bash[16533]: cephadm 2024-02-13T03:37:42.794247+0000 mgr.smithi143.mxhzlj (mgr.14116) 10 : cephadm [INF] Added host smithi143 2024-02-13T03:37:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:43 smithi143 bash[16533]: audit 2024-02-13T03:37:42.832396+0000 mon.smithi143 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:37:45.517 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-13T03:37:46.140 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying mgr service with default placement... 2024-02-13T03:37:46.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:46 smithi143 bash[16533]: audit 2024-02-13T03:37:45.508220+0000 mgr.smithi143.mxhzlj (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:46.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:46 smithi143 bash[16533]: cephadm 2024-02-13T03:37:45.511296+0000 mgr.smithi143.mxhzlj (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-13T03:37:46.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:46 smithi143 bash[16533]: audit 2024-02-13T03:37:45.516140+0000 mon.smithi143 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:46.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:46 smithi143 bash[16533]: audit 2024-02-13T03:37:46.007145+0000 mon.smithi143 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:46.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:46 smithi143 bash[16533]: audit 2024-02-13T03:37:46.307722+0000 mon.smithi143 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:47.549 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-13T03:37:48.129 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying crash service with default placement... 2024-02-13T03:37:48.889 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:48 smithi143 bash[16533]: audit 2024-02-13T03:37:47.542301+0000 mgr.smithi143.mxhzlj (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:48.890 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:48 smithi143 bash[16533]: cephadm 2024-02-13T03:37:47.544482+0000 mgr.smithi143.mxhzlj (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-13T03:37:48.890 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:48 smithi143 bash[16533]: audit 2024-02-13T03:37:47.547841+0000 mon.smithi143 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:49.505 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-13T03:37:50.116 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying prometheus service with default placement... 2024-02-13T03:37:50.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:50 smithi143 bash[16533]: audit 2024-02-13T03:37:49.496629+0000 mgr.smithi143.mxhzlj (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:50.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:50 smithi143 bash[16533]: cephadm 2024-02-13T03:37:49.499120+0000 mgr.smithi143.mxhzlj (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-13T03:37:50.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:50 smithi143 bash[16533]: audit 2024-02-13T03:37:49.504338+0000 mon.smithi143 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:51.456 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-13T03:37:52.064 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying grafana service with default placement... 2024-02-13T03:37:52.824 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:52 smithi143 bash[16533]: cluster 2024-02-13T03:37:50.849720+0000 mgr.smithi143.mxhzlj (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:37:52.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:52 smithi143 bash[16533]: audit 2024-02-13T03:37:51.447791+0000 mgr.smithi143.mxhzlj (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:52.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:52 smithi143 bash[16533]: cephadm 2024-02-13T03:37:51.449990+0000 mgr.smithi143.mxhzlj (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-13T03:37:52.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:52 smithi143 bash[16533]: audit 2024-02-13T03:37:51.454690+0000 mon.smithi143 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:53.500 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-13T03:37:54.112 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying node-exporter service with default placement... 2024-02-13T03:37:54.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:53 smithi143 bash[16533]: cluster 2024-02-13T03:37:52.850056+0000 mgr.smithi143.mxhzlj (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:37:54.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:53 smithi143 bash[16533]: audit 2024-02-13T03:37:52.883613+0000 mon.smithi143 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:54.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:53 smithi143 bash[16533]: audit 2024-02-13T03:37:53.499471+0000 mon.smithi143 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:54 smithi143 bash[16533]: audit 2024-02-13T03:37:53.492925+0000 mgr.smithi143.mxhzlj (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:54 smithi143 bash[16533]: cephadm 2024-02-13T03:37:53.495105+0000 mgr.smithi143.mxhzlj (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-13T03:37:55.564 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-13T03:37:56.076 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying alertmanager service with default placement... 2024-02-13T03:37:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:55 smithi143 bash[16533]: cluster 2024-02-13T03:37:54.850473+0000 mgr.smithi143.mxhzlj (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:37:56.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:55 smithi143 bash[16533]: audit 2024-02-13T03:37:55.562888+0000 mon.smithi143 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:57.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:56 smithi143 bash[16533]: audit 2024-02-13T03:37:55.555926+0000 mgr.smithi143.mxhzlj (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:56 smithi143 bash[16533]: cephadm 2024-02-13T03:37:55.558154+0000 mgr.smithi143.mxhzlj (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-13T03:37:57.557 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-13T03:37:58.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:57 smithi143 bash[16533]: cluster 2024-02-13T03:37:56.850978+0000 mgr.smithi143.mxhzlj (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:37:58.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:57 smithi143 bash[16533]: audit 2024-02-13T03:37:57.556063+0000 mon.smithi143 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.143:0/611064982' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:37:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:58 smithi143 bash[16533]: audit 2024-02-13T03:37:57.549045+0000 mgr.smithi143.mxhzlj (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:37:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:58 smithi143 bash[16533]: cephadm 2024-02-13T03:37:57.551254+0000 mgr.smithi143.mxhzlj (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-13T03:37:59.940 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:59 smithi143 bash[16533]: cluster 2024-02-13T03:37:58.851488+0000 mgr.smithi143.mxhzlj (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:37:59.940 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:37:59 smithi143 bash[16533]: audit 2024-02-13T03:37:59.888305+0000 mon.smithi143 (mon.0) 65 : audit [INF] from='client.? 172.21.15.143:0/799985609' entity='client.admin' 2024-02-13T03:38:02.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:01 smithi143 bash[16533]: cluster 2024-02-13T03:38:00.851918+0000 mgr.smithi143.mxhzlj (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:02.539 INFO:teuthology.orchestra.run.smithi143.stderr:Enabling the dashboard module... 2024-02-13T03:38:03.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:02 smithi143 bash[16533]: audit 2024-02-13T03:38:01.987211+0000 mon.smithi143 (mon.0) 66 : audit [INF] from='client.? 172.21.15.143:0/2199217109' entity='client.admin' 2024-02-13T03:38:04.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:03 smithi143 bash[16533]: cluster 2024-02-13T03:38:02.852376+0000 mgr.smithi143.mxhzlj (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:04.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:03 smithi143 bash[16533]: audit 2024-02-13T03:38:03.943552+0000 mon.smithi143 (mon.0) 67 : audit [INF] from='client.? 172.21.15.143:0/695771570' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-13T03:38:05.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:04 smithi143 bash[16533]: audit 2024-02-13T03:38:03.996405+0000 mon.smithi143 (mon.0) 68 : audit [INF] from='client.? 172.21.15.143:0/695771570' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-13T03:38:05.701 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:04 smithi143 bash[16533]: cluster 2024-02-13T03:38:03.996509+0000 mon.smithi143 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi143.mxhzlj(active, since 33s) 2024-02-13T03:38:06.241 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-02-13T03:38:06.241 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-13T03:38:06.241 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": true, 2024-02-13T03:38:06.241 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "active_name": "smithi143.mxhzlj", 2024-02-13T03:38:06.241 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-13T03:38:06.242 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-02-13T03:38:06.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:06 smithi143 bash[16533]: audit 2024-02-13T03:38:06.240584+0000 mon.smithi143 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.143:0/715834722' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-13T03:38:06.806 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for the mgr to restart... 2024-02-13T03:38:06.806 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mgr epoch 9... 2024-02-13T03:38:11.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: cluster 2024-02-13T03:38:10.416178+0000 mon.smithi143 (mon.0) 71 : cluster [INF] Active manager daemon smithi143.mxhzlj restarted 2024-02-13T03:38:11.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: cluster 2024-02-13T03:38:10.416633+0000 mon.smithi143 (mon.0) 72 : cluster [INF] Activating manager daemon smithi143.mxhzlj 2024-02-13T03:38:11.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: cluster 2024-02-13T03:38:10.421194+0000 mon.smithi143 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-13T03:38:11.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: cluster 2024-02-13T03:38:10.421498+0000 mon.smithi143 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi143.mxhzlj(active, starting, since 0.00503318s) 2024-02-13T03:38:11.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.423225+0000 mon.smithi143 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.425124+0000 mon.smithi143 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr metadata", "who": "smithi143.mxhzlj", "id": "smithi143.mxhzlj"}]: dispatch 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.426613+0000 mon.smithi143 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.426947+0000 mon.smithi143 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.427242+0000 mon.smithi143 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: cluster 2024-02-13T03:38:10.431824+0000 mon.smithi143 (mon.0) 80 : cluster [INF] Manager daemon smithi143.mxhzlj is now available 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.573288+0000 mon.smithi143 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.575986+0000 mon.smithi143 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.631240+0000 mon.smithi143 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.mxhzlj/mirror_snapshot_schedule"}]: dispatch 2024-02-13T03:38:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:10 smithi143 bash[16533]: audit 2024-02-13T03:38:10.634190+0000 mon.smithi143 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.mxhzlj/trash_purge_schedule"}]: dispatch 2024-02-13T03:38:11.444 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-02-13T03:38:11.444 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-13T03:38:11.444 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "initialized": true 2024-02-13T03:38:11.444 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-02-13T03:38:12.133 INFO:teuthology.orchestra.run.smithi143.stderr:mgr epoch 9 is available 2024-02-13T03:38:12.133 INFO:teuthology.orchestra.run.smithi143.stderr:Generating a dashboard self-signed certificate... 2024-02-13T03:38:12.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:12 smithi143 bash[16533]: audit 2024-02-13T03:38:11.426164+0000 mgr.smithi143.mxhzlj (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-13T03:38:12.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:12 smithi143 bash[16533]: cluster 2024-02-13T03:38:11.426676+0000 mon.smithi143 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi143.mxhzlj(active, since 1.01022s) 2024-02-13T03:38:12.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:12 smithi143 bash[16533]: audit 2024-02-13T03:38:11.442633+0000 mgr.smithi143.mxhzlj (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-13T03:38:13.604 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-13T03:38:13.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:13 smithi143 bash[16533]: cluster 2024-02-13T03:38:12.434657+0000 mon.smithi143 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi143.mxhzlj(active, since 2s) 2024-02-13T03:38:14.155 INFO:teuthology.orchestra.run.smithi143.stderr:Creating initial admin user... 2024-02-13T03:38:14.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:14 smithi143 bash[16533]: audit 2024-02-13T03:38:13.486382+0000 mgr.smithi143.mxhzlj (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:38:14.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:14 smithi143 bash[16533]: audit 2024-02-13T03:38:13.598695+0000 mon.smithi143 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:14.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:14 smithi143 bash[16533]: audit 2024-02-13T03:38:13.603107+0000 mon.smithi143 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:15.812 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$ui54uTj1r8KRTZcvj5dLC.yEtHYOYWQK2CN5AGZPSD61DHhOV1fu6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707795495, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-13T03:38:16.401 INFO:teuthology.orchestra.run.smithi143.stderr:Fetching dashboard port number... 2024-02-13T03:38:17.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:16 smithi143 bash[16533]: audit 2024-02-13T03:38:15.546592+0000 mgr.smithi143.mxhzlj (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:38:17.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:16 smithi143 bash[16533]: audit 2024-02-13T03:38:15.807570+0000 mon.smithi143 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:17.782 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 8443 2024-02-13T03:38:18.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:17 smithi143 bash[16533]: cluster 2024-02-13T03:38:16.815869+0000 mon.smithi143 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi143.mxhzlj(active, since 6s) 2024-02-13T03:38:18.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:17 smithi143 bash[16533]: audit 2024-02-13T03:38:17.499291+0000 mon.smithi143 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:18.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:17 smithi143 bash[16533]: audit 2024-02-13T03:38:17.781847+0000 mon.smithi143 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.143:0/3069915880' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-13T03:38:18.409 INFO:teuthology.orchestra.run.smithi143.stderr:firewalld does not appear to be present 2024-02-13T03:38:18.409 INFO:teuthology.orchestra.run.smithi143.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-13T03:38:18.413 INFO:teuthology.orchestra.run.smithi143.stderr:Ceph Dashboard is now available at: 2024-02-13T03:38:18.413 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:18.413 INFO:teuthology.orchestra.run.smithi143.stderr: URL: https://smithi143.front.sepia.ceph.com:8443/ 2024-02-13T03:38:18.413 INFO:teuthology.orchestra.run.smithi143.stderr: User: admin 2024-02-13T03:38:18.413 INFO:teuthology.orchestra.run.smithi143.stderr: Password: uivxp0lmbz 2024-02-13T03:38:18.413 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:18.414 INFO:teuthology.orchestra.run.smithi143.stderr:Enabling autotune for osd_memory_target 2024-02-13T03:38:21.963 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr:Or, if you are only running a single cluster on this host: 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:22.691 INFO:teuthology.orchestra.run.smithi143.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-13T03:38:22.692 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:22.692 INFO:teuthology.orchestra.run.smithi143.stderr: ceph telemetry on 2024-02-13T03:38:22.692 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:22.692 INFO:teuthology.orchestra.run.smithi143.stderr:For more information see: 2024-02-13T03:38:22.692 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:22.692 INFO:teuthology.orchestra.run.smithi143.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-13T03:38:22.692 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:38:22.692 INFO:teuthology.orchestra.run.smithi143.stderr:Bootstrap complete. 2024-02-13T03:38:22.732 INFO:tasks.cephadm:Fetching config... 2024-02-13T03:38:22.732 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:38:22.732 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-13T03:38:22.738 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-13T03:38:22.738 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:38:22.738 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-13T03:38:22.787 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-13T03:38:22.788 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:38:22.788 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/keyring of=/dev/stdout 2024-02-13T03:38:22.848 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-13T03:38:22.849 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:38:22.849 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-13T03:38:22.901 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-13T03:38:22.902 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIjJ9z73sLJRCziu8LG0NVLOt24+sx74nulWlYhI6tMxnD5iUjFKkWTHFiAPajksUGuYdVOYbES6+KfzE9y2B7zhFl6EI1pj5D1ti2/XFlWRq35uaOxRz8mShoTsGYRAxS4/FGJa6mmRCFViKdIxScyl5JI229veedvyulBq+HXbjhq1EsB632tzTDYu17XXtheMVjuwu6N0lwPCIIZ16apRYQSG528/lGb+HgfdPLQOz3HTKqLI3XZDAHaQuKI6B1ynBIqzGu3nTKD83MXhP1VkA4K5YAmqVnk7jehfMYPZ25Xw4/yJxASR4A1RJMo6gf/Up8+Yas26oiFLDRyVSNAC0tbQdbMCmA9LtodyeOhDVK5Do7N3HzePhRnK0LGOrtI2zKHvMfSfjFybpoIERERUHZaZvdqcZB7HhOT6oXg8mi3wZXc+2558/p5vI/x7D7k9qwkfMuUgbmsW4XsPI1TnKF0afvBXMJScGm7D28wNH6FEMGSbkF2/erLJ0m4cU= ceph-b99e06ee-ca20-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-13T03:38:22.969 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIjJ9z73sLJRCziu8LG0NVLOt24+sx74nulWlYhI6tMxnD5iUjFKkWTHFiAPajksUGuYdVOYbES6+KfzE9y2B7zhFl6EI1pj5D1ti2/XFlWRq35uaOxRz8mShoTsGYRAxS4/FGJa6mmRCFViKdIxScyl5JI229veedvyulBq+HXbjhq1EsB632tzTDYu17XXtheMVjuwu6N0lwPCIIZ16apRYQSG528/lGb+HgfdPLQOz3HTKqLI3XZDAHaQuKI6B1ynBIqzGu3nTKD83MXhP1VkA4K5YAmqVnk7jehfMYPZ25Xw4/yJxASR4A1RJMo6gf/Up8+Yas26oiFLDRyVSNAC0tbQdbMCmA9LtodyeOhDVK5Do7N3HzePhRnK0LGOrtI2zKHvMfSfjFybpoIERERUHZaZvdqcZB7HhOT6oXg8mi3wZXc+2558/p5vI/x7D7k9qwkfMuUgbmsW4XsPI1TnKF0afvBXMJScGm7D28wNH6FEMGSbkF2/erLJ0m4cU= ceph-b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:38:22.979 DEBUG:teuthology.orchestra.run.smithi196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIjJ9z73sLJRCziu8LG0NVLOt24+sx74nulWlYhI6tMxnD5iUjFKkWTHFiAPajksUGuYdVOYbES6+KfzE9y2B7zhFl6EI1pj5D1ti2/XFlWRq35uaOxRz8mShoTsGYRAxS4/FGJa6mmRCFViKdIxScyl5JI229veedvyulBq+HXbjhq1EsB632tzTDYu17XXtheMVjuwu6N0lwPCIIZ16apRYQSG528/lGb+HgfdPLQOz3HTKqLI3XZDAHaQuKI6B1ynBIqzGu3nTKD83MXhP1VkA4K5YAmqVnk7jehfMYPZ25Xw4/yJxASR4A1RJMo6gf/Up8+Yas26oiFLDRyVSNAC0tbQdbMCmA9LtodyeOhDVK5Do7N3HzePhRnK0LGOrtI2zKHvMfSfjFybpoIERERUHZaZvdqcZB7HhOT6oXg8mi3wZXc+2558/p5vI/x7D7k9qwkfMuUgbmsW4XsPI1TnKF0afvBXMJScGm7D28wNH6FEMGSbkF2/erLJ0m4cU= ceph-b99e06ee-ca20-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-13T03:38:23.005 INFO:teuthology.orchestra.run.smithi196.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIjJ9z73sLJRCziu8LG0NVLOt24+sx74nulWlYhI6tMxnD5iUjFKkWTHFiAPajksUGuYdVOYbES6+KfzE9y2B7zhFl6EI1pj5D1ti2/XFlWRq35uaOxRz8mShoTsGYRAxS4/FGJa6mmRCFViKdIxScyl5JI229veedvyulBq+HXbjhq1EsB632tzTDYu17XXtheMVjuwu6N0lwPCIIZ16apRYQSG528/lGb+HgfdPLQOz3HTKqLI3XZDAHaQuKI6B1ynBIqzGu3nTKD83MXhP1VkA4K5YAmqVnk7jehfMYPZ25Xw4/yJxASR4A1RJMo6gf/Up8+Yas26oiFLDRyVSNAC0tbQdbMCmA9LtodyeOhDVK5Do7N3HzePhRnK0LGOrtI2zKHvMfSfjFybpoIERERUHZaZvdqcZB7HhOT6oXg8mi3wZXc+2558/p5vI/x7D7k9qwkfMuUgbmsW4XsPI1TnKF0afvBXMJScGm7D28wNH6FEMGSbkF2/erLJ0m4cU= ceph-b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:38:23.015 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-13T03:38:23.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:22 smithi143 bash[16533]: audit 2024-02-13T03:38:21.959125+0000 mon.smithi143 (mon.0) 93 : audit [INF] from='client.? 172.21.15.143:0/2886495913' entity='client.admin' 2024-02-13T03:38:27.472 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-13T03:38:27.472 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-13T03:38:27.730 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:27 smithi143 bash[16533]: audit 2024-02-13T03:38:26.628560+0000 mon.smithi143 (mon.0) 94 : audit [INF] from='client.? 172.21.15.143:0/3618581766' entity='client.admin' 2024-02-13T03:38:31.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:31 smithi143 bash[16533]: audit 2024-02-13T03:38:30.118510+0000 mon.smithi143 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:31.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:31 smithi143 bash[16533]: audit 2024-02-13T03:38:30.406392+0000 mon.smithi143 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:38:31.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:31 smithi143 bash[16533]: audit 2024-02-13T03:38:30.411846+0000 mon.smithi143 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:31.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:31 smithi143 bash[16533]: cephadm 2024-02-13T03:38:30.430189+0000 mgr.smithi143.mxhzlj (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi143 on smithi143 2024-02-13T03:38:31.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:31 smithi143 bash[16533]: audit 2024-02-13T03:38:30.847837+0000 mgr.smithi143.mxhzlj (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:38:31.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:31 smithi143 bash[16533]: audit 2024-02-13T03:38:30.852829+0000 mon.smithi143 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:31.637 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi196 2024-02-13T03:38:31.637 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:38:31.637 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.conf 2024-02-13T03:38:31.645 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:38:31.646 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:38:31.737 INFO:tasks.cephadm:Adding host smithi196 to orchestrator... 2024-02-13T03:38:31.737 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch host add smithi196 2024-02-13T03:38:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:33 smithi143 bash[16533]: cluster 2024-02-13T03:38:32.428117+0000 mgr.smithi143.mxhzlj (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:35.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:35 smithi143 bash[16533]: cluster 2024-02-13T03:38:34.428603+0000 mgr.smithi143.mxhzlj (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:38.012 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:37 smithi143 bash[16533]: cluster 2024-02-13T03:38:36.429046+0000 mgr.smithi143.mxhzlj (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:39 smithi143 bash[16533]: audit 2024-02-13T03:38:38.168073+0000 mon.smithi143 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:39 smithi143 bash[16533]: audit 2024-02-13T03:38:38.171165+0000 mon.smithi143 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:38:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:39 smithi143 bash[16533]: audit 2024-02-13T03:38:38.175337+0000 mon.smithi143 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-13T03:38:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:39 smithi143 bash[16533]: audit 2024-02-13T03:38:38.176816+0000 mon.smithi143 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:38:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:39 smithi143 bash[16533]: cephadm 2024-02-13T03:38:38.178028+0000 mgr.smithi143.mxhzlj (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi143 on smithi143 2024-02-13T03:38:39.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:39 smithi143 bash[16533]: cluster 2024-02-13T03:38:38.429373+0000 mgr.smithi143.mxhzlj (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: cluster 2024-02-13T03:38:40.429632+0000 mgr.smithi143.mxhzlj (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: audit 2024-02-13T03:38:40.537527+0000 mon.smithi143 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: audit 2024-02-13T03:38:40.631826+0000 mon.smithi143 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: audit 2024-02-13T03:38:40.676869+0000 mon.smithi143 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: audit 2024-02-13T03:38:40.684246+0000 mon.smithi143 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: audit 2024-02-13T03:38:40.687832+0000 mon.smithi143 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: audit 2024-02-13T03:38:40.688483+0000 mgr.smithi143.mxhzlj (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: audit 2024-02-13T03:38:40.692678+0000 mon.smithi143 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:41 smithi143 bash[16533]: cephadm 2024-02-13T03:38:40.707941+0000 mgr.smithi143.mxhzlj (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi143 on smithi143 2024-02-13T03:38:43.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:43 smithi143 bash[16533]: cluster 2024-02-13T03:38:42.429979+0000 mgr.smithi143.mxhzlj (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:46.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:45 smithi143 bash[16533]: cluster 2024-02-13T03:38:44.430313+0000 mgr.smithi143.mxhzlj (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:48.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:47 smithi143 bash[16533]: cluster 2024-02-13T03:38:46.430618+0000 mgr.smithi143.mxhzlj (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:49.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:49 smithi143 bash[16533]: cluster 2024-02-13T03:38:48.430983+0000 mgr.smithi143.mxhzlj (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:52.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:51 smithi143 bash[16533]: cluster 2024-02-13T03:38:50.431299+0000 mgr.smithi143.mxhzlj (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:54.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:53 smithi143 bash[16533]: cluster 2024-02-13T03:38:52.431820+0000 mgr.smithi143.mxhzlj (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:56.105 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:55 smithi143 bash[16533]: cluster 2024-02-13T03:38:54.432308+0000 mgr.smithi143.mxhzlj (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:56.701 INFO:teuthology.orchestra.run.smithi196.stdout:Added host 'smithi196' with addr '172.21.15.196' 2024-02-13T03:38:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:56 smithi143 bash[16533]: audit 2024-02-13T03:38:55.858095+0000 mgr.smithi143.mxhzlj (mgr.14156) 23 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:38:57.365 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-13T03:38:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:57 smithi143 bash[16533]: cluster 2024-02-13T03:38:56.432829+0000 mgr.smithi143.mxhzlj (mgr.14156) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:57 smithi143 bash[16533]: audit 2024-02-13T03:38:56.699908+0000 mon.smithi143 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:57 smithi143 bash[16533]: cephadm 2024-02-13T03:38:56.700735+0000 mgr.smithi143.mxhzlj (mgr.14156) 25 : cephadm [INF] Added host smithi196 2024-02-13T03:38:59.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:59 smithi143 bash[16533]: audit 2024-02-13T03:38:58.427916+0000 mon.smithi143 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:59.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:59 smithi143 bash[16533]: cluster 2024-02-13T03:38:58.433203+0000 mgr.smithi143.mxhzlj (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:38:59.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:59 smithi143 bash[16533]: cephadm 2024-02-13T03:38:58.434806+0000 mgr.smithi143.mxhzlj (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2024-02-13T03:38:59.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:59 smithi143 bash[16533]: audit 2024-02-13T03:38:58.958753+0000 mon.smithi143 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:38:59.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:38:59 smithi143 bash[16533]: audit 2024-02-13T03:38:58.965042+0000 mon.smithi143 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-13T03:39:01.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:00 smithi143 bash[16533]: audit 2024-02-13T03:38:59.964962+0000 mon.smithi143 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.143:0/939072125' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-13T03:39:01.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:00 smithi143 bash[16533]: cluster 2024-02-13T03:38:59.965120+0000 mon.smithi143 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi143.mxhzlj(active, since 49s) 2024-02-13T03:39:06.723 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: cluster 2024-02-13T03:39:06.543643+0000 mon.smithi143 (mon.0) 115 : cluster [INF] Active manager daemon smithi143.mxhzlj restarted 2024-02-13T03:39:06.723 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: cluster 2024-02-13T03:39:06.544072+0000 mon.smithi143 (mon.0) 116 : cluster [INF] Activating manager daemon smithi143.mxhzlj 2024-02-13T03:39:06.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: cluster 2024-02-13T03:39:06.549874+0000 mon.smithi143 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-13T03:39:06.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: cluster 2024-02-13T03:39:06.550169+0000 mon.smithi143 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi143.mxhzlj(active, starting, since 0.00624239s) 2024-02-13T03:39:06.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: audit 2024-02-13T03:39:06.552451+0000 mon.smithi143 (mon.0) 119 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-02-13T03:39:06.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: audit 2024-02-13T03:39:06.553919+0000 mon.smithi143 (mon.0) 120 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr metadata", "who": "smithi143.mxhzlj", "id": "smithi143.mxhzlj"}]: dispatch 2024-02-13T03:39:06.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: audit 2024-02-13T03:39:06.555233+0000 mon.smithi143 (mon.0) 121 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T03:39:06.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: audit 2024-02-13T03:39:06.555975+0000 mon.smithi143 (mon.0) 122 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T03:39:06.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: audit 2024-02-13T03:39:06.556290+0000 mon.smithi143 (mon.0) 123 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T03:39:06.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:06 smithi143 bash[16533]: cluster 2024-02-13T03:39:06.559390+0000 mon.smithi143 (mon.0) 124 : cluster [INF] Manager daemon smithi143.mxhzlj is now available 2024-02-13T03:39:07.556 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-02-13T03:39:07.556 INFO:teuthology.orchestra.run.smithi196.stdout:[{"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}, {"addr": "172.21.15.196", "hostname": "smithi196", "labels": [], "status": ""}] 2024-02-13T03:39:07.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:07 smithi143 bash[16533]: audit 2024-02-13T03:39:06.698520+0000 mon.smithi143 (mon.0) 125 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:39:07.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:07 smithi143 bash[16533]: audit 2024-02-13T03:39:06.701577+0000 mon.smithi143 (mon.0) 126 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:39:07.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:07 smithi143 bash[16533]: audit 2024-02-13T03:39:06.731106+0000 mon.smithi143 (mon.0) 127 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:07.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:07 smithi143 bash[16533]: audit 2024-02-13T03:39:06.764980+0000 mon.smithi143 (mon.0) 128 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.mxhzlj/mirror_snapshot_schedule"}]: dispatch 2024-02-13T03:39:07.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:07 smithi143 bash[16533]: audit 2024-02-13T03:39:06.775647+0000 mon.smithi143 (mon.0) 129 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.mxhzlj/trash_purge_schedule"}]: dispatch 2024-02-13T03:39:07.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:07 smithi143 bash[16533]: audit 2024-02-13T03:39:07.362215+0000 mon.smithi143 (mon.0) 130 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:07.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:07 smithi143 bash[16533]: cluster 2024-02-13T03:39:07.554537+0000 mon.smithi143 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi143.mxhzlj(active, since 1.01061s) 2024-02-13T03:39:08.165 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-13T03:39:08.166 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-13T03:39:08.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:08 smithi143 bash[16533]: audit 2024-02-13T03:39:07.554364+0000 mgr.smithi143.mxhzlj (mgr.14184) 1 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:09.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:09 smithi143 bash[16533]: cluster 2024-02-13T03:39:08.605177+0000 mon.smithi143 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi143.mxhzlj(active, since 2s) 2024-02-13T03:39:09.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:09 smithi143 bash[16533]: audit 2024-02-13T03:39:09.164317+0000 mon.smithi143 (mon.0) 133 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:12.597 INFO:teuthology.orchestra.run.smithi143.stderr:adjusted tunables profile to default 2024-02-13T03:39:12.720 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:12 smithi143 bash[16533]: audit 2024-02-13T03:39:12.539447+0000 mon.smithi143 (mon.0) 134 : audit [INF] from='client.? 172.21.15.143:0/4259211547' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-13T03:39:13.475 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2024-02-13T03:39:13.476 INFO:tasks.cephadm:Adding mon.smithi196 on smithi196 2024-02-13T03:39:13.476 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi143:172.21.15.143=smithi143;smithi196:172.21.15.196=smithi196' 2024-02-13T03:39:13.728 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:13 smithi143 bash[16533]: audit 2024-02-13T03:39:12.593114+0000 mon.smithi143 (mon.0) 135 : audit [INF] from='client.? 172.21.15.143:0/4259211547' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-13T03:39:13.728 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:13 smithi143 bash[16533]: cluster 2024-02-13T03:39:12.593185+0000 mon.smithi143 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T03:39:13.728 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:13 smithi143 bash[16533]: audit 2024-02-13T03:39:12.717877+0000 mon.smithi143 (mon.0) 137 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:13.728 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:13 smithi143 bash[16533]: audit 2024-02-13T03:39:13.001386+0000 mon.smithi143 (mon.0) 138 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:14.852601+0000 mon.smithi143 (mon.0) 139 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.165355+0000 mon.smithi143 (mon.0) 140 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.166944+0000 mon.smithi143 (mon.0) 141 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.168607+0000 mon.smithi143 (mon.0) 142 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.170055+0000 mon.smithi143 (mon.0) 143 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.256542+0000 mon.smithi143 (mon.0) 144 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.328461+0000 mon.smithi143 (mon.0) 145 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.336212+0000 mon.smithi143 (mon.0) 146 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.339916+0000 mon.smithi143 (mon.0) 147 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi196", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:39:16.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.346480+0000 mon.smithi143 (mon.0) 148 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi196", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-13T03:39:16.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:15 smithi143 bash[16533]: audit 2024-02-13T03:39:15.347730+0000 mon.smithi143 (mon.0) 149 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:17.102 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mon update... 2024-02-13T03:39:17.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:16 smithi143 bash[16533]: cephadm 2024-02-13T03:39:15.172485+0000 mgr.smithi143.mxhzlj (mgr.14184) 2 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-02-13T03:39:17.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:16 smithi143 bash[16533]: cephadm 2024-02-13T03:39:15.172980+0000 mgr.smithi143.mxhzlj (mgr.14184) 3 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-02-13T03:39:17.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:16 smithi143 bash[16533]: cephadm 2024-02-13T03:39:15.210116+0000 mgr.smithi143.mxhzlj (mgr.14184) 4 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:39:17.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:16 smithi143 bash[16533]: cephadm 2024-02-13T03:39:15.222093+0000 mgr.smithi143.mxhzlj (mgr.14184) 5 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:39:17.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:16 smithi143 bash[16533]: cephadm 2024-02-13T03:39:15.348814+0000 mgr.smithi143.mxhzlj (mgr.14184) 6 : cephadm [INF] Deploying daemon crash.smithi196 on smithi196 2024-02-13T03:39:17.736 DEBUG:teuthology.orchestra.run.smithi196:mon.smithi196> sudo journalctl -f -n 0 -u ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi196.service 2024-02-13T03:39:17.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T03:39:17.738 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T03:39:17.994 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-02-13T03:39:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:18 smithi143 bash[16533]: audit 2024-02-13T03:39:17.090178+0000 mgr.smithi143.mxhzlj (mgr.14184) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi143:172.21.15.143=smithi143;smithi196:172.21.15.196=smithi196", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:39:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:18 smithi143 bash[16533]: cephadm 2024-02-13T03:39:17.096221+0000 mgr.smithi143.mxhzlj (mgr.14184) 8 : cephadm [INF] Saving service mon spec with placement smithi143:172.21.15.143=smithi143;smithi196:172.21.15.196=smithi196;count:2 2024-02-13T03:39:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:18 smithi143 bash[16533]: audit 2024-02-13T03:39:17.102026+0000 mon.smithi143 (mon.0) 150 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:18 smithi143 bash[16533]: audit 2024-02-13T03:39:18.060675+0000 mon.smithi143 (mon.0) 151 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:18 smithi143 bash[16533]: audit 2024-02-13T03:39:18.065747+0000 mon.smithi143 (mon.0) 152 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi196.beqlkm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:39:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:18 smithi143 bash[16533]: audit 2024-02-13T03:39:18.069824+0000 mon.smithi143 (mon.0) 153 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi196.beqlkm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-13T03:39:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:18 smithi143 bash[16533]: audit 2024-02-13T03:39:18.071214+0000 mon.smithi143 (mon.0) 154 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:39:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:18 smithi143 bash[16533]: audit 2024-02-13T03:39:18.072450+0000 mon.smithi143 (mon.0) 155 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:19.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:19 smithi143 bash[16533]: cephadm 2024-02-13T03:39:18.073458+0000 mgr.smithi143.mxhzlj (mgr.14184) 9 : cephadm [INF] Deploying daemon mgr.smithi196.beqlkm on smithi196 2024-02-13T03:39:22.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:21 smithi143 bash[16533]: audit 2024-02-13T03:39:20.920389+0000 mon.smithi143 (mon.0) 156 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:22.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:21 smithi143 bash[16533]: audit 2024-02-13T03:39:20.925870+0000 mon.smithi143 (mon.0) 157 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:39:22.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:21 smithi143 bash[16533]: audit 2024-02-13T03:39:20.927315+0000 mon.smithi143 (mon.0) 158 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:39:22.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:21 smithi143 bash[16533]: audit 2024-02-13T03:39:20.928648+0000 mon.smithi143 (mon.0) 159 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:22.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:21 smithi143 bash[16533]: cephadm 2024-02-13T03:39:20.929768+0000 mgr.smithi143.mxhzlj (mgr.14184) 10 : cephadm [INF] Deploying daemon mon.smithi196 on smithi196 2024-02-13T03:39:22.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:21 smithi143 bash[16533]: audit 2024-02-13T03:39:21.736624+0000 mon.smithi143 (mon.0) 160 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:22.436 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-02-13T03:39:22.436 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"b99e06ee-ca20-11ee-95b9-87774f69a715","modified":"2024-02-13T03:36:59.716096Z","created":"2024-02-13T03:36:59.716096Z","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":"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]} 2024-02-13T03:39:22.440 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2024-02-13T03:39:23.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:22 smithi143 bash[16533]: audit 2024-02-13T03:39:22.436639+0000 mon.smithi143 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.196:0/2495531772' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T03:39:24.203 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T03:39:24.204 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T03:39:25.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:25 smithi196 systemd[1]: Started Ceph mon.smithi196 for b99e06ee-ca20-11ee-95b9-87774f69a715. 2024-02-13T03:39:26.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:26 smithi143 bash[16533]: audit 2024-02-13T03:39:25.220962+0000 mon.smithi143 (mon.0) 162 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:26.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:26 smithi143 bash[16533]: cephadm 2024-02-13T03:39:25.224904+0000 mgr.smithi143.mxhzlj (mgr.14184) 11 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2024-02-13T03:39:26.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:26 smithi143 bash[16533]: audit 2024-02-13T03:39:25.778817+0000 mon.smithi143 (mon.0) 163 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:26.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:26 smithi143 bash[16533]: cephadm 2024-02-13T03:39:25.802640+0000 mgr.smithi143.mxhzlj (mgr.14184) 12 : cephadm [INF] Deploying daemon prometheus.smithi196 on smithi196 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.151+0000 7fbe38ac4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.151+0000 7fbe38ac4880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.151+0000 7fbe38ac4880 0 pidfile_write: ignore empty --pid-file 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 0 load: jerasure load: lrc load: isa 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: DB SUMMARY 2024-02-13T03:39:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: CURRENT file: CURRENT 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi196/store.db dir, Total Num: 0, files: 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi196/store.db: 000003.log size: 511 ; 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.create_if_missing: 0 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.env: 0x55e10f20e080 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.fs: Posix File System 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.info_log: 0x55e10ff82400 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T03:39:27.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.statistics: (nil) 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.use_fsync: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T03:39:27.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.db_log_dir: 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi196/store.db 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.write_buffer_manager: 0x55e110c76420 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T03:39:27.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T03:39:27.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T03:39:27.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T03:39:27.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T03:39:27.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T03:39:27.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T03:39:27.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T03:39:27.515 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T03:39:27.515 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.unordered_write: 0 2024-02-13T03:39:27.515 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T03:39:27.515 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T03:39:27.515 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T03:39:27.515 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.row_cache: None 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.wal_filter: None 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T03:39:27.516 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_open_files: -1 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Compression algorithms supported: 2024-02-13T03:39:27.517 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: kZSTD supported: 0 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi196/store.db/MANIFEST-000001 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.merge_operator: 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_filter: None 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T03:39:27.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e10ff25d28) 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: cache_index_and_filter_blocks: 1 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: pin_top_level_index_and_filter: 1 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: index_type: 0 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: data_block_index_type: 0 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: index_shortening: 1 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: data_block_hash_table_util_ratio: 0.750000 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: hash_index_allow_collision: 1 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: checksum: 1 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: no_block_cache: 0 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: block_cache: 0x55e10ff5cf10 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: block_cache_name: BinnedLRUCache 2024-02-13T03:39:27.519 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: block_cache_options: 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: capacity : 536870912 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: num_shard_bits : 4 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: strict_capacity_limit : 0 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: high_pri_pool_ratio: 0.000 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: block_cache_compressed: (nil) 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: persistent_cache: (nil) 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: block_size: 4096 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: block_size_deviation: 10 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: block_restart_interval: 16 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: index_block_restart_interval: 1 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: metadata_block_size: 4096 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: partition_filters: 0 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: use_delta_encoding: 1 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T03:39:27.520 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: whole_key_filtering: 1 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: verify_compression: 0 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: read_amp_bytes_per_bit: 0 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: format_version: 2 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: enable_index_compression: 1 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: block_align: 0 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compression: NoCompression 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.num_levels: 7 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T03:39:27.521 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T03:39:27.522 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T03:39:27.523 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T03:39:27.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.ttl: 2592000 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.155+0000 7fbe38ac4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi196/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-13T03:39:27.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795567161068, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795567161606, "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": 1707795567, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795567162182, "job": 1, "event": "recovery_finished"} 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 4 rocksdb: DB pointer 0x55e110025800 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 0 mon.smithi196 does not exist in monmap, will attempt to join an existing cluster 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 0 using public_addr v2:172.21.15.196:0/0 -> [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe38ac4880 0 starting mon.smithi196 rank -1 at public addrs [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] at bind addrs [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi196 fsid b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe1f8b5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.159+0000 7fbe1f8b5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ** DB Stats ** 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-13T03:39:27.526 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ** Compaction Stats [default] ** 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ** Compaction Stats [default] ** 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-13T03:39:27.527 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Interval compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ** Compaction Stats [default] ** 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-13T03:39:27.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ** Compaction Stats [default] ** 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.163+0000 7fbe38ac4880 1 mon.smithi196@-1(???) e0 preinit fsid b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 0 mon.smithi196@-1(synchronizing).mds e1 new map 2024-02-13T03:39:27.529 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 0 mon.smithi196@-1(synchronizing).mds e1 print_map 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: e1 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: legacy client fscid: -1 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: No filesystems configured 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 1 mon.smithi196@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 1 mon.smithi196@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 1 mon.smithi196@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 1 mon.smithi196@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 1 mon.smithi196@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 1 mon.smithi196@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.203+0000 7fbe220ba700 1 mon.smithi196@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.211+0000 7fbe220ba700 0 mon.smithi196@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-13T03:39:27.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.211+0000 7fbe220ba700 0 mon.smithi196@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T03:39:27.531 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: audit 2024-02-13T03:39:25.220962+0000 mon.smithi143 (mon.0) 162 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:27.531 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: cephadm 2024-02-13T03:39:25.224904+0000 mgr.smithi143.mxhzlj (mgr.14184) 11 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2024-02-13T03:39:27.531 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: audit 2024-02-13T03:39:25.778817+0000 mon.smithi143 (mon.0) 163 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:27.531 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: cephadm 2024-02-13T03:39:25.802640+0000 mgr.smithi143.mxhzlj (mgr.14184) 12 : cephadm [INF] Deploying daemon prometheus.smithi196 on smithi196 2024-02-13T03:39:27.531 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:27 smithi196 bash[19959]: debug 2024-02-13T03:39:27.211+0000 7fbe220ba700 1 mon.smithi196@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-13T03:39:32.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:27.229032+0000 mon.smithi143 (mon.0) 166 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-02-13T03:39:32.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:27.229496+0000 mon.smithi143 (mon.0) 167 : cluster [INF] mon.smithi143 calling monitor election 2024-02-13T03:39:32.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:27.231709+0000 mon.smithi143 (mon.0) 168 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:28.222099+0000 mon.smithi143 (mon.0) 169 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:28.557259+0000 mgr.smithi143.mxhzlj (mgr.14184) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:32.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:29.221914+0000 mon.smithi143 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.196:0/442443202' entity='mgr.smithi196.beqlkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi196.beqlkm/crt"}]: dispatch 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:29.222223+0000 mon.smithi143 (mon.0) 171 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:29.224985+0000 mon.smithi196 (mon.1) 1 : cluster [INF] mon.smithi196 calling monitor election 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:30.222501+0000 mon.smithi143 (mon.0) 172 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:30.557743+0000 mgr.smithi143.mxhzlj (mgr.14184) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:31.222217+0000 mon.smithi143 (mon.0) 173 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:32.222293+0000 mon.smithi143 (mon.0) 174 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.251547+0000 mon.smithi143 (mon.0) 175 : cluster [INF] mon.smithi143 is new leader, mons smithi143,smithi196 in quorum (ranks 0,1) 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.260579+0000 mon.smithi143 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],smithi196=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.261669+0000 mon.smithi143 (mon.0) 177 : cluster [DBG] fsmap 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.261738+0000 mon.smithi143 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.262144+0000 mon.smithi143 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi143.mxhzlj(active, since 25s) 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.263888+0000 mon.smithi143 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi196.beqlkm started 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:32.266193+0000 mon.smithi143 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.196:0/442443202' entity='mgr.smithi196.beqlkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.269696+0000 mon.smithi143 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-02-13T03:39:32.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:32.270181+0000 mon.smithi143 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.196:0/442443202' entity='mgr.smithi196.beqlkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi196.beqlkm/key"}]: dispatch 2024-02-13T03:39:32.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:32 smithi143 bash[16533]: audit 2024-02-13T03:39:32.271102+0000 mon.smithi143 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.196:0/442443202' entity='mgr.smithi196.beqlkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T03:39:32.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:27.229032+0000 mon.smithi143 (mon.0) 166 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-02-13T03:39:32.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:27.229496+0000 mon.smithi143 (mon.0) 167 : cluster [INF] mon.smithi143 calling monitor election 2024-02-13T03:39:32.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:27.231709+0000 mon.smithi143 (mon.0) 168 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:28.222099+0000 mon.smithi143 (mon.0) 169 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:28.557259+0000 mgr.smithi143.mxhzlj (mgr.14184) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:29.221914+0000 mon.smithi143 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.196:0/442443202' entity='mgr.smithi196.beqlkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi196.beqlkm/crt"}]: dispatch 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:29.222223+0000 mon.smithi143 (mon.0) 171 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:29.224985+0000 mon.smithi196 (mon.1) 1 : cluster [INF] mon.smithi196 calling monitor election 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:30.222501+0000 mon.smithi143 (mon.0) 172 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:30.557743+0000 mgr.smithi143.mxhzlj (mgr.14184) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:31.222217+0000 mon.smithi143 (mon.0) 173 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:32.222293+0000 mon.smithi143 (mon.0) 174 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.251547+0000 mon.smithi143 (mon.0) 175 : cluster [INF] mon.smithi143 is new leader, mons smithi143,smithi196 in quorum (ranks 0,1) 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.260579+0000 mon.smithi143 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],smithi196=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.261669+0000 mon.smithi143 (mon.0) 177 : cluster [DBG] fsmap 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.261738+0000 mon.smithi143 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.262144+0000 mon.smithi143 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi143.mxhzlj(active, since 25s) 2024-02-13T03:39:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.263888+0000 mon.smithi143 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi196.beqlkm started 2024-02-13T03:39:32.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:32.266193+0000 mon.smithi143 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.196:0/442443202' entity='mgr.smithi196.beqlkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T03:39:32.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.269696+0000 mon.smithi143 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-02-13T03:39:32.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:32.270181+0000 mon.smithi143 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.196:0/442443202' entity='mgr.smithi196.beqlkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi196.beqlkm/key"}]: dispatch 2024-02-13T03:39:32.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:32 smithi196 bash[19959]: audit 2024-02-13T03:39:32.271102+0000 mon.smithi143 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.196:0/442443202' entity='mgr.smithi196.beqlkm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T03:39:33.028 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-02-13T03:39:33.028 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":2,"fsid":"b99e06ee-ca20-11ee-95b9-87774f69a715","modified":"2024-02-13T03:39:27.224359Z","created":"2024-02-13T03:36:59.716096Z","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":"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":"{}"},{"rank":1,"name":"smithi196","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:3300","nonce":0},{"type":"v1","addr":"172.21.15.196:6789","nonce":0}]},"addr":"172.21.15.196:6789/0","public_addr":"172.21.15.196:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-13T03:39:33.031 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 2 2024-02-13T03:39:33.496 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:33 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.329146+0000 mon.smithi143 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi143.mxhzlj(active, since 25s), standbys: smithi196.beqlkm 2024-02-13T03:39:33.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:33 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.329146+0000 mon.smithi143 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi143.mxhzlj(active, since 25s), standbys: smithi196.beqlkm 2024-02-13T03:39:33.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:33 smithi143 bash[16533]: audit 2024-02-13T03:39:32.330000+0000 mon.smithi143 (mon.0) 186 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr metadata", "who": "smithi196.beqlkm", "id": "smithi196.beqlkm"}]: dispatch 2024-02-13T03:39:33.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:33 smithi143 bash[16533]: cluster 2024-02-13T03:39:32.558143+0000 mgr.smithi143.mxhzlj (mgr.14184) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:33.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:33 smithi143 bash[16533]: audit 2024-02-13T03:39:33.028204+0000 mon.smithi143 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.196:0/410972648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T03:39:33.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:33 smithi143 bash[16533]: audit 2024-02-13T03:39:33.222822+0000 mon.smithi143 (mon.0) 188 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:33.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:33 smithi196 bash[19959]: audit 2024-02-13T03:39:32.330000+0000 mon.smithi143 (mon.0) 186 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr metadata", "who": "smithi196.beqlkm", "id": "smithi196.beqlkm"}]: dispatch 2024-02-13T03:39:33.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:33 smithi196 bash[19959]: cluster 2024-02-13T03:39:32.558143+0000 mgr.smithi143.mxhzlj (mgr.14184) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:33.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:33 smithi196 bash[19959]: audit 2024-02-13T03:39:33.028204+0000 mon.smithi143 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.196:0/410972648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T03:39:33.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:33 smithi196 bash[19959]: audit 2024-02-13T03:39:33.222822+0000 mon.smithi143 (mon.0) 188 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2024-02-13T03:39:34.482 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-13T03:39:34.483 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-13T03:39:35.789 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:35 smithi143 bash[16533]: cluster 2024-02-13T03:39:34.558557+0000 mgr.smithi143.mxhzlj (mgr.14184) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:36.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:35 smithi196 bash[19959]: cluster 2024-02-13T03:39:34.558557+0000 mgr.smithi143.mxhzlj (mgr.14184) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:37.425 INFO:teuthology.orchestra.run.smithi143.stdout:# minimal ceph.conf for b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:39:37.425 INFO:teuthology.orchestra.run.smithi143.stdout:[global] 2024-02-13T03:39:37.425 INFO:teuthology.orchestra.run.smithi143.stdout: fsid = b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:39:37.425 INFO:teuthology.orchestra.run.smithi143.stdout: mon_host = [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2024-02-13T03:39:37.910 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:37 smithi196 bash[19959]: cluster 2024-02-13T03:39:36.559042+0000 mgr.smithi143.mxhzlj (mgr.14184) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:37.911 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:37 smithi196 bash[19959]: audit 2024-02-13T03:39:37.425422+0000 mon.smithi143 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.143:0/4130781360' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:37.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:37 smithi143 bash[16533]: cluster 2024-02-13T03:39:36.559042+0000 mgr.smithi143.mxhzlj (mgr.14184) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:37.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:37 smithi143 bash[16533]: audit 2024-02-13T03:39:37.425422+0000 mon.smithi143 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.143:0/4130781360' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:38.022 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-13T03:39:38.023 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:39:38.023 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2024-02-13T03:39:38.075 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:39:38.075 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:39:38.131 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:39:38.132 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.conf 2024-02-13T03:39:38.147 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:39:38.147 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:39:38.200 INFO:tasks.cephadm:Deploying OSDs... 2024-02-13T03:39:38.201 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:39:38.201 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:39:38.207 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T03:39:38.207 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme1n1 2024-02-13T03:39:38.255 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme1n1 2024-02-13T03:39:38.255 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:39:38.256 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-02-13T03:39:38.256 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:39:38.256 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-02-13 03:38:25.140321505 +0000 2024-02-13T03:39:38.256 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-02-13 03:33:57.823787775 +0000 2024-02-13T03:39:38.256 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-02-13 03:33:57.823787775 +0000 2024-02-13T03:39:38.256 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-02-13T03:39:38.256 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-13T03:39:38.310 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-02-13T03:39:38.310 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-02-13T03:39:38.311 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.00045727 s, 1.1 MB/s 2024-02-13T03:39:38.312 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-13T03:39:38.361 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme2n1 2024-02-13T03:39:38.411 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme2n1 2024-02-13T03:39:38.411 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:39:38.412 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-02-13T03:39:38.412 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:39:38.412 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-02-13 03:38:25.156321136 +0000 2024-02-13T03:39:38.412 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-02-13 03:33:57.939796146 +0000 2024-02-13T03:39:38.412 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-02-13 03:33:57.939796146 +0000 2024-02-13T03:39:38.412 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-02-13T03:39:38.412 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-13T03:39:38.464 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-02-13T03:39:38.465 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-02-13T03:39:38.465 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000459196 s, 1.1 MB/s 2024-02-13T03:39:38.466 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-13T03:39:38.517 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme3n1 2024-02-13T03:39:38.567 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme3n1 2024-02-13T03:39:38.567 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:39:38.567 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-02-13T03:39:38.567 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:39:38.567 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-02-13 03:38:25.172320767 +0000 2024-02-13T03:39:38.567 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-02-13 03:33:58.051799802 +0000 2024-02-13T03:39:38.568 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-02-13 03:33:58.051799802 +0000 2024-02-13T03:39:38.568 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-02-13T03:39:38.568 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-13T03:39:38.622 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-02-13T03:39:38.622 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-02-13T03:39:38.622 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000456588 s, 1.1 MB/s 2024-02-13T03:39:38.623 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-13T03:39:38.673 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme4n1 2024-02-13T03:39:38.723 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme4n1 2024-02-13T03:39:38.724 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:39:38.724 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-02-13T03:39:38.724 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:39:38.724 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-02-13 03:38:25.184320491 +0000 2024-02-13T03:39:38.724 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-02-13 03:33:58.159797254 +0000 2024-02-13T03:39:38.724 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-02-13 03:33:58.159797254 +0000 2024-02-13T03:39:38.724 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-02-13T03:39:38.724 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-13T03:39:38.778 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-02-13T03:39:38.778 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-02-13T03:39:38.778 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000436448 s, 1.2 MB/s 2024-02-13T03:39:38.780 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-13T03:39:38.828 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:39:38.828 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:39:38.834 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T03:39:38.834 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/nvme1n1 2024-02-13T03:39:38.881 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/nvme1n1 2024-02-13T03:39:38.882 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:39:38.882 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-02-13T03:39:38.882 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:39:38.882 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-02-13 03:39:13.112106694 +0000 2024-02-13T03:39:38.882 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-02-13 03:33:59.123385860 +0000 2024-02-13T03:39:38.882 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-02-13 03:33:59.123385860 +0000 2024-02-13T03:39:38.882 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-02-13T03:39:38.882 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-13T03:39:38.937 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-02-13T03:39:38.937 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-02-13T03:39:38.937 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.0003481 s, 1.5 MB/s 2024-02-13T03:39:38.938 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-13T03:39:38.989 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/nvme2n1 2024-02-13T03:39:39.038 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/nvme2n1 2024-02-13T03:39:39.039 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:39:39.039 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-02-13T03:39:39.039 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:39:39.039 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-02-13 03:39:13.132106245 +0000 2024-02-13T03:39:39.039 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-02-13 03:33:59.235383217 +0000 2024-02-13T03:39:39.039 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-02-13 03:33:59.235383217 +0000 2024-02-13T03:39:39.039 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-02-13T03:39:39.039 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-13T03:39:39.093 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-02-13T03:39:39.093 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-02-13T03:39:39.093 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000387032 s, 1.3 MB/s 2024-02-13T03:39:39.094 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-13T03:39:39.144 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/nvme3n1 2024-02-13T03:39:39.194 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/nvme3n1 2024-02-13T03:39:39.194 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:39:39.195 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-02-13T03:39:39.195 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:39:39.195 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-02-13 03:39:13.144105974 +0000 2024-02-13T03:39:39.195 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-02-13 03:33:59.351380480 +0000 2024-02-13T03:39:39.195 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-02-13 03:33:59.351380480 +0000 2024-02-13T03:39:39.195 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-02-13T03:39:39.195 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-13T03:39:39.249 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-02-13T03:39:39.249 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-02-13T03:39:39.249 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000448513 s, 1.1 MB/s 2024-02-13T03:39:39.250 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-13T03:39:39.300 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/nvme4n1 2024-02-13T03:39:39.350 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/nvme4n1 2024-02-13T03:39:39.350 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:39:39.350 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 490 Links: 1 Device type: 103,8 2024-02-13T03:39:39.350 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:39:39.351 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2024-02-13 03:39:13.156105704 +0000 2024-02-13T03:39:39.351 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2024-02-13 03:33:59.459377932 +0000 2024-02-13T03:39:39.351 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2024-02-13 03:33:59.459377932 +0000 2024-02-13T03:39:39.351 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2024-02-13T03:39:39.351 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-13T03:39:39.404 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2024-02-13T03:39:39.404 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2024-02-13T03:39:39.404 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000430694 s, 1.2 MB/s 2024-02-13T03:39:39.405 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-13T03:39:39.456 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-13T03:39:39.875 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:39 smithi196 bash[19959]: cluster 2024-02-13T03:39:38.559544+0000 mgr.smithi143.mxhzlj (mgr.14184) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:39.875 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:39 smithi196 bash[19959]: audit 2024-02-13T03:39:38.715300+0000 mon.smithi143 (mon.0) 190 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:39.875 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:39 smithi196 bash[19959]: audit 2024-02-13T03:39:38.718014+0000 mon.smithi143 (mon.0) 191 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:39:40.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:39 smithi143 bash[16533]: cluster 2024-02-13T03:39:38.559544+0000 mgr.smithi143.mxhzlj (mgr.14184) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:40.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:39 smithi143 bash[16533]: audit 2024-02-13T03:39:38.715300+0000 mon.smithi143 (mon.0) 190 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:40.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:39 smithi143 bash[16533]: audit 2024-02-13T03:39:38.718014+0000 mon.smithi143 (mon.0) 191 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:39:42.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:41 smithi196 bash[19959]: cluster 2024-02-13T03:39:40.559967+0000 mgr.smithi143.mxhzlj (mgr.14184) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:42.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:41 smithi143 bash[16533]: cluster 2024-02-13T03:39:40.559967+0000 mgr.smithi143.mxhzlj (mgr.14184) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:42.734 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled osd.all-available-devices update... 2024-02-13T03:39:43.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:42 smithi196 bash[19959]: audit 2024-02-13T03:39:41.753711+0000 mon.smithi143 (mon.0) 192 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:43.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:42 smithi196 bash[19959]: audit 2024-02-13T03:39:42.733400+0000 mon.smithi143 (mon.0) 193 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:43.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:42 smithi143 bash[16533]: audit 2024-02-13T03:39:41.753711+0000 mon.smithi143 (mon.0) 192 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:43.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:42 smithi143 bash[16533]: audit 2024-02-13T03:39:42.733400+0000 mon.smithi143 (mon.0) 193 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:43.292 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-13T03:39:43.293 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:39:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:43 smithi143 bash[16533]: cluster 2024-02-13T03:39:42.560390+0000 mgr.smithi143.mxhzlj (mgr.14184) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:44.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:43 smithi143 bash[16533]: audit 2024-02-13T03:39:42.722419+0000 mgr.smithi143.mxhzlj (mgr.14184) 22 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:39:44.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:43 smithi143 bash[16533]: cephadm 2024-02-13T03:39:42.726802+0000 mgr.smithi143.mxhzlj (mgr.14184) 23 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2024-02-13T03:39:44.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:43 smithi143 bash[16533]: cephadm 2024-02-13T03:39:42.727051+0000 mgr.smithi143.mxhzlj (mgr.14184) 24 : cephadm [INF] Marking host: smithi196 for OSDSpec preview refresh. 2024-02-13T03:39:44.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:43 smithi143 bash[16533]: cephadm 2024-02-13T03:39:42.727561+0000 mgr.smithi143.mxhzlj (mgr.14184) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-13T03:39:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:43 smithi196 bash[19959]: cluster 2024-02-13T03:39:42.560390+0000 mgr.smithi143.mxhzlj (mgr.14184) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:43 smithi196 bash[19959]: audit 2024-02-13T03:39:42.722419+0000 mgr.smithi143.mxhzlj (mgr.14184) 22 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:39:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:43 smithi196 bash[19959]: cephadm 2024-02-13T03:39:42.726802+0000 mgr.smithi143.mxhzlj (mgr.14184) 23 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2024-02-13T03:39:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:43 smithi196 bash[19959]: cephadm 2024-02-13T03:39:42.727051+0000 mgr.smithi143.mxhzlj (mgr.14184) 24 : cephadm [INF] Marking host: smithi196 for OSDSpec preview refresh. 2024-02-13T03:39:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:43 smithi196 bash[19959]: cephadm 2024-02-13T03:39:42.727561+0000 mgr.smithi143.mxhzlj (mgr.14184) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-13T03:39:46.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: cluster 2024-02-13T03:39:44.560873+0000 mgr.smithi143.mxhzlj (mgr.14184) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:46.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.607013+0000 mon.smithi143 (mon.0) 194 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.618238+0000 mon.smithi143 (mon.0) 195 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.620225+0000 mon.smithi143 (mon.0) 196 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:46.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.622199+0000 mon.smithi143 (mon.0) 197 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:39:46.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.668470+0000 mon.smithi143 (mon.0) 198 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.675506+0000 mon.smithi143 (mon.0) 199 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.682948+0000 mon.smithi143 (mon.0) 200 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.692402+0000 mon.smithi143 (mon.0) 201 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:39:46.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.702192+0000 mon.smithi143 (mon.0) 202 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:39:46.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.705654+0000 mon.smithi143 (mon.0) 203 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:39:46.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.706239+0000 mon.smithi143 (mon.0) 204 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:46.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:45 smithi143 bash[16533]: audit 2024-02-13T03:39:45.707105+0000 mon.smithi143 (mon.0) 205 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: cluster 2024-02-13T03:39:44.560873+0000 mgr.smithi143.mxhzlj (mgr.14184) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.607013+0000 mon.smithi143 (mon.0) 194 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.618238+0000 mon.smithi143 (mon.0) 195 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.620225+0000 mon.smithi143 (mon.0) 196 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.622199+0000 mon.smithi143 (mon.0) 197 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.668470+0000 mon.smithi143 (mon.0) 198 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.675506+0000 mon.smithi143 (mon.0) 199 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.682948+0000 mon.smithi143 (mon.0) 200 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.692402+0000 mon.smithi143 (mon.0) 201 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.702192+0000 mon.smithi143 (mon.0) 202 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.705654+0000 mon.smithi143 (mon.0) 203 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.706239+0000 mon.smithi143 (mon.0) 204 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:45 smithi196 bash[19959]: audit 2024-02-13T03:39:45.707105+0000 mon.smithi143 (mon.0) 205 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:39:46.577 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:39:46.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:46 smithi143 bash[16533]: cephadm 2024-02-13T03:39:45.624664+0000 mgr.smithi143.mxhzlj (mgr.14184) 27 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-02-13T03:39:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:46 smithi143 bash[16533]: cephadm 2024-02-13T03:39:45.625200+0000 mgr.smithi143.mxhzlj (mgr.14184) 28 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-02-13T03:39:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:46 smithi143 bash[16533]: audit 2024-02-13T03:39:46.576958+0000 mon.smithi143 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.143:0/838880690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:39:47.257 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T03:39:47.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:46 smithi196 bash[19959]: cephadm 2024-02-13T03:39:45.624664+0000 mgr.smithi143.mxhzlj (mgr.14184) 27 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-02-13T03:39:47.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:46 smithi196 bash[19959]: cephadm 2024-02-13T03:39:45.625200+0000 mgr.smithi143.mxhzlj (mgr.14184) 28 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2024-02-13T03:39:47.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:46 smithi196 bash[19959]: audit 2024-02-13T03:39:46.576958+0000 mon.smithi143 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.143:0/838880690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:39:48.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:47 smithi143 bash[16533]: cluster 2024-02-13T03:39:46.561289+0000 mgr.smithi143.mxhzlj (mgr.14184) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:48.258 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:39:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:47 smithi196 bash[19959]: cluster 2024-02-13T03:39:46.561289+0000 mgr.smithi143.mxhzlj (mgr.14184) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:50.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:49 smithi143 bash[16533]: cluster 2024-02-13T03:39:48.561755+0000 mgr.smithi143.mxhzlj (mgr.14184) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:49 smithi196 bash[19959]: cluster 2024-02-13T03:39:48.561755+0000 mgr.smithi143.mxhzlj (mgr.14184) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:51.536 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:39:51.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:51 smithi143 bash[16533]: cluster 2024-02-13T03:39:50.562261+0000 mgr.smithi143.mxhzlj (mgr.14184) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:51.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:51 smithi143 bash[16533]: audit 2024-02-13T03:39:51.536187+0000 mon.smithi143 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.143:0/1300153156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:39:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:51 smithi196 bash[19959]: cluster 2024-02-13T03:39:50.562261+0000 mgr.smithi143.mxhzlj (mgr.14184) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:51 smithi196 bash[19959]: audit 2024-02-13T03:39:51.536187+0000 mon.smithi143 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.143:0/1300153156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:39:52.290 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T03:39:53.292 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:39:54.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:53 smithi143 bash[16533]: cluster 2024-02-13T03:39:52.562732+0000 mgr.smithi143.mxhzlj (mgr.14184) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:53 smithi196 bash[19959]: cluster 2024-02-13T03:39:52.562732+0000 mgr.smithi143.mxhzlj (mgr.14184) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:54.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:54 smithi143 bash[16533]: audit 2024-02-13T03:39:54.357991+0000 mon.smithi196 (mon.1) 2 : audit [INF] from='client.? 172.21.15.196:0/197598570' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a110aa4-0524-4005-b575-a1699b1c6029"}]: dispatch 2024-02-13T03:39:54.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:54 smithi143 bash[16533]: audit 2024-02-13T03:39:54.358617+0000 mon.smithi143 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a110aa4-0524-4005-b575-a1699b1c6029"}]: dispatch 2024-02-13T03:39:54.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:54 smithi143 bash[16533]: audit 2024-02-13T03:39:54.363380+0000 mon.smithi143 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a110aa4-0524-4005-b575-a1699b1c6029"}]': finished 2024-02-13T03:39:54.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:54 smithi143 bash[16533]: cluster 2024-02-13T03:39:54.363470+0000 mon.smithi143 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-13T03:39:54.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:54 smithi143 bash[16533]: audit 2024-02-13T03:39:54.363648+0000 mon.smithi143 (mon.0) 211 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:39:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:54 smithi196 bash[19959]: audit 2024-02-13T03:39:54.357991+0000 mon.smithi196 (mon.1) 2 : audit [INF] from='client.? 172.21.15.196:0/197598570' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a110aa4-0524-4005-b575-a1699b1c6029"}]: dispatch 2024-02-13T03:39:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:54 smithi196 bash[19959]: audit 2024-02-13T03:39:54.358617+0000 mon.smithi143 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a110aa4-0524-4005-b575-a1699b1c6029"}]: dispatch 2024-02-13T03:39:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:54 smithi196 bash[19959]: audit 2024-02-13T03:39:54.363380+0000 mon.smithi143 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a110aa4-0524-4005-b575-a1699b1c6029"}]': finished 2024-02-13T03:39:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:54 smithi196 bash[19959]: cluster 2024-02-13T03:39:54.363470+0000 mon.smithi143 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-13T03:39:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:54 smithi196 bash[19959]: audit 2024-02-13T03:39:54.363648+0000 mon.smithi143 (mon.0) 211 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:39:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:55 smithi143 bash[16533]: cluster 2024-02-13T03:39:54.563100+0000 mgr.smithi143.mxhzlj (mgr.14184) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:56.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:55 smithi143 bash[16533]: audit 2024-02-13T03:39:54.984167+0000 mon.smithi143 (mon.0) 212 : audit [INF] from='client.? 172.21.15.143:0/2049914159' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9dbc17eb-e3b1-45c7-a7da-10386534ced1"}]: dispatch 2024-02-13T03:39:56.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:55 smithi143 bash[16533]: audit 2024-02-13T03:39:54.989469+0000 mon.smithi143 (mon.0) 213 : audit [INF] from='client.? 172.21.15.143:0/2049914159' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9dbc17eb-e3b1-45c7-a7da-10386534ced1"}]': finished 2024-02-13T03:39:56.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:55 smithi143 bash[16533]: cluster 2024-02-13T03:39:54.989517+0000 mon.smithi143 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-13T03:39:56.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:55 smithi143 bash[16533]: audit 2024-02-13T03:39:54.989602+0000 mon.smithi143 (mon.0) 215 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:39:56.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:55 smithi143 bash[16533]: audit 2024-02-13T03:39:54.989846+0000 mon.smithi143 (mon.0) 216 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:39:56.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:55 smithi143 bash[16533]: audit 2024-02-13T03:39:55.384051+0000 mon.smithi196 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.196:0/2696641975' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:39:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:55 smithi196 bash[19959]: cluster 2024-02-13T03:39:54.563100+0000 mgr.smithi143.mxhzlj (mgr.14184) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:55 smithi196 bash[19959]: audit 2024-02-13T03:39:54.984167+0000 mon.smithi143 (mon.0) 212 : audit [INF] from='client.? 172.21.15.143:0/2049914159' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9dbc17eb-e3b1-45c7-a7da-10386534ced1"}]: dispatch 2024-02-13T03:39:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:55 smithi196 bash[19959]: audit 2024-02-13T03:39:54.989469+0000 mon.smithi143 (mon.0) 213 : audit [INF] from='client.? 172.21.15.143:0/2049914159' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9dbc17eb-e3b1-45c7-a7da-10386534ced1"}]': finished 2024-02-13T03:39:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:55 smithi196 bash[19959]: cluster 2024-02-13T03:39:54.989517+0000 mon.smithi143 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-13T03:39:56.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:55 smithi196 bash[19959]: audit 2024-02-13T03:39:54.989602+0000 mon.smithi143 (mon.0) 215 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:39:56.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:55 smithi196 bash[19959]: audit 2024-02-13T03:39:54.989846+0000 mon.smithi143 (mon.0) 216 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:39:56.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:55 smithi196 bash[19959]: audit 2024-02-13T03:39:55.384051+0000 mon.smithi196 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.196:0/2696641975' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:39:56.802 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:39:57.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:56 smithi143 bash[16533]: audit 2024-02-13T03:39:56.717457+0000 mon.smithi196 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.143:0/886723303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:39:57.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:56 smithi196 bash[19959]: audit 2024-02-13T03:39:56.717457+0000 mon.smithi196 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.143:0/886723303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:39:57.437 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707795594,"num_remapped_pgs":0} 2024-02-13T03:39:58.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:57 smithi143 bash[16533]: cluster 2024-02-13T03:39:56.563456+0000 mgr.smithi143.mxhzlj (mgr.14184) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:58.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:57 smithi143 bash[16533]: audit 2024-02-13T03:39:56.803439+0000 mon.smithi143 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.143:0/3635058292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:39:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:57 smithi196 bash[19959]: cluster 2024-02-13T03:39:56.563456+0000 mgr.smithi143.mxhzlj (mgr.14184) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:57 smithi196 bash[19959]: audit 2024-02-13T03:39:56.803439+0000 mon.smithi143 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.143:0/3635058292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:39:58.438 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:39:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:58 smithi143 bash[16533]: audit 2024-02-13T03:39:58.140047+0000 mon.smithi196 (mon.1) 5 : audit [INF] from='client.? 172.21.15.196:0/3918424941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74885b71-ed13-4487-b308-ed929d8ddcfa"}]: dispatch 2024-02-13T03:39:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:58 smithi143 bash[16533]: audit 2024-02-13T03:39:58.140933+0000 mon.smithi143 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74885b71-ed13-4487-b308-ed929d8ddcfa"}]: dispatch 2024-02-13T03:39:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:58 smithi143 bash[16533]: audit 2024-02-13T03:39:58.148539+0000 mon.smithi143 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74885b71-ed13-4487-b308-ed929d8ddcfa"}]': finished 2024-02-13T03:39:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:58 smithi143 bash[16533]: cluster 2024-02-13T03:39:58.148726+0000 mon.smithi143 (mon.0) 220 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-13T03:39:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:58 smithi143 bash[16533]: audit 2024-02-13T03:39:58.148953+0000 mon.smithi143 (mon.0) 221 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:39:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:58 smithi143 bash[16533]: audit 2024-02-13T03:39:58.149679+0000 mon.smithi143 (mon.0) 222 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:39:59.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:58 smithi143 bash[16533]: audit 2024-02-13T03:39:58.150098+0000 mon.smithi143 (mon.0) 223 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:39:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:58 smithi196 bash[19959]: audit 2024-02-13T03:39:58.140047+0000 mon.smithi196 (mon.1) 5 : audit [INF] from='client.? 172.21.15.196:0/3918424941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74885b71-ed13-4487-b308-ed929d8ddcfa"}]: dispatch 2024-02-13T03:39:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:58 smithi196 bash[19959]: audit 2024-02-13T03:39:58.140933+0000 mon.smithi143 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74885b71-ed13-4487-b308-ed929d8ddcfa"}]: dispatch 2024-02-13T03:39:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:58 smithi196 bash[19959]: audit 2024-02-13T03:39:58.148539+0000 mon.smithi143 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74885b71-ed13-4487-b308-ed929d8ddcfa"}]': finished 2024-02-13T03:39:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:58 smithi196 bash[19959]: cluster 2024-02-13T03:39:58.148726+0000 mon.smithi143 (mon.0) 220 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-13T03:39:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:58 smithi196 bash[19959]: audit 2024-02-13T03:39:58.148953+0000 mon.smithi143 (mon.0) 221 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:39:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:58 smithi196 bash[19959]: audit 2024-02-13T03:39:58.149679+0000 mon.smithi143 (mon.0) 222 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:39:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:58 smithi196 bash[19959]: audit 2024-02-13T03:39:58.150098+0000 mon.smithi143 (mon.0) 223 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:39:59.893 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: cluster 2024-02-13T03:39:58.563894+0000 mgr.smithi143.mxhzlj (mgr.14184) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:39:59.893 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: audit 2024-02-13T03:39:59.226841+0000 mon.smithi196 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.196:0/387006461' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:39:59.893 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: audit 2024-02-13T03:39:59.425499+0000 mon.smithi143 (mon.0) 224 : audit [INF] from='client.? 172.21.15.143:0/3553340956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "118e53f4-d333-476b-9402-187e9d2f3c3e"}]: dispatch 2024-02-13T03:39:59.894 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: audit 2024-02-13T03:39:59.434738+0000 mon.smithi143 (mon.0) 225 : audit [INF] from='client.? 172.21.15.143:0/3553340956' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "118e53f4-d333-476b-9402-187e9d2f3c3e"}]': finished 2024-02-13T03:39:59.894 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: cluster 2024-02-13T03:39:59.434782+0000 mon.smithi143 (mon.0) 226 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-13T03:39:59.894 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: audit 2024-02-13T03:39:59.434890+0000 mon.smithi143 (mon.0) 227 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:39:59.894 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: audit 2024-02-13T03:39:59.435216+0000 mon.smithi143 (mon.0) 228 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:39:59.894 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: audit 2024-02-13T03:39:59.435465+0000 mon.smithi143 (mon.0) 229 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:39:59.894 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:39:59 smithi143 bash[16533]: audit 2024-02-13T03:39:59.435706+0000 mon.smithi143 (mon.0) 230 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: cluster 2024-02-13T03:39:58.563894+0000 mgr.smithi143.mxhzlj (mgr.14184) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: audit 2024-02-13T03:39:59.226841+0000 mon.smithi196 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.196:0/387006461' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: audit 2024-02-13T03:39:59.425499+0000 mon.smithi143 (mon.0) 224 : audit [INF] from='client.? 172.21.15.143:0/3553340956' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "118e53f4-d333-476b-9402-187e9d2f3c3e"}]: dispatch 2024-02-13T03:40:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: audit 2024-02-13T03:39:59.434738+0000 mon.smithi143 (mon.0) 225 : audit [INF] from='client.? 172.21.15.143:0/3553340956' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "118e53f4-d333-476b-9402-187e9d2f3c3e"}]': finished 2024-02-13T03:40:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: cluster 2024-02-13T03:39:59.434782+0000 mon.smithi143 (mon.0) 226 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-13T03:40:00.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: audit 2024-02-13T03:39:59.434890+0000 mon.smithi143 (mon.0) 227 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:00.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: audit 2024-02-13T03:39:59.435216+0000 mon.smithi143 (mon.0) 228 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:00.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: audit 2024-02-13T03:39:59.435465+0000 mon.smithi143 (mon.0) 229 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:00.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:39:59 smithi196 bash[19959]: audit 2024-02-13T03:39:59.435706+0000 mon.smithi143 (mon.0) 230 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:01.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:00 smithi143 bash[16533]: cluster 2024-02-13T03:40:00.000182+0000 mon.smithi143 (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-02-13T03:40:01.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:00 smithi196 bash[19959]: cluster 2024-02-13T03:40:00.000182+0000 mon.smithi143 (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-02-13T03:40:01.918 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:02.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:01 smithi143 bash[16533]: cluster 2024-02-13T03:40:00.564266+0000 mgr.smithi143.mxhzlj (mgr.14184) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:02.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:01 smithi143 bash[16533]: audit 2024-02-13T03:40:00.906382+0000 mon.smithi143 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.143:0/3215822119' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:01 smithi196 bash[19959]: cluster 2024-02-13T03:40:00.564266+0000 mgr.smithi143.mxhzlj (mgr.14184) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:01 smithi196 bash[19959]: audit 2024-02-13T03:40:00.906382+0000 mon.smithi143 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.143:0/3215822119' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:02.554 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1707795599,"num_remapped_pgs":0} 2024-02-13T03:40:02.824 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.918012+0000 mon.smithi143 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.143:0/2237997822' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:02.824 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.956109+0000 mon.smithi196 (mon.1) 7 : audit [INF] from='client.? 172.21.15.196:0/1109536954' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10075ece-d727-41e2-822e-9bcc36c51629"}]: dispatch 2024-02-13T03:40:02.824 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.956856+0000 mon.smithi143 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10075ece-d727-41e2-822e-9bcc36c51629"}]: dispatch 2024-02-13T03:40:02.824 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.964695+0000 mon.smithi143 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10075ece-d727-41e2-822e-9bcc36c51629"}]': finished 2024-02-13T03:40:02.824 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: cluster 2024-02-13T03:40:01.964842+0000 mon.smithi143 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-13T03:40:02.824 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.965027+0000 mon.smithi143 (mon.0) 237 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:02.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.965411+0000 mon.smithi143 (mon.0) 238 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:02.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.965641+0000 mon.smithi143 (mon.0) 239 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:02.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.965857+0000 mon.smithi143 (mon.0) 240 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:02.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:02 smithi143 bash[16533]: audit 2024-02-13T03:40:01.966095+0000 mon.smithi143 (mon.0) 241 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:03.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.918012+0000 mon.smithi143 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.143:0/2237997822' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:03.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.956109+0000 mon.smithi196 (mon.1) 7 : audit [INF] from='client.? 172.21.15.196:0/1109536954' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10075ece-d727-41e2-822e-9bcc36c51629"}]: dispatch 2024-02-13T03:40:03.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.956856+0000 mon.smithi143 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "10075ece-d727-41e2-822e-9bcc36c51629"}]: dispatch 2024-02-13T03:40:03.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.964695+0000 mon.smithi143 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "10075ece-d727-41e2-822e-9bcc36c51629"}]': finished 2024-02-13T03:40:03.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: cluster 2024-02-13T03:40:01.964842+0000 mon.smithi143 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-13T03:40:03.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.965027+0000 mon.smithi143 (mon.0) 237 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:03.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.965411+0000 mon.smithi143 (mon.0) 238 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:03.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.965641+0000 mon.smithi143 (mon.0) 239 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:03.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.965857+0000 mon.smithi143 (mon.0) 240 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:03.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:02 smithi196 bash[19959]: audit 2024-02-13T03:40:01.966095+0000 mon.smithi143 (mon.0) 241 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:03.555 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: cluster 2024-02-13T03:40:02.564770+0000 mgr.smithi143.mxhzlj (mgr.14184) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:02.976995+0000 mon.smithi196 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.196:0/2766747793' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:03.659389+0000 mon.smithi143 (mon.0) 242 : audit [INF] from='client.? 172.21.15.143:0/2303687685' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de9e21d-cc53-4db9-aabf-f15fe3b8ad81"}]: dispatch 2024-02-13T03:40:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:03.664519+0000 mon.smithi143 (mon.0) 243 : audit [INF] from='client.? 172.21.15.143:0/2303687685' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8de9e21d-cc53-4db9-aabf-f15fe3b8ad81"}]': finished 2024-02-13T03:40:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: cluster 2024-02-13T03:40:03.664570+0000 mon.smithi143 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-13T03:40:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:03.664784+0000 mon.smithi143 (mon.0) 245 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:03.665580+0000 mon.smithi143 (mon.0) 246 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:03.666163+0000 mon.smithi143 (mon.0) 247 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:03.666749+0000 mon.smithi143 (mon.0) 248 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:03.667362+0000 mon.smithi143 (mon.0) 249 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:03 smithi196 bash[19959]: audit 2024-02-13T03:40:03.667877+0000 mon.smithi143 (mon.0) 250 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: cluster 2024-02-13T03:40:02.564770+0000 mgr.smithi143.mxhzlj (mgr.14184) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:02.976995+0000 mon.smithi196 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.196:0/2766747793' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:03.659389+0000 mon.smithi143 (mon.0) 242 : audit [INF] from='client.? 172.21.15.143:0/2303687685' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de9e21d-cc53-4db9-aabf-f15fe3b8ad81"}]: dispatch 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:03.664519+0000 mon.smithi143 (mon.0) 243 : audit [INF] from='client.? 172.21.15.143:0/2303687685' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8de9e21d-cc53-4db9-aabf-f15fe3b8ad81"}]': finished 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: cluster 2024-02-13T03:40:03.664570+0000 mon.smithi143 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:03.664784+0000 mon.smithi143 (mon.0) 245 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:03.665580+0000 mon.smithi143 (mon.0) 246 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:03.666163+0000 mon.smithi143 (mon.0) 247 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:03.666749+0000 mon.smithi143 (mon.0) 248 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:03.667362+0000 mon.smithi143 (mon.0) 249 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:03 smithi143 bash[16533]: audit 2024-02-13T03:40:03.667877+0000 mon.smithi143 (mon.0) 250 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: cluster 2024-02-13T03:40:04.565284+0000 mgr.smithi143.mxhzlj (mgr.14184) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.453111+0000 mon.smithi143 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.143:0/1199901029' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.706504+0000 mon.smithi196 (mon.1) 9 : audit [INF] from='client.? 172.21.15.196:0/1017272518' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94a0d6e3-762b-4bd9-8c2c-61e60d971d86"}]: dispatch 2024-02-13T03:40:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.707482+0000 mon.smithi143 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94a0d6e3-762b-4bd9-8c2c-61e60d971d86"}]: dispatch 2024-02-13T03:40:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.715426+0000 mon.smithi143 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94a0d6e3-762b-4bd9-8c2c-61e60d971d86"}]': finished 2024-02-13T03:40:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: cluster 2024-02-13T03:40:05.715523+0000 mon.smithi143 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-13T03:40:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.715736+0000 mon.smithi143 (mon.0) 255 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.716613+0000 mon.smithi143 (mon.0) 256 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.717172+0000 mon.smithi143 (mon.0) 257 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.717735+0000 mon.smithi143 (mon.0) 258 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.718311+0000 mon.smithi143 (mon.0) 259 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.718911+0000 mon.smithi143 (mon.0) 260 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:05 smithi196 bash[19959]: audit 2024-02-13T03:40:05.719502+0000 mon.smithi143 (mon.0) 261 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: cluster 2024-02-13T03:40:04.565284+0000 mgr.smithi143.mxhzlj (mgr.14184) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.453111+0000 mon.smithi143 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.143:0/1199901029' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.706504+0000 mon.smithi196 (mon.1) 9 : audit [INF] from='client.? 172.21.15.196:0/1017272518' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94a0d6e3-762b-4bd9-8c2c-61e60d971d86"}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.707482+0000 mon.smithi143 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94a0d6e3-762b-4bd9-8c2c-61e60d971d86"}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.715426+0000 mon.smithi143 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94a0d6e3-762b-4bd9-8c2c-61e60d971d86"}]': finished 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: cluster 2024-02-13T03:40:05.715523+0000 mon.smithi143 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.715736+0000 mon.smithi143 (mon.0) 255 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.716613+0000 mon.smithi143 (mon.0) 256 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.717172+0000 mon.smithi143 (mon.0) 257 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.717735+0000 mon.smithi143 (mon.0) 258 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.718311+0000 mon.smithi143 (mon.0) 259 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.718911+0000 mon.smithi143 (mon.0) 260 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:05 smithi143 bash[16533]: audit 2024-02-13T03:40:05.719502+0000 mon.smithi143 (mon.0) 261 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:07.080 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:07.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:06 smithi196 bash[19959]: audit 2024-02-13T03:40:06.779280+0000 mon.smithi196 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.196:0/3619224478' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:07.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:06 smithi143 bash[16533]: audit 2024-02-13T03:40:06.779280+0000 mon.smithi196 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.196:0/3619224478' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:07.673 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707795605,"num_remapped_pgs":0} 2024-02-13T03:40:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:07 smithi196 bash[19959]: cluster 2024-02-13T03:40:06.565647+0000 mgr.smithi143.mxhzlj (mgr.14184) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:07 smithi196 bash[19959]: audit 2024-02-13T03:40:07.080820+0000 mon.smithi143 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.143:0/1246571819' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:08.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:07 smithi143 bash[16533]: cluster 2024-02-13T03:40:06.565647+0000 mgr.smithi143.mxhzlj (mgr.14184) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:08.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:07 smithi143 bash[16533]: audit 2024-02-13T03:40:07.080820+0000 mon.smithi143 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.143:0/1246571819' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:08.675 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:09.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.206572+0000 mon.smithi143 (mon.0) 263 : audit [INF] from='client.? 172.21.15.143:0/1582921332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c83bc19-8794-4872-8aa9-c4770ab5307b"}]: dispatch 2024-02-13T03:40:09.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.214181+0000 mon.smithi143 (mon.0) 264 : audit [INF] from='client.? 172.21.15.143:0/1582921332' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c83bc19-8794-4872-8aa9-c4770ab5307b"}]': finished 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: cluster 2024-02-13T03:40:08.214297+0000 mon.smithi143 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.214432+0000 mon.smithi143 (mon.0) 266 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.214793+0000 mon.smithi143 (mon.0) 267 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.215023+0000 mon.smithi143 (mon.0) 268 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.215252+0000 mon.smithi143 (mon.0) 269 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.215478+0000 mon.smithi143 (mon.0) 270 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.215719+0000 mon.smithi143 (mon.0) 271 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.215945+0000 mon.smithi143 (mon.0) 272 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:08 smithi196 bash[19959]: audit 2024-02-13T03:40:08.216173+0000 mon.smithi143 (mon.0) 273 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:09.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.206572+0000 mon.smithi143 (mon.0) 263 : audit [INF] from='client.? 172.21.15.143:0/1582921332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c83bc19-8794-4872-8aa9-c4770ab5307b"}]: dispatch 2024-02-13T03:40:09.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.214181+0000 mon.smithi143 (mon.0) 264 : audit [INF] from='client.? 172.21.15.143:0/1582921332' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c83bc19-8794-4872-8aa9-c4770ab5307b"}]': finished 2024-02-13T03:40:09.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: cluster 2024-02-13T03:40:08.214297+0000 mon.smithi143 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-13T03:40:09.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.214432+0000 mon.smithi143 (mon.0) 266 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:09.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.214793+0000 mon.smithi143 (mon.0) 267 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:09.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.215023+0000 mon.smithi143 (mon.0) 268 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:09.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.215252+0000 mon.smithi143 (mon.0) 269 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:09.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.215478+0000 mon.smithi143 (mon.0) 270 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:09.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.215719+0000 mon.smithi143 (mon.0) 271 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:09.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.215945+0000 mon.smithi143 (mon.0) 272 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:09.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:08 smithi143 bash[16533]: audit 2024-02-13T03:40:08.216173+0000 mon.smithi143 (mon.0) 273 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:10.183 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:09 smithi143 bash[16533]: cluster 2024-02-13T03:40:08.566136+0000 mgr.smithi143.mxhzlj (mgr.14184) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:10.183 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:09 smithi143 bash[16533]: audit 2024-02-13T03:40:09.279678+0000 mon.smithi143 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.143:0/1362011386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:10.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:09 smithi196 bash[19959]: cluster 2024-02-13T03:40:08.566136+0000 mgr.smithi143.mxhzlj (mgr.14184) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:10.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:09 smithi196 bash[19959]: audit 2024-02-13T03:40:09.279678+0000 mon.smithi143 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.143:0/1362011386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:40:11.958 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:12.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:11 smithi196 bash[19959]: cluster 2024-02-13T03:40:10.566546+0000 mgr.smithi143.mxhzlj (mgr.14184) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:12.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:11 smithi196 bash[19959]: audit 2024-02-13T03:40:11.958380+0000 mon.smithi143 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.143:0/1957219943' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:12.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:11 smithi143 bash[16533]: cluster 2024-02-13T03:40:10.566546+0000 mgr.smithi143.mxhzlj (mgr.14184) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:12.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:11 smithi143 bash[16533]: audit 2024-02-13T03:40:11.958380+0000 mon.smithi143 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.143:0/1957219943' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:12.768 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:40:13.769 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:14.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:13 smithi143 bash[16533]: cluster 2024-02-13T03:40:12.567003+0000 mgr.smithi143.mxhzlj (mgr.14184) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:14.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:13 smithi196 bash[19959]: cluster 2024-02-13T03:40:12.567003+0000 mgr.smithi143.mxhzlj (mgr.14184) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:16.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:16 smithi196 bash[19959]: cluster 2024-02-13T03:40:14.567438+0000 mgr.smithi143.mxhzlj (mgr.14184) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:16.317 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:16 smithi143 bash[16533]: cluster 2024-02-13T03:40:14.567438+0000 mgr.smithi143.mxhzlj (mgr.14184) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:16.739 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:17.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:17 smithi143 bash[16533]: audit 2024-02-13T03:40:16.739719+0000 mon.smithi143 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.143:0/3848084501' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:17.354 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:40:17.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:17 smithi196 bash[19959]: audit 2024-02-13T03:40:16.739719+0000 mon.smithi143 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.143:0/3848084501' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:18.355 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:18.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:18 smithi143 bash[16533]: cluster 2024-02-13T03:40:16.567790+0000 mgr.smithi143.mxhzlj (mgr.14184) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:18.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:18 smithi196 bash[19959]: cluster 2024-02-13T03:40:16.567790+0000 mgr.smithi143.mxhzlj (mgr.14184) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:19.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:19 smithi196 bash[19959]: audit 2024-02-13T03:40:18.123053+0000 mon.smithi143 (mon.0) 277 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T03:40:19.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:19 smithi196 bash[19959]: audit 2024-02-13T03:40:18.125118+0000 mon.smithi143 (mon.0) 278 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:19.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:19 smithi143 bash[16533]: audit 2024-02-13T03:40:18.123053+0000 mon.smithi143 (mon.0) 277 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T03:40:19.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:19 smithi143 bash[16533]: audit 2024-02-13T03:40:18.125118+0000 mon.smithi143 (mon.0) 278 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:20.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:20 smithi143 bash[16533]: cephadm 2024-02-13T03:40:18.126965+0000 mgr.smithi143.mxhzlj (mgr.14184) 45 : cephadm [INF] Deploying daemon osd.0 on smithi196 2024-02-13T03:40:20.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:20 smithi143 bash[16533]: cluster 2024-02-13T03:40:18.568084+0000 mgr.smithi143.mxhzlj (mgr.14184) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:20.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:20 smithi196 bash[19959]: cephadm 2024-02-13T03:40:18.126965+0000 mgr.smithi143.mxhzlj (mgr.14184) 45 : cephadm [INF] Deploying daemon osd.0 on smithi196 2024-02-13T03:40:20.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:20 smithi196 bash[19959]: cluster 2024-02-13T03:40:18.568084+0000 mgr.smithi143.mxhzlj (mgr.14184) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:22.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:22 smithi143 bash[16533]: cluster 2024-02-13T03:40:20.568443+0000 mgr.smithi143.mxhzlj (mgr.14184) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:22.477 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:22.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:22 smithi196 bash[19959]: cluster 2024-02-13T03:40:20.568443+0000 mgr.smithi143.mxhzlj (mgr.14184) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:23.315 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:23 smithi143 bash[16533]: audit 2024-02-13T03:40:22.049874+0000 mon.smithi143 (mon.0) 279 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:23.315 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:23 smithi143 bash[16533]: audit 2024-02-13T03:40:22.051507+0000 mon.smithi143 (mon.0) 280 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T03:40:23.315 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:23 smithi143 bash[16533]: audit 2024-02-13T03:40:22.052515+0000 mon.smithi143 (mon.0) 281 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:23.316 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:23 smithi143 bash[16533]: cephadm 2024-02-13T03:40:22.053576+0000 mgr.smithi143.mxhzlj (mgr.14184) 48 : cephadm [INF] Deploying daemon osd.2 on smithi196 2024-02-13T03:40:23.316 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:23 smithi143 bash[16533]: audit 2024-02-13T03:40:22.477793+0000 mon.smithi143 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.143:0/59638287' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:23.316 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:23 smithi143 bash[16533]: cluster 2024-02-13T03:40:22.568902+0000 mgr.smithi143.mxhzlj (mgr.14184) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:23.316 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:40:23.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:23 smithi196 bash[19959]: audit 2024-02-13T03:40:22.049874+0000 mon.smithi143 (mon.0) 279 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:23.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:23 smithi196 bash[19959]: audit 2024-02-13T03:40:22.051507+0000 mon.smithi143 (mon.0) 280 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T03:40:23.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:23 smithi196 bash[19959]: audit 2024-02-13T03:40:22.052515+0000 mon.smithi143 (mon.0) 281 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:23.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:23 smithi196 bash[19959]: cephadm 2024-02-13T03:40:22.053576+0000 mgr.smithi143.mxhzlj (mgr.14184) 48 : cephadm [INF] Deploying daemon osd.2 on smithi196 2024-02-13T03:40:23.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:23 smithi196 bash[19959]: audit 2024-02-13T03:40:22.477793+0000 mon.smithi143 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.143:0/59638287' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:23.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:23 smithi196 bash[19959]: cluster 2024-02-13T03:40:22.568902+0000 mgr.smithi143.mxhzlj (mgr.14184) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:24.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:24 smithi196 bash[19959]: audit 2024-02-13T03:40:23.209481+0000 mon.smithi143 (mon.0) 283 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T03:40:24.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:24 smithi196 bash[19959]: audit 2024-02-13T03:40:23.211017+0000 mon.smithi143 (mon.0) 284 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:24.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:24 smithi196 bash[19959]: cephadm 2024-02-13T03:40:23.212126+0000 mgr.smithi143.mxhzlj (mgr.14184) 50 : cephadm [INF] Deploying daemon osd.1 on smithi143 2024-02-13T03:40:24.318 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:24.330 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:24 smithi143 bash[16533]: audit 2024-02-13T03:40:23.209481+0000 mon.smithi143 (mon.0) 283 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T03:40:24.330 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:24 smithi143 bash[16533]: audit 2024-02-13T03:40:23.211017+0000 mon.smithi143 (mon.0) 284 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:24.330 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:24 smithi143 bash[16533]: cephadm 2024-02-13T03:40:23.212126+0000 mgr.smithi143.mxhzlj (mgr.14184) 50 : cephadm [INF] Deploying daemon osd.1 on smithi143 2024-02-13T03:40:25.965 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:25 smithi143 bash[16533]: cluster 2024-02-13T03:40:24.569258+0000 mgr.smithi143.mxhzlj (mgr.14184) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:26.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:25 smithi196 bash[19959]: cluster 2024-02-13T03:40:24.569258+0000 mgr.smithi143.mxhzlj (mgr.14184) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:28.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:27 smithi196 bash[19959]: cluster 2024-02-13T03:40:26.569653+0000 mgr.smithi143.mxhzlj (mgr.14184) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:28.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:27 smithi196 bash[19959]: audit 2024-02-13T03:40:27.058460+0000 mon.smithi143 (mon.0) 285 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:27 smithi196 bash[19959]: audit 2024-02-13T03:40:27.059817+0000 mon.smithi143 (mon.0) 286 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T03:40:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:27 smithi196 bash[19959]: audit 2024-02-13T03:40:27.060983+0000 mon.smithi143 (mon.0) 287 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:28.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:27 smithi143 bash[16533]: cluster 2024-02-13T03:40:26.569653+0000 mgr.smithi143.mxhzlj (mgr.14184) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:28.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:27 smithi143 bash[16533]: audit 2024-02-13T03:40:27.058460+0000 mon.smithi143 (mon.0) 285 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:28.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:27 smithi143 bash[16533]: audit 2024-02-13T03:40:27.059817+0000 mon.smithi143 (mon.0) 286 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T03:40:28.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:27 smithi143 bash[16533]: audit 2024-02-13T03:40:27.060983+0000 mon.smithi143 (mon.0) 287 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:28.719 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:28 smithi196 bash[19959]: cephadm 2024-02-13T03:40:27.062136+0000 mgr.smithi143.mxhzlj (mgr.14184) 53 : cephadm [INF] Deploying daemon osd.4 on smithi196 2024-02-13T03:40:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:28 smithi196 bash[19959]: audit 2024-02-13T03:40:28.438286+0000 mon.smithi143 (mon.0) 288 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:28 smithi196 bash[19959]: audit 2024-02-13T03:40:28.439171+0000 mon.smithi143 (mon.0) 289 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T03:40:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:28 smithi196 bash[19959]: audit 2024-02-13T03:40:28.440082+0000 mon.smithi143 (mon.0) 290 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:29.177 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:28 smithi143 bash[16533]: cephadm 2024-02-13T03:40:27.062136+0000 mgr.smithi143.mxhzlj (mgr.14184) 53 : cephadm [INF] Deploying daemon osd.4 on smithi196 2024-02-13T03:40:29.177 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:28 smithi143 bash[16533]: audit 2024-02-13T03:40:28.438286+0000 mon.smithi143 (mon.0) 288 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:29.178 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:28 smithi143 bash[16533]: audit 2024-02-13T03:40:28.439171+0000 mon.smithi143 (mon.0) 289 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T03:40:29.178 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:28 smithi143 bash[16533]: audit 2024-02-13T03:40:28.440082+0000 mon.smithi143 (mon.0) 290 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:29.919 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:40:30.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:29 smithi196 bash[19959]: cephadm 2024-02-13T03:40:28.440837+0000 mgr.smithi143.mxhzlj (mgr.14184) 54 : cephadm [INF] Deploying daemon osd.3 on smithi143 2024-02-13T03:40:30.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:29 smithi196 bash[19959]: cluster 2024-02-13T03:40:28.570049+0000 mgr.smithi143.mxhzlj (mgr.14184) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:30.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:29 smithi196 bash[19959]: audit 2024-02-13T03:40:28.720105+0000 mon.smithi143 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.143:0/3479055675' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:30.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:29 smithi143 bash[16533]: cephadm 2024-02-13T03:40:28.440837+0000 mgr.smithi143.mxhzlj (mgr.14184) 54 : cephadm [INF] Deploying daemon osd.3 on smithi143 2024-02-13T03:40:30.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:29 smithi143 bash[16533]: cluster 2024-02-13T03:40:28.570049+0000 mgr.smithi143.mxhzlj (mgr.14184) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:30.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:29 smithi143 bash[16533]: audit 2024-02-13T03:40:28.720105+0000 mon.smithi143 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.143:0/3479055675' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:30 smithi143 bash[16533]: audit 2024-02-13T03:40:29.790245+0000 mon.smithi196 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.196:6800/705572274,v1:172.21.15.196:6801/705572274]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T03:40:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:30 smithi143 bash[16533]: audit 2024-02-13T03:40:29.791140+0000 mon.smithi143 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T03:40:30.921 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:31.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:30 smithi196 bash[19959]: audit 2024-02-13T03:40:29.790245+0000 mon.smithi196 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.196:6800/705572274,v1:172.21.15.196:6801/705572274]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T03:40:31.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:30 smithi196 bash[19959]: audit 2024-02-13T03:40:29.791140+0000 mon.smithi143 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T03:40:31.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: cluster 2024-02-13T03:40:30.570415+0000 mgr.smithi143.mxhzlj (mgr.14184) 56 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:31.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.725216+0000 mon.smithi143 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T03:40:31.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: cluster 2024-02-13T03:40:30.725298+0000 mon.smithi143 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-13T03:40:31.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.725483+0000 mon.smithi143 (mon.0) 295 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:31.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.726120+0000 mon.smithi143 (mon.0) 296 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:31.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.726494+0000 mon.smithi143 (mon.0) 297 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:31.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.726858+0000 mon.smithi143 (mon.0) 298 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:31.998 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.727265+0000 mon.smithi143 (mon.0) 299 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:31.998 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.727687+0000 mon.smithi143 (mon.0) 300 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:31.998 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.728074+0000 mon.smithi143 (mon.0) 301 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:31.998 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.728488+0000 mon.smithi143 (mon.0) 302 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:31.998 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.730169+0000 mon.smithi196 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.196:6800/705572274,v1:172.21.15.196:6801/705572274]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:31.998 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:31 smithi196 bash[19959]: audit 2024-02-13T03:40:30.731234+0000 mon.smithi143 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:32.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: cluster 2024-02-13T03:40:30.570415+0000 mgr.smithi143.mxhzlj (mgr.14184) 56 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.725216+0000 mon.smithi143 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: cluster 2024-02-13T03:40:30.725298+0000 mon.smithi143 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.725483+0000 mon.smithi143 (mon.0) 295 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.726120+0000 mon.smithi143 (mon.0) 296 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.726494+0000 mon.smithi143 (mon.0) 297 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.726858+0000 mon.smithi143 (mon.0) 298 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.727265+0000 mon.smithi143 (mon.0) 299 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.727687+0000 mon.smithi143 (mon.0) 300 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.728074+0000 mon.smithi143 (mon.0) 301 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.728488+0000 mon.smithi143 (mon.0) 302 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.730169+0000 mon.smithi196 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.196:6800/705572274,v1:172.21.15.196:6801/705572274]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:32.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:31 smithi143 bash[16533]: audit 2024-02-13T03:40:30.731234+0000 mon.smithi143 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:33.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.729705+0000 mon.smithi143 (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=smithi196", "root=default"]}]': finished 2024-02-13T03:40:33.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: cluster 2024-02-13T03:40:31.729865+0000 mon.smithi143 (mon.0) 305 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-13T03:40:33.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.730530+0000 mon.smithi143 (mon.0) 306 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:33.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.730943+0000 mon.smithi143 (mon.0) 307 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.731233+0000 mon.smithi143 (mon.0) 308 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.731597+0000 mon.smithi143 (mon.0) 309 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.739147+0000 mon.smithi143 (mon.0) 310 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.739659+0000 mon.smithi143 (mon.0) 311 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.739897+0000 mon.smithi143 (mon.0) 312 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.740125+0000 mon.smithi143 (mon.0) 313 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:31.740401+0000 mon.smithi143 (mon.0) 314 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:32.037052+0000 mon.smithi143 (mon.0) 315 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:32.038880+0000 mon.smithi143 (mon.0) 316 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T03:40:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:32 smithi196 bash[19959]: audit 2024-02-13T03:40:32.040744+0000 mon.smithi143 (mon.0) 317 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.729705+0000 mon.smithi143 (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=smithi196", "root=default"]}]': finished 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: cluster 2024-02-13T03:40:31.729865+0000 mon.smithi143 (mon.0) 305 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.730530+0000 mon.smithi143 (mon.0) 306 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.730943+0000 mon.smithi143 (mon.0) 307 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.731233+0000 mon.smithi143 (mon.0) 308 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.731597+0000 mon.smithi143 (mon.0) 309 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.739147+0000 mon.smithi143 (mon.0) 310 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.739659+0000 mon.smithi143 (mon.0) 311 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.739897+0000 mon.smithi143 (mon.0) 312 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.740125+0000 mon.smithi143 (mon.0) 313 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:31.740401+0000 mon.smithi143 (mon.0) 314 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:33.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:32.037052+0000 mon.smithi143 (mon.0) 315 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:33.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:32.038880+0000 mon.smithi143 (mon.0) 316 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T03:40:33.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:32 smithi143 bash[16533]: audit 2024-02-13T03:40:32.040744+0000 mon.smithi143 (mon.0) 317 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:33.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: cluster 2024-02-13T03:40:30.811530+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: cluster 2024-02-13T03:40:30.811594+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: cephadm 2024-02-13T03:40:32.042389+0000 mgr.smithi143.mxhzlj (mgr.14184) 57 : cephadm [INF] Deploying daemon osd.6 on smithi196 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: cluster 2024-02-13T03:40:32.570866+0000 mgr.smithi143.mxhzlj (mgr.14184) 58 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: cluster 2024-02-13T03:40:32.741437+0000 mon.smithi143 (mon.0) 318 : cluster [INF] osd.0 [v2:172.21.15.196:6800/705572274,v1:172.21.15.196:6801/705572274] boot 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: cluster 2024-02-13T03:40:32.741554+0000 mon.smithi143 (mon.0) 319 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: audit 2024-02-13T03:40:32.742399+0000 mon.smithi143 (mon.0) 320 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: audit 2024-02-13T03:40:32.743476+0000 mon.smithi143 (mon.0) 321 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: audit 2024-02-13T03:40:32.751402+0000 mon.smithi143 (mon.0) 322 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: audit 2024-02-13T03:40:32.752023+0000 mon.smithi143 (mon.0) 323 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: audit 2024-02-13T03:40:32.752630+0000 mon.smithi143 (mon.0) 324 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: audit 2024-02-13T03:40:32.752999+0000 mon.smithi143 (mon.0) 325 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: audit 2024-02-13T03:40:32.753338+0000 mon.smithi143 (mon.0) 326 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:33.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:33 smithi143 bash[16533]: audit 2024-02-13T03:40:32.753693+0000 mon.smithi143 (mon.0) 327 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:34.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: cluster 2024-02-13T03:40:30.811530+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:34.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: cluster 2024-02-13T03:40:30.811594+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: cephadm 2024-02-13T03:40:32.042389+0000 mgr.smithi143.mxhzlj (mgr.14184) 57 : cephadm [INF] Deploying daemon osd.6 on smithi196 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: cluster 2024-02-13T03:40:32.570866+0000 mgr.smithi143.mxhzlj (mgr.14184) 58 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: cluster 2024-02-13T03:40:32.741437+0000 mon.smithi143 (mon.0) 318 : cluster [INF] osd.0 [v2:172.21.15.196:6800/705572274,v1:172.21.15.196:6801/705572274] boot 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: cluster 2024-02-13T03:40:32.741554+0000 mon.smithi143 (mon.0) 319 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: audit 2024-02-13T03:40:32.742399+0000 mon.smithi143 (mon.0) 320 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: audit 2024-02-13T03:40:32.743476+0000 mon.smithi143 (mon.0) 321 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: audit 2024-02-13T03:40:32.751402+0000 mon.smithi143 (mon.0) 322 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: audit 2024-02-13T03:40:32.752023+0000 mon.smithi143 (mon.0) 323 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: audit 2024-02-13T03:40:32.752630+0000 mon.smithi143 (mon.0) 324 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: audit 2024-02-13T03:40:32.752999+0000 mon.smithi143 (mon.0) 325 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: audit 2024-02-13T03:40:32.753338+0000 mon.smithi143 (mon.0) 326 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:34.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:33 smithi196 bash[19959]: audit 2024-02-13T03:40:32.753693+0000 mon.smithi143 (mon.0) 327 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:35.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: cluster 2024-02-13T03:40:33.757065+0000 mon.smithi143 (mon.0) 328 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-13T03:40:35.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:33.757317+0000 mon.smithi143 (mon.0) 329 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:35.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:33.757993+0000 mon.smithi143 (mon.0) 330 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:35.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:33.758386+0000 mon.smithi143 (mon.0) 331 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:35.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:33.758909+0000 mon.smithi143 (mon.0) 332 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:35.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:33.759333+0000 mon.smithi143 (mon.0) 333 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:35.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:33.759750+0000 mon.smithi143 (mon.0) 334 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:33.760174+0000 mon.smithi143 (mon.0) 335 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:34.695264+0000 mon.smithi196 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.196:6808/3899811132,v1:172.21.15.196:6809/3899811132]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T03:40:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:34 smithi196 bash[19959]: audit 2024-02-13T03:40:34.695970+0000 mon.smithi143 (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T03:40:35.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: cluster 2024-02-13T03:40:33.757065+0000 mon.smithi143 (mon.0) 328 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:33.757317+0000 mon.smithi143 (mon.0) 329 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:33.757993+0000 mon.smithi143 (mon.0) 330 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:33.758386+0000 mon.smithi143 (mon.0) 331 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:33.758909+0000 mon.smithi143 (mon.0) 332 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:33.759333+0000 mon.smithi143 (mon.0) 333 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:33.759750+0000 mon.smithi143 (mon.0) 334 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:33.760174+0000 mon.smithi143 (mon.0) 335 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:34.695264+0000 mon.smithi196 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.196:6808/3899811132,v1:172.21.15.196:6809/3899811132]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T03:40:35.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:34 smithi143 bash[16533]: audit 2024-02-13T03:40:34.695970+0000 mon.smithi143 (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: cluster 2024-02-13T03:40:34.571283+0000 mgr.smithi143.mxhzlj (mgr.14184) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.768914+0000 mon.smithi143 (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: cluster 2024-02-13T03:40:34.769054+0000 mon.smithi143 (mon.0) 338 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.769274+0000 mon.smithi143 (mon.0) 339 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.769782+0000 mon.smithi143 (mon.0) 340 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.770662+0000 mon.smithi143 (mon.0) 341 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.770687+0000 mon.smithi196 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.196:6808/3899811132,v1:172.21.15.196:6809/3899811132]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.770947+0000 mon.smithi143 (mon.0) 342 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.771191+0000 mon.smithi143 (mon.0) 343 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.771545+0000 mon.smithi143 (mon.0) 344 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:36.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.771862+0000 mon.smithi143 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:36.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.772194+0000 mon.smithi143 (mon.0) 346 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:36.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.772459+0000 mon.smithi143 (mon.0) 347 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:36.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.772731+0000 mon.smithi143 (mon.0) 348 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T03:40:36.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: audit 2024-02-13T03:40:34.773716+0000 mon.smithi143 (mon.0) 349 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:36.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:35 smithi143 bash[16533]: cephadm 2024-02-13T03:40:34.774724+0000 mgr.smithi143.mxhzlj (mgr.14184) 60 : cephadm [INF] Deploying daemon osd.5 on smithi143 2024-02-13T03:40:36.249 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: cluster 2024-02-13T03:40:34.571283+0000 mgr.smithi143.mxhzlj (mgr.14184) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T03:40:36.249 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.768914+0000 mon.smithi143 (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T03:40:36.249 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: cluster 2024-02-13T03:40:34.769054+0000 mon.smithi143 (mon.0) 338 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-13T03:40:36.249 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.769274+0000 mon.smithi143 (mon.0) 339 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:36.249 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.769782+0000 mon.smithi143 (mon.0) 340 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.770662+0000 mon.smithi143 (mon.0) 341 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.770687+0000 mon.smithi196 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.196:6808/3899811132,v1:172.21.15.196:6809/3899811132]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.770947+0000 mon.smithi143 (mon.0) 342 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.771191+0000 mon.smithi143 (mon.0) 343 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.771545+0000 mon.smithi143 (mon.0) 344 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.771862+0000 mon.smithi143 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.772194+0000 mon.smithi143 (mon.0) 346 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.772459+0000 mon.smithi143 (mon.0) 347 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.772731+0000 mon.smithi143 (mon.0) 348 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: audit 2024-02-13T03:40:34.773716+0000 mon.smithi143 (mon.0) 349 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:36.250 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:35 smithi196 bash[19959]: cephadm 2024-02-13T03:40:34.774724+0000 mgr.smithi143.mxhzlj (mgr.14184) 60 : cephadm [INF] Deploying daemon osd.5 on smithi143 2024-02-13T03:40:36.637 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:37.065 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.770348+0000 mon.smithi143 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-02-13T03:40:37.065 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: cluster 2024-02-13T03:40:35.770531+0000 mon.smithi143 (mon.0) 351 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.771348+0000 mon.smithi143 (mon.0) 352 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.772043+0000 mon.smithi143 (mon.0) 353 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.772548+0000 mon.smithi143 (mon.0) 354 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.772945+0000 mon.smithi143 (mon.0) 355 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.773352+0000 mon.smithi143 (mon.0) 356 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.773793+0000 mon.smithi143 (mon.0) 357 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.778949+0000 mon.smithi143 (mon.0) 358 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:35.779439+0000 mon.smithi143 (mon.0) 359 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:37.066 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:36 smithi196 bash[19959]: audit 2024-02-13T03:40:36.638091+0000 mon.smithi143 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.143:0/1019727521' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:37.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.770348+0000 mon.smithi143 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-02-13T03:40:37.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: cluster 2024-02-13T03:40:35.770531+0000 mon.smithi143 (mon.0) 351 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-13T03:40:37.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.771348+0000 mon.smithi143 (mon.0) 352 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:37.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.772043+0000 mon.smithi143 (mon.0) 353 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:37.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.772548+0000 mon.smithi143 (mon.0) 354 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:37.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.772945+0000 mon.smithi143 (mon.0) 355 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:37.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.773352+0000 mon.smithi143 (mon.0) 356 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:37.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.773793+0000 mon.smithi143 (mon.0) 357 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:37.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.778949+0000 mon.smithi143 (mon.0) 358 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:37.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:35.779439+0000 mon.smithi143 (mon.0) 359 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:37.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:36 smithi143 bash[16533]: audit 2024-02-13T03:40:36.638091+0000 mon.smithi143 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.143:0/1019727521' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:37.744 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1707795632,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:40:38.123 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: cluster 2024-02-13T03:40:35.710106+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:38.123 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: cluster 2024-02-13T03:40:35.710201+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:38.123 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: cluster 2024-02-13T03:40:36.571707+0000 mgr.smithi143.mxhzlj (mgr.14184) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T03:40:38.123 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: cluster 2024-02-13T03:40:36.781358+0000 mon.smithi143 (mon.0) 361 : cluster [INF] osd.2 [v2:172.21.15.196:6808/3899811132,v1:172.21.15.196:6809/3899811132] boot 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: cluster 2024-02-13T03:40:36.781411+0000 mon.smithi143 (mon.0) 362 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:36.781906+0000 mon.smithi143 (mon.0) 363 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:36.782396+0000 mon.smithi143 (mon.0) 364 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:36.782648+0000 mon.smithi143 (mon.0) 365 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:36.782868+0000 mon.smithi143 (mon.0) 366 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:36.783100+0000 mon.smithi143 (mon.0) 367 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:36.783274+0000 mon.smithi143 (mon.0) 368 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:36.783467+0000 mon.smithi143 (mon.0) 369 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:36.998863+0000 mon.smithi143 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T03:40:38.124 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:37 smithi196 bash[19959]: audit 2024-02-13T03:40:37.226600+0000 mon.smithi143 (mon.0) 371 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: cluster 2024-02-13T03:40:35.710106+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: cluster 2024-02-13T03:40:35.710201+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: cluster 2024-02-13T03:40:36.571707+0000 mgr.smithi143.mxhzlj (mgr.14184) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: cluster 2024-02-13T03:40:36.781358+0000 mon.smithi143 (mon.0) 361 : cluster [INF] osd.2 [v2:172.21.15.196:6808/3899811132,v1:172.21.15.196:6809/3899811132] boot 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: cluster 2024-02-13T03:40:36.781411+0000 mon.smithi143 (mon.0) 362 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:36.781906+0000 mon.smithi143 (mon.0) 363 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:36.782396+0000 mon.smithi143 (mon.0) 364 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:36.782648+0000 mon.smithi143 (mon.0) 365 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:36.782868+0000 mon.smithi143 (mon.0) 366 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:36.783100+0000 mon.smithi143 (mon.0) 367 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:36.783274+0000 mon.smithi143 (mon.0) 368 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:36.783467+0000 mon.smithi143 (mon.0) 369 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:36.998863+0000 mon.smithi143 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T03:40:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:37 smithi143 bash[16533]: audit 2024-02-13T03:40:37.226600+0000 mon.smithi143 (mon.0) 371 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:38.745 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:39.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: audit 2024-02-13T03:40:37.800446+0000 mon.smithi143 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T03:40:39.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: cluster 2024-02-13T03:40:37.800580+0000 mon.smithi143 (mon.0) 373 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-13T03:40:39.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: audit 2024-02-13T03:40:37.800833+0000 mon.smithi143 (mon.0) 374 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:39.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: audit 2024-02-13T03:40:37.801616+0000 mon.smithi143 (mon.0) 375 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:39.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: audit 2024-02-13T03:40:37.802111+0000 mon.smithi143 (mon.0) 376 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-02-13T03:40:39.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: audit 2024-02-13T03:40:37.802671+0000 mon.smithi143 (mon.0) 377 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:39.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: audit 2024-02-13T03:40:37.803078+0000 mon.smithi143 (mon.0) 378 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:39.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: audit 2024-02-13T03:40:37.803463+0000 mon.smithi143 (mon.0) 379 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:39.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:38 smithi196 bash[19959]: audit 2024-02-13T03:40:37.803819+0000 mon.smithi143 (mon.0) 380 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: audit 2024-02-13T03:40:37.800446+0000 mon.smithi143 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T03:40:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: cluster 2024-02-13T03:40:37.800580+0000 mon.smithi143 (mon.0) 373 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-13T03:40:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: audit 2024-02-13T03:40:37.800833+0000 mon.smithi143 (mon.0) 374 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: audit 2024-02-13T03:40:37.801616+0000 mon.smithi143 (mon.0) 375 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: audit 2024-02-13T03:40:37.802111+0000 mon.smithi143 (mon.0) 376 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-02-13T03:40:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: audit 2024-02-13T03:40:37.802671+0000 mon.smithi143 (mon.0) 377 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:39.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: audit 2024-02-13T03:40:37.803078+0000 mon.smithi143 (mon.0) 378 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:39.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: audit 2024-02-13T03:40:37.803463+0000 mon.smithi143 (mon.0) 379 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:39.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:38 smithi143 bash[16533]: audit 2024-02-13T03:40:37.803819+0000 mon.smithi143 (mon.0) 380 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:40.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: cluster 2024-02-13T03:40:38.572255+0000 mgr.smithi143.mxhzlj (mgr.14184) 62 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-13T03:40:40.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: audit 2024-02-13T03:40:38.802074+0000 mon.smithi143 (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-02-13T03:40:40.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: cluster 2024-02-13T03:40:38.802158+0000 mon.smithi143 (mon.0) 382 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-13T03:40:40.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: audit 2024-02-13T03:40:38.802818+0000 mon.smithi143 (mon.0) 383 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:40.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: audit 2024-02-13T03:40:38.803307+0000 mon.smithi143 (mon.0) 384 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:40.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: audit 2024-02-13T03:40:38.804227+0000 mon.smithi143 (mon.0) 385 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:40.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: audit 2024-02-13T03:40:38.808458+0000 mon.smithi143 (mon.0) 386 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:40.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: audit 2024-02-13T03:40:38.808818+0000 mon.smithi143 (mon.0) 387 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:40.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: audit 2024-02-13T03:40:38.809161+0000 mon.smithi143 (mon.0) 388 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:40.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:40 smithi143 bash[16533]: audit 2024-02-13T03:40:38.809601+0000 mon.smithi143 (mon.0) 389 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:40.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: cluster 2024-02-13T03:40:38.572255+0000 mgr.smithi143.mxhzlj (mgr.14184) 62 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-13T03:40:40.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: audit 2024-02-13T03:40:38.802074+0000 mon.smithi143 (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-02-13T03:40:40.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: cluster 2024-02-13T03:40:38.802158+0000 mon.smithi143 (mon.0) 382 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-13T03:40:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: audit 2024-02-13T03:40:38.802818+0000 mon.smithi143 (mon.0) 383 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: audit 2024-02-13T03:40:38.803307+0000 mon.smithi143 (mon.0) 384 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: audit 2024-02-13T03:40:38.804227+0000 mon.smithi143 (mon.0) 385 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: audit 2024-02-13T03:40:38.808458+0000 mon.smithi143 (mon.0) 386 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: audit 2024-02-13T03:40:38.808818+0000 mon.smithi143 (mon.0) 387 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: audit 2024-02-13T03:40:38.809161+0000 mon.smithi143 (mon.0) 388 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:40 smithi196 bash[19959]: audit 2024-02-13T03:40:38.809601+0000 mon.smithi143 (mon.0) 389 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: cluster 2024-02-13T03:40:38.019512+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: cluster 2024-02-13T03:40:38.019607+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: cluster 2024-02-13T03:40:39.811079+0000 mon.smithi143 (mon.0) 390 : cluster [INF] osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667] boot 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: cluster 2024-02-13T03:40:39.811143+0000 mon.smithi143 (mon.0) 391 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:39.811777+0000 mon.smithi143 (mon.0) 392 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:39.812344+0000 mon.smithi143 (mon.0) 393 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:39.812817+0000 mon.smithi143 (mon.0) 394 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:39.813244+0000 mon.smithi143 (mon.0) 395 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:41.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:39.813586+0000 mon.smithi143 (mon.0) 396 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:39.813969+0000 mon.smithi143 (mon.0) 397 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:39.814410+0000 mon.smithi143 (mon.0) 398 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.289580+0000 mon.smithi196 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.196:6816/1738020717,v1:172.21.15.196:6817/1738020717]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.290398+0000 mon.smithi143 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: cluster 2024-02-13T03:40:40.572760+0000 mgr.smithi143.mxhzlj (mgr.14184) 63 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.814640+0000 mon.smithi143 (mon.0) 400 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.814762+0000 mon.smithi143 (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: cluster 2024-02-13T03:40:40.814873+0000 mon.smithi143 (mon.0) 402 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.815060+0000 mon.smithi143 (mon.0) 403 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.815462+0000 mon.smithi143 (mon.0) 404 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.815644+0000 mon.smithi143 (mon.0) 405 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:41.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.815846+0000 mon.smithi143 (mon.0) 406 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.815969+0000 mon.smithi196 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.196:6816/1738020717,v1:172.21.15.196:6817/1738020717]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.816108+0000 mon.smithi143 (mon.0) 407 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.816924+0000 mon.smithi143 (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=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:41.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:41 smithi143 bash[16533]: audit 2024-02-13T03:40:40.817546+0000 mon.smithi143 (mon.0) 409 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T03:40:41.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: cluster 2024-02-13T03:40:38.019512+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: cluster 2024-02-13T03:40:38.019607+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: cluster 2024-02-13T03:40:39.811079+0000 mon.smithi143 (mon.0) 390 : cluster [INF] osd.1 [v2:172.21.15.143:6802/1670056667,v1:172.21.15.143:6803/1670056667] boot 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: cluster 2024-02-13T03:40:39.811143+0000 mon.smithi143 (mon.0) 391 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:39.811777+0000 mon.smithi143 (mon.0) 392 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:39.812344+0000 mon.smithi143 (mon.0) 393 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:39.812817+0000 mon.smithi143 (mon.0) 394 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:39.813244+0000 mon.smithi143 (mon.0) 395 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:39.813586+0000 mon.smithi143 (mon.0) 396 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:39.813969+0000 mon.smithi143 (mon.0) 397 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:39.814410+0000 mon.smithi143 (mon.0) 398 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.289580+0000 mon.smithi196 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.196:6816/1738020717,v1:172.21.15.196:6817/1738020717]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.290398+0000 mon.smithi143 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: cluster 2024-02-13T03:40:40.572760+0000 mgr.smithi143.mxhzlj (mgr.14184) 63 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.814640+0000 mon.smithi143 (mon.0) 400 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.814762+0000 mon.smithi143 (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: cluster 2024-02-13T03:40:40.814873+0000 mon.smithi143 (mon.0) 402 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.815060+0000 mon.smithi143 (mon.0) 403 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.815462+0000 mon.smithi143 (mon.0) 404 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.815644+0000 mon.smithi143 (mon.0) 405 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.815846+0000 mon.smithi143 (mon.0) 406 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.815969+0000 mon.smithi196 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.196:6816/1738020717,v1:172.21.15.196:6817/1738020717]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.816108+0000 mon.smithi143 (mon.0) 407 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.816924+0000 mon.smithi143 (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=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:41.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:41 smithi196 bash[19959]: audit 2024-02-13T03:40:40.817546+0000 mon.smithi143 (mon.0) 409 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T03:40:42.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.358805+0000 mon.smithi143 (mon.0) 410 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.359665+0000 mon.smithi143 (mon.0) 411 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.360578+0000 mon.smithi143 (mon.0) 412 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: cephadm 2024-02-13T03:40:41.361429+0000 mgr.smithi143.mxhzlj (mgr.14184) 64 : cephadm [INF] Deploying daemon osd.7 on smithi143 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.817811+0000 mon.smithi143 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.818037+0000 mon.smithi143 (mon.0) 414 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: cluster 2024-02-13T03:40:41.818171+0000 mon.smithi143 (mon.0) 415 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.818327+0000 mon.smithi143 (mon.0) 416 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.818768+0000 mon.smithi143 (mon.0) 417 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.818955+0000 mon.smithi143 (mon.0) 418 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.819183+0000 mon.smithi143 (mon.0) 419 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:42.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.819409+0000 mon.smithi143 (mon.0) 420 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:42.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:42 smithi143 bash[16533]: audit 2024-02-13T03:40:41.824029+0000 mon.smithi143 (mon.0) 421 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:42.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.358805+0000 mon.smithi143 (mon.0) 410 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:42.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.359665+0000 mon.smithi143 (mon.0) 411 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T03:40:42.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.360578+0000 mon.smithi143 (mon.0) 412 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:42.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: cephadm 2024-02-13T03:40:41.361429+0000 mgr.smithi143.mxhzlj (mgr.14184) 64 : cephadm [INF] Deploying daemon osd.7 on smithi143 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.817811+0000 mon.smithi143 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.818037+0000 mon.smithi143 (mon.0) 414 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: cluster 2024-02-13T03:40:41.818171+0000 mon.smithi143 (mon.0) 415 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.818327+0000 mon.smithi143 (mon.0) 416 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.818768+0000 mon.smithi143 (mon.0) 417 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.818955+0000 mon.smithi143 (mon.0) 418 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.819183+0000 mon.smithi143 (mon.0) 419 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.819409+0000 mon.smithi143 (mon.0) 420 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:42 smithi196 bash[19959]: audit 2024-02-13T03:40:41.824029+0000 mon.smithi143 (mon.0) 421 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:43.348 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:44.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: cluster 2024-02-13T03:40:40.901029+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: cluster 2024-02-13T03:40:40.901143+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: cluster 2024-02-13T03:40:42.573355+0000 mgr.smithi143.mxhzlj (mgr.14184) 65 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: cluster 2024-02-13T03:40:42.821226+0000 mon.smithi143 (mon.0) 422 : cluster [INF] osd.4 [v2:172.21.15.196:6816/1738020717,v1:172.21.15.196:6817/1738020717] boot 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: cluster 2024-02-13T03:40:42.821316+0000 mon.smithi143 (mon.0) 423 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: audit 2024-02-13T03:40:42.821511+0000 mon.smithi143 (mon.0) 424 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: audit 2024-02-13T03:40:42.821875+0000 mon.smithi143 (mon.0) 425 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: audit 2024-02-13T03:40:42.822174+0000 mon.smithi143 (mon.0) 426 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: audit 2024-02-13T03:40:42.822366+0000 mon.smithi143 (mon.0) 427 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: audit 2024-02-13T03:40:42.822594+0000 mon.smithi143 (mon.0) 428 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:44.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:43 smithi143 bash[16533]: audit 2024-02-13T03:40:43.349290+0000 mon.smithi143 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.143:0/872742170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: cluster 2024-02-13T03:40:40.901029+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: cluster 2024-02-13T03:40:40.901143+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: cluster 2024-02-13T03:40:42.573355+0000 mgr.smithi143.mxhzlj (mgr.14184) 65 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-13T03:40:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: cluster 2024-02-13T03:40:42.821226+0000 mon.smithi143 (mon.0) 422 : cluster [INF] osd.4 [v2:172.21.15.196:6816/1738020717,v1:172.21.15.196:6817/1738020717] boot 2024-02-13T03:40:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: cluster 2024-02-13T03:40:42.821316+0000 mon.smithi143 (mon.0) 423 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-13T03:40:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: audit 2024-02-13T03:40:42.821511+0000 mon.smithi143 (mon.0) 424 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: audit 2024-02-13T03:40:42.821875+0000 mon.smithi143 (mon.0) 425 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:40:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: audit 2024-02-13T03:40:42.822174+0000 mon.smithi143 (mon.0) 426 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: audit 2024-02-13T03:40:42.822366+0000 mon.smithi143 (mon.0) 427 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: audit 2024-02-13T03:40:42.822594+0000 mon.smithi143 (mon.0) 428 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:43 smithi196 bash[19959]: audit 2024-02-13T03:40:43.349290+0000 mon.smithi143 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.143:0/872742170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:44.907 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1707795642,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:40:45.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:44 smithi143 bash[16533]: cluster 2024-02-13T03:40:43.827789+0000 mon.smithi143 (mon.0) 430 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-13T03:40:45.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:44 smithi143 bash[16533]: audit 2024-02-13T03:40:43.828005+0000 mon.smithi143 (mon.0) 431 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:45.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:44 smithi143 bash[16533]: audit 2024-02-13T03:40:43.828273+0000 mon.smithi143 (mon.0) 432 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:44 smithi143 bash[16533]: audit 2024-02-13T03:40:43.828523+0000 mon.smithi143 (mon.0) 433 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:44 smithi143 bash[16533]: audit 2024-02-13T03:40:43.828762+0000 mon.smithi143 (mon.0) 434 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:44 smithi143 bash[16533]: audit 2024-02-13T03:40:43.839300+0000 mon.smithi143 (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T03:40:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:44 smithi143 bash[16533]: audit 2024-02-13T03:40:43.946084+0000 mon.smithi196 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.196:6824/860934396,v1:172.21.15.196:6825/860934396]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T03:40:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:44 smithi143 bash[16533]: audit 2024-02-13T03:40:43.946957+0000 mon.smithi143 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T03:40:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:44 smithi196 bash[19959]: cluster 2024-02-13T03:40:43.827789+0000 mon.smithi143 (mon.0) 430 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-13T03:40:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:44 smithi196 bash[19959]: audit 2024-02-13T03:40:43.828005+0000 mon.smithi143 (mon.0) 431 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:44 smithi196 bash[19959]: audit 2024-02-13T03:40:43.828273+0000 mon.smithi143 (mon.0) 432 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:44 smithi196 bash[19959]: audit 2024-02-13T03:40:43.828523+0000 mon.smithi143 (mon.0) 433 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:45.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:44 smithi196 bash[19959]: audit 2024-02-13T03:40:43.828762+0000 mon.smithi143 (mon.0) 434 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:45.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:44 smithi196 bash[19959]: audit 2024-02-13T03:40:43.839300+0000 mon.smithi143 (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T03:40:45.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:44 smithi196 bash[19959]: audit 2024-02-13T03:40:43.946084+0000 mon.smithi196 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.196:6824/860934396,v1:172.21.15.196:6825/860934396]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T03:40:45.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:44 smithi196 bash[19959]: audit 2024-02-13T03:40:43.946957+0000 mon.smithi143 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T03:40:45.908 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:46.188 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: cluster 2024-02-13T03:40:44.573980+0000 mgr.smithi143.mxhzlj (mgr.14184) 66 : cluster [DBG] pgmap v65: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T03:40:46.188 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.839036+0000 mon.smithi143 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T03:40:46.188 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.839109+0000 mon.smithi143 (mon.0) 438 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T03:40:46.188 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: cluster 2024-02-13T03:40:44.839175+0000 mon.smithi143 (mon.0) 439 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-13T03:40:46.189 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.839374+0000 mon.smithi143 (mon.0) 440 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:46.189 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.839861+0000 mon.smithi143 (mon.0) 441 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:46.189 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.840045+0000 mon.smithi143 (mon.0) 442 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-02-13T03:40:46.189 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.840280+0000 mon.smithi143 (mon.0) 443 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:46.189 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.840368+0000 mon.smithi196 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.196:6824/860934396,v1:172.21.15.196:6825/860934396]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:46.189 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.840439+0000 mon.smithi143 (mon.0) 444 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:46.189 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:45 smithi143 bash[16533]: audit 2024-02-13T03:40:44.841063+0000 mon.smithi143 (mon.0) 445 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: cluster 2024-02-13T03:40:44.573980+0000 mgr.smithi143.mxhzlj (mgr.14184) 66 : cluster [DBG] pgmap v65: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.839036+0000 mon.smithi143 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.839109+0000 mon.smithi143 (mon.0) 438 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: cluster 2024-02-13T03:40:44.839175+0000 mon.smithi143 (mon.0) 439 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.839374+0000 mon.smithi143 (mon.0) 440 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.839861+0000 mon.smithi143 (mon.0) 441 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.840045+0000 mon.smithi143 (mon.0) 442 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.840280+0000 mon.smithi143 (mon.0) 443 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.840368+0000 mon.smithi196 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.196:6824/860934396,v1:172.21.15.196:6825/860934396]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.840439+0000 mon.smithi143 (mon.0) 444 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:45 smithi196 bash[19959]: audit 2024-02-13T03:40:44.841063+0000 mon.smithi143 (mon.0) 445 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: cluster 2024-02-13T03:40:44.863221+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: cluster 2024-02-13T03:40:44.863316+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:45.842992+0000 mon.smithi143 (mon.0) 446 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:45.843138+0000 mon.smithi143 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: cluster 2024-02-13T03:40:45.843339+0000 mon.smithi143 (mon.0) 448 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:45.844272+0000 mon.smithi143 (mon.0) 449 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:45.845448+0000 mon.smithi143 (mon.0) 450 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:45.850921+0000 mon.smithi143 (mon.0) 451 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:45.851456+0000 mon.smithi143 (mon.0) 452 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:46.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:45.853439+0000 mon.smithi143 (mon.0) 453 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:45.999344+0000 mon.smithi143 (mon.0) 454 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: cluster 2024-02-13T03:40:46.844331+0000 mon.smithi143 (mon.0) 455 : cluster [INF] osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029] boot 2024-02-13T03:40:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: cluster 2024-02-13T03:40:46.844473+0000 mon.smithi143 (mon.0) 456 : cluster [INF] osd.6 [v2:172.21.15.196:6824/860934396,v1:172.21.15.196:6825/860934396] boot 2024-02-13T03:40:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: cluster 2024-02-13T03:40:46.844588+0000 mon.smithi143 (mon.0) 457 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-13T03:40:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:46.844871+0000 mon.smithi143 (mon.0) 458 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:46.846178+0000 mon.smithi143 (mon.0) 459 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:46.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:46 smithi143 bash[16533]: audit 2024-02-13T03:40:46.846601+0000 mon.smithi143 (mon.0) 460 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:47.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: cluster 2024-02-13T03:40:44.863221+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: cluster 2024-02-13T03:40:44.863316+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:45.842992+0000 mon.smithi143 (mon.0) 446 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:45.843138+0000 mon.smithi143 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: cluster 2024-02-13T03:40:45.843339+0000 mon.smithi143 (mon.0) 448 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:45.844272+0000 mon.smithi143 (mon.0) 449 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:45.845448+0000 mon.smithi143 (mon.0) 450 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:45.850921+0000 mon.smithi143 (mon.0) 451 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:45.851456+0000 mon.smithi143 (mon.0) 452 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:45.853439+0000 mon.smithi143 (mon.0) 453 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:45.999344+0000 mon.smithi143 (mon.0) 454 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:47.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: cluster 2024-02-13T03:40:46.844331+0000 mon.smithi143 (mon.0) 455 : cluster [INF] osd.3 [v2:172.21.15.143:6810/330386029,v1:172.21.15.143:6811/330386029] boot 2024-02-13T03:40:47.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: cluster 2024-02-13T03:40:46.844473+0000 mon.smithi143 (mon.0) 456 : cluster [INF] osd.6 [v2:172.21.15.196:6824/860934396,v1:172.21.15.196:6825/860934396] boot 2024-02-13T03:40:47.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: cluster 2024-02-13T03:40:46.844588+0000 mon.smithi143 (mon.0) 457 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-13T03:40:47.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:46.844871+0000 mon.smithi143 (mon.0) 458 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:40:47.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:46.846178+0000 mon.smithi143 (mon.0) 459 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:47.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:46 smithi196 bash[19959]: audit 2024-02-13T03:40:46.846601+0000 mon.smithi143 (mon.0) 460 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:40:48.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:47 smithi143 bash[16533]: cluster 2024-02-13T03:40:44.941159+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:48.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:47 smithi143 bash[16533]: cluster 2024-02-13T03:40:44.941252+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:48.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:47 smithi143 bash[16533]: cluster 2024-02-13T03:40:46.574559+0000 mgr.smithi143.mxhzlj (mgr.14184) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T03:40:48.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:47 smithi143 bash[16533]: audit 2024-02-13T03:40:46.847469+0000 mon.smithi143 (mon.0) 461 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:48.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:47 smithi143 bash[16533]: audit 2024-02-13T03:40:47.787219+0000 mon.smithi143 (mon.0) 462 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:48.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:47 smithi143 bash[16533]: cluster 2024-02-13T03:40:47.844147+0000 mon.smithi143 (mon.0) 463 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-13T03:40:48.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:47 smithi143 bash[16533]: audit 2024-02-13T03:40:47.844415+0000 mon.smithi143 (mon.0) 464 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:48.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:47 smithi143 bash[16533]: audit 2024-02-13T03:40:47.844985+0000 mon.smithi143 (mon.0) 465 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:47 smithi196 bash[19959]: cluster 2024-02-13T03:40:44.941159+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:47 smithi196 bash[19959]: cluster 2024-02-13T03:40:44.941252+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:47 smithi196 bash[19959]: cluster 2024-02-13T03:40:46.574559+0000 mgr.smithi143.mxhzlj (mgr.14184) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T03:40:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:47 smithi196 bash[19959]: audit 2024-02-13T03:40:46.847469+0000 mon.smithi143 (mon.0) 461 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:48.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:47 smithi196 bash[19959]: audit 2024-02-13T03:40:47.787219+0000 mon.smithi143 (mon.0) 462 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:40:48.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:47 smithi196 bash[19959]: cluster 2024-02-13T03:40:47.844147+0000 mon.smithi143 (mon.0) 463 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-13T03:40:48.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:47 smithi196 bash[19959]: audit 2024-02-13T03:40:47.844415+0000 mon.smithi143 (mon.0) 464 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:48.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:47 smithi196 bash[19959]: audit 2024-02-13T03:40:47.844985+0000 mon.smithi143 (mon.0) 465 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:50.098 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:49 smithi143 bash[16533]: cluster 2024-02-13T03:40:48.575190+0000 mgr.smithi143.mxhzlj (mgr.14184) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T03:40:50.098 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:49 smithi143 bash[16533]: cluster 2024-02-13T03:40:48.847909+0000 mon.smithi143 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-13T03:40:50.098 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:49 smithi143 bash[16533]: audit 2024-02-13T03:40:48.848175+0000 mon.smithi143 (mon.0) 467 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:50.098 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:49 smithi143 bash[16533]: audit 2024-02-13T03:40:48.848553+0000 mon.smithi143 (mon.0) 468 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:49 smithi196 bash[19959]: cluster 2024-02-13T03:40:48.575190+0000 mgr.smithi143.mxhzlj (mgr.14184) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T03:40:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:49 smithi196 bash[19959]: cluster 2024-02-13T03:40:48.847909+0000 mon.smithi143 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-13T03:40:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:49 smithi196 bash[19959]: audit 2024-02-13T03:40:48.848175+0000 mon.smithi143 (mon.0) 467 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:49 smithi196 bash[19959]: audit 2024-02-13T03:40:48.848553+0000 mon.smithi143 (mon.0) 468 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:50.481 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:51.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:50 smithi143 bash[16533]: audit 2024-02-13T03:40:50.210442+0000 mon.smithi143 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T03:40:51.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:50 smithi143 bash[16533]: audit 2024-02-13T03:40:50.481378+0000 mon.smithi143 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.143:0/415865247' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:51.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:50 smithi196 bash[19959]: audit 2024-02-13T03:40:50.210442+0000 mon.smithi143 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T03:40:51.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:50 smithi196 bash[19959]: audit 2024-02-13T03:40:50.481378+0000 mon.smithi143 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.143:0/415865247' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:51.563 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1707795646,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:40:52.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:51 smithi143 bash[16533]: cluster 2024-02-13T03:40:50.575789+0000 mgr.smithi143.mxhzlj (mgr.14184) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T03:40:52.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:51 smithi143 bash[16533]: audit 2024-02-13T03:40:50.860784+0000 mon.smithi143 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T03:40:52.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:51 smithi143 bash[16533]: cluster 2024-02-13T03:40:50.860885+0000 mon.smithi143 (mon.0) 472 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-13T03:40:52.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:51 smithi143 bash[16533]: audit 2024-02-13T03:40:50.861068+0000 mon.smithi143 (mon.0) 473 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:52.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:51 smithi143 bash[16533]: audit 2024-02-13T03:40:50.861425+0000 mon.smithi143 (mon.0) 474 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:52.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:51 smithi143 bash[16533]: audit 2024-02-13T03:40:50.861667+0000 mon.smithi143 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-02-13T03:40:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:51 smithi196 bash[19959]: cluster 2024-02-13T03:40:50.575789+0000 mgr.smithi143.mxhzlj (mgr.14184) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T03:40:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:51 smithi196 bash[19959]: audit 2024-02-13T03:40:50.860784+0000 mon.smithi143 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T03:40:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:51 smithi196 bash[19959]: cluster 2024-02-13T03:40:50.860885+0000 mon.smithi143 (mon.0) 472 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-13T03:40:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:51 smithi196 bash[19959]: audit 2024-02-13T03:40:50.861068+0000 mon.smithi143 (mon.0) 473 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:51 smithi196 bash[19959]: audit 2024-02-13T03:40:50.861425+0000 mon.smithi143 (mon.0) 474 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:52.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:51 smithi196 bash[19959]: audit 2024-02-13T03:40:50.861667+0000 mon.smithi143 (mon.0) 475 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-02-13T03:40:52.564 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:52 smithi143 bash[16533]: audit 2024-02-13T03:40:51.865308+0000 mon.smithi143 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-02-13T03:40:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:52 smithi143 bash[16533]: cluster 2024-02-13T03:40:51.865572+0000 mon.smithi143 (mon.0) 477 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-13T03:40:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:52 smithi143 bash[16533]: audit 2024-02-13T03:40:51.866457+0000 mon.smithi143 (mon.0) 478 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:52 smithi143 bash[16533]: audit 2024-02-13T03:40:51.867148+0000 mon.smithi143 (mon.0) 479 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:52 smithi143 bash[16533]: audit 2024-02-13T03:40:51.873853+0000 mon.smithi143 (mon.0) 480 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:52 smithi196 bash[19959]: audit 2024-02-13T03:40:51.865308+0000 mon.smithi143 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-02-13T03:40:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:52 smithi196 bash[19959]: cluster 2024-02-13T03:40:51.865572+0000 mon.smithi143 (mon.0) 477 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-13T03:40:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:52 smithi196 bash[19959]: audit 2024-02-13T03:40:51.866457+0000 mon.smithi143 (mon.0) 478 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:52 smithi196 bash[19959]: audit 2024-02-13T03:40:51.867148+0000 mon.smithi143 (mon.0) 479 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:52 smithi196 bash[19959]: audit 2024-02-13T03:40:51.873853+0000 mon.smithi143 (mon.0) 480 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:54.102 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:53 smithi143 bash[16533]: cluster 2024-02-13T03:40:51.240324+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:54.102 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:53 smithi143 bash[16533]: cluster 2024-02-13T03:40:51.240419+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:54.102 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:53 smithi143 bash[16533]: cluster 2024-02-13T03:40:52.576311+0000 mgr.smithi143.mxhzlj (mgr.14184) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T03:40:54.103 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:53 smithi143 bash[16533]: cluster 2024-02-13T03:40:52.876334+0000 mon.smithi143 (mon.0) 481 : cluster [INF] osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334] boot 2024-02-13T03:40:54.103 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:53 smithi143 bash[16533]: cluster 2024-02-13T03:40:52.876415+0000 mon.smithi143 (mon.0) 482 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-13T03:40:54.103 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:53 smithi143 bash[16533]: audit 2024-02-13T03:40:52.877440+0000 mon.smithi143 (mon.0) 483 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:54.103 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:53 smithi143 bash[16533]: audit 2024-02-13T03:40:52.878278+0000 mon.smithi143 (mon.0) 484 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:53 smithi196 bash[19959]: cluster 2024-02-13T03:40:51.240324+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:53 smithi196 bash[19959]: cluster 2024-02-13T03:40:51.240419+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:53 smithi196 bash[19959]: cluster 2024-02-13T03:40:52.576311+0000 mgr.smithi143.mxhzlj (mgr.14184) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-13T03:40:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:53 smithi196 bash[19959]: cluster 2024-02-13T03:40:52.876334+0000 mon.smithi143 (mon.0) 481 : cluster [INF] osd.5 [v2:172.21.15.143:6818/238215334,v1:172.21.15.143:6819/238215334] boot 2024-02-13T03:40:54.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:53 smithi196 bash[19959]: cluster 2024-02-13T03:40:52.876415+0000 mon.smithi143 (mon.0) 482 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-13T03:40:54.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:53 smithi196 bash[19959]: audit 2024-02-13T03:40:52.877440+0000 mon.smithi143 (mon.0) 483 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:40:54.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:53 smithi196 bash[19959]: audit 2024-02-13T03:40:52.878278+0000 mon.smithi143 (mon.0) 484 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:54 smithi143 bash[16533]: cluster 2024-02-13T03:40:53.893497+0000 mon.smithi143 (mon.0) 485 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-13T03:40:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:54 smithi143 bash[16533]: audit 2024-02-13T03:40:53.893769+0000 mon.smithi143 (mon.0) 486 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:54 smithi196 bash[19959]: cluster 2024-02-13T03:40:53.893497+0000 mon.smithi143 (mon.0) 485 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-13T03:40:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:54 smithi196 bash[19959]: audit 2024-02-13T03:40:53.893769+0000 mon.smithi143 (mon.0) 486 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:55 smithi143 bash[16533]: cluster 2024-02-13T03:40:54.576915+0000 mgr.smithi143.mxhzlj (mgr.14184) 71 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:40:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:55 smithi143 bash[16533]: audit 2024-02-13T03:40:55.603167+0000 mon.smithi143 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T03:40:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:55 smithi196 bash[19959]: cluster 2024-02-13T03:40:54.576915+0000 mgr.smithi143.mxhzlj (mgr.14184) 71 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:40:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:55 smithi196 bash[19959]: audit 2024-02-13T03:40:55.603167+0000 mon.smithi143 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T03:40:56.670 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:40:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:56 smithi143 bash[16533]: audit 2024-02-13T03:40:55.906629+0000 mon.smithi143 (mon.0) 488 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T03:40:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:56 smithi143 bash[16533]: cluster 2024-02-13T03:40:55.906767+0000 mon.smithi143 (mon.0) 489 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-13T03:40:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:56 smithi143 bash[16533]: audit 2024-02-13T03:40:55.907511+0000 mon.smithi143 (mon.0) 490 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:56 smithi143 bash[16533]: audit 2024-02-13T03:40:55.907948+0000 mon.smithi143 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-02-13T03:40:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:56 smithi143 bash[16533]: audit 2024-02-13T03:40:56.670935+0000 mon.smithi143 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.143:0/3369151720' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:56 smithi143 bash[16533]: audit 2024-02-13T03:40:56.907012+0000 mon.smithi143 (mon.0) 493 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-02-13T03:40:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:56 smithi143 bash[16533]: cluster 2024-02-13T03:40:56.907086+0000 mon.smithi143 (mon.0) 494 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-13T03:40:57.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:56 smithi143 bash[16533]: audit 2024-02-13T03:40:56.907354+0000 mon.smithi143 (mon.0) 495 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:57.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:56 smithi196 bash[19959]: audit 2024-02-13T03:40:55.906629+0000 mon.smithi143 (mon.0) 488 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T03:40:57.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:56 smithi196 bash[19959]: cluster 2024-02-13T03:40:55.906767+0000 mon.smithi143 (mon.0) 489 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-13T03:40:57.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:56 smithi196 bash[19959]: audit 2024-02-13T03:40:55.907511+0000 mon.smithi143 (mon.0) 490 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:57.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:56 smithi196 bash[19959]: audit 2024-02-13T03:40:55.907948+0000 mon.smithi143 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-02-13T03:40:57.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:56 smithi196 bash[19959]: audit 2024-02-13T03:40:56.670935+0000 mon.smithi143 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.143:0/3369151720' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:40:57.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:56 smithi196 bash[19959]: audit 2024-02-13T03:40:56.907012+0000 mon.smithi143 (mon.0) 493 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-02-13T03:40:57.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:56 smithi196 bash[19959]: cluster 2024-02-13T03:40:56.907086+0000 mon.smithi143 (mon.0) 494 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-02-13T03:40:57.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:56 smithi196 bash[19959]: audit 2024-02-13T03:40:56.907354+0000 mon.smithi143 (mon.0) 495 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:57.596 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1707795652,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:40:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:57 smithi196 bash[19959]: cluster 2024-02-13T03:40:56.577408+0000 mgr.smithi143.mxhzlj (mgr.14184) 72 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:40:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:57 smithi196 bash[19959]: audit 2024-02-13T03:40:56.913352+0000 mon.smithi143 (mon.0) 496 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:57 smithi196 bash[19959]: audit 2024-02-13T03:40:57.912598+0000 mon.smithi143 (mon.0) 497 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:58.303 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:57 smithi143 bash[16533]: cluster 2024-02-13T03:40:56.577408+0000 mgr.smithi143.mxhzlj (mgr.14184) 72 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:40:58.303 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:57 smithi143 bash[16533]: audit 2024-02-13T03:40:56.913352+0000 mon.smithi143 (mon.0) 496 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:58.303 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:57 smithi143 bash[16533]: audit 2024-02-13T03:40:57.912598+0000 mon.smithi143 (mon.0) 497 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:58.597 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:40:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:58 smithi196 bash[19959]: cluster 2024-02-13T03:40:56.568472+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:58 smithi196 bash[19959]: cluster 2024-02-13T03:40:56.568540+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:58 smithi196 bash[19959]: cluster 2024-02-13T03:40:57.918304+0000 mon.smithi143 (mon.0) 498 : cluster [INF] osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858] boot 2024-02-13T03:40:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:58 smithi196 bash[19959]: cluster 2024-02-13T03:40:57.918386+0000 mon.smithi143 (mon.0) 499 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-13T03:40:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:58 smithi196 bash[19959]: audit 2024-02-13T03:40:57.919580+0000 mon.smithi143 (mon.0) 500 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:40:59.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:58 smithi143 bash[16533]: cluster 2024-02-13T03:40:56.568472+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:40:59.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:58 smithi143 bash[16533]: cluster 2024-02-13T03:40:56.568540+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:40:59.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:58 smithi143 bash[16533]: cluster 2024-02-13T03:40:57.918304+0000 mon.smithi143 (mon.0) 498 : cluster [INF] osd.7 [v2:172.21.15.143:6826/1660919858,v1:172.21.15.143:6827/1660919858] boot 2024-02-13T03:40:59.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:58 smithi143 bash[16533]: cluster 2024-02-13T03:40:57.918386+0000 mon.smithi143 (mon.0) 499 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-13T03:40:59.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:58 smithi143 bash[16533]: audit 2024-02-13T03:40:57.919580+0000 mon.smithi143 (mon.0) 500 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:41:00.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:59 smithi143 bash[16533]: cluster 2024-02-13T03:40:58.578062+0000 mgr.smithi143.mxhzlj (mgr.14184) 73 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:41:00.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:59 smithi143 bash[16533]: cluster 2024-02-13T03:40:58.926741+0000 mon.smithi143 (mon.0) 501 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-13T03:41:00.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:59 smithi143 bash[16533]: audit 2024-02-13T03:40:59.194122+0000 mon.smithi143 (mon.0) 502 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:00.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:59 smithi143 bash[16533]: audit 2024-02-13T03:40:59.195843+0000 mon.smithi143 (mon.0) 503 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:41:00.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:59 smithi143 bash[16533]: audit 2024-02-13T03:40:59.196946+0000 mon.smithi143 (mon.0) 504 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:41:00.249 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:40:59 smithi143 bash[16533]: audit 2024-02-13T03:40:59.197865+0000 mon.smithi143 (mon.0) 505 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:59 smithi196 bash[19959]: cluster 2024-02-13T03:40:58.578062+0000 mgr.smithi143.mxhzlj (mgr.14184) 73 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:41:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:59 smithi196 bash[19959]: cluster 2024-02-13T03:40:58.926741+0000 mon.smithi143 (mon.0) 501 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-13T03:41:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:59 smithi196 bash[19959]: audit 2024-02-13T03:40:59.194122+0000 mon.smithi143 (mon.0) 502 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:59 smithi196 bash[19959]: audit 2024-02-13T03:40:59.195843+0000 mon.smithi143 (mon.0) 503 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:41:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:59 smithi196 bash[19959]: audit 2024-02-13T03:40:59.196946+0000 mon.smithi143 (mon.0) 504 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:41:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:40:59 smithi196 bash[19959]: audit 2024-02-13T03:40:59.197865+0000 mon.smithi143 (mon.0) 505 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:01.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:00 smithi196 bash[19959]: cephadm 2024-02-13T03:40:59.195388+0000 mgr.smithi143.mxhzlj (mgr.14184) 74 : cephadm [INF] Reconfiguring mon.smithi143 (unknown last config time)... 2024-02-13T03:41:01.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:00 smithi196 bash[19959]: cephadm 2024-02-13T03:40:59.198760+0000 mgr.smithi143.mxhzlj (mgr.14184) 75 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2024-02-13T03:41:01.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:00 smithi196 bash[19959]: cluster 2024-02-13T03:40:59.945806+0000 mon.smithi143 (mon.0) 506 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-13T03:41:01.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:00 smithi143 bash[16533]: cephadm 2024-02-13T03:40:59.195388+0000 mgr.smithi143.mxhzlj (mgr.14184) 74 : cephadm [INF] Reconfiguring mon.smithi143 (unknown last config time)... 2024-02-13T03:41:01.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:00 smithi143 bash[16533]: cephadm 2024-02-13T03:40:59.198760+0000 mgr.smithi143.mxhzlj (mgr.14184) 75 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2024-02-13T03:41:01.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:00 smithi143 bash[16533]: cluster 2024-02-13T03:40:59.945806+0000 mon.smithi143 (mon.0) 506 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-13T03:41:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:01 smithi196 bash[19959]: cluster 2024-02-13T03:41:00.578493+0000 mgr.smithi143.mxhzlj (mgr.14184) 76 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:01 smithi196 bash[19959]: audit 2024-02-13T03:41:01.894564+0000 mon.smithi143 (mon.0) 507 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:01 smithi196 bash[19959]: audit 2024-02-13T03:41:01.896660+0000 mon.smithi143 (mon.0) 508 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.mxhzlj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:41:02.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:01 smithi196 bash[19959]: audit 2024-02-13T03:41:01.898425+0000 mon.smithi143 (mon.0) 509 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:41:02.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:01 smithi196 bash[19959]: audit 2024-02-13T03:41:01.899867+0000 mon.smithi143 (mon.0) 510 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:02.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:01 smithi143 bash[16533]: cluster 2024-02-13T03:41:00.578493+0000 mgr.smithi143.mxhzlj (mgr.14184) 76 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:02.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:01 smithi143 bash[16533]: audit 2024-02-13T03:41:01.894564+0000 mon.smithi143 (mon.0) 507 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:02.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:01 smithi143 bash[16533]: audit 2024-02-13T03:41:01.896660+0000 mon.smithi143 (mon.0) 508 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.mxhzlj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:41:02.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:01 smithi143 bash[16533]: audit 2024-02-13T03:41:01.898425+0000 mon.smithi143 (mon.0) 509 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:41:02.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:01 smithi143 bash[16533]: audit 2024-02-13T03:41:01.899867+0000 mon.smithi143 (mon.0) 510 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:02.959 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:02 smithi196 bash[19959]: cephadm 2024-02-13T03:41:01.896039+0000 mgr.smithi143.mxhzlj (mgr.14184) 77 : cephadm [INF] Reconfiguring mgr.smithi143.mxhzlj (unknown last config time)... 2024-02-13T03:41:02.959 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:02 smithi196 bash[19959]: cephadm 2024-02-13T03:41:01.901176+0000 mgr.smithi143.mxhzlj (mgr.14184) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi143.mxhzlj on smithi143 2024-02-13T03:41:03.172 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:41:03.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:02 smithi143 bash[16533]: cephadm 2024-02-13T03:41:01.896039+0000 mgr.smithi143.mxhzlj (mgr.14184) 77 : cephadm [INF] Reconfiguring mgr.smithi143.mxhzlj (unknown last config time)... 2024-02-13T03:41:03.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:02 smithi143 bash[16533]: cephadm 2024-02-13T03:41:01.901176+0000 mgr.smithi143.mxhzlj (mgr.14184) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi143.mxhzlj on smithi143 2024-02-13T03:41:04.024 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1707795657,"num_in_osds":8,"osd_in_since":1707795608,"num_remapped_pgs":0} 2024-02-13T03:41:04.025 INFO:tasks.cephadm:Setting up client nodes... 2024-02-13T03:41:04.025 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-13T03:41:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:03 smithi196 bash[19959]: cluster 2024-02-13T03:41:02.578862+0000 mgr.smithi143.mxhzlj (mgr.14184) 79 : cluster [DBG] pgmap v88: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:03 smithi196 bash[19959]: audit 2024-02-13T03:41:03.173226+0000 mon.smithi143 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.143:0/1685147445' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:41:04.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:03 smithi143 bash[16533]: cluster 2024-02-13T03:41:02.578862+0000 mgr.smithi143.mxhzlj (mgr.14184) 79 : cluster [DBG] pgmap v88: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:04.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:03 smithi143 bash[16533]: audit 2024-02-13T03:41:03.173226+0000 mon.smithi143 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.143:0/1685147445' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:41:05.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:05 smithi143 bash[16533]: audit 2024-02-13T03:41:04.135265+0000 mon.smithi143 (mon.0) 512 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:05.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:05 smithi143 bash[16533]: cephadm 2024-02-13T03:41:04.136286+0000 mgr.smithi143.mxhzlj (mgr.14184) 80 : cephadm [INF] Reconfiguring alertmanager.smithi143 (dependencies changed)... 2024-02-13T03:41:05.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:05 smithi143 bash[16533]: cephadm 2024-02-13T03:41:04.144380+0000 mgr.smithi143.mxhzlj (mgr.14184) 81 : cephadm [INF] Reconfiguring daemon alertmanager.smithi143 on smithi143 2024-02-13T03:41:05.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:05 smithi143 bash[16533]: cluster 2024-02-13T03:41:04.579428+0000 mgr.smithi143.mxhzlj (mgr.14184) 82 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:05.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:05 smithi196 bash[19959]: audit 2024-02-13T03:41:04.135265+0000 mon.smithi143 (mon.0) 512 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:05.533 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:05 smithi196 bash[19959]: cephadm 2024-02-13T03:41:04.136286+0000 mgr.smithi143.mxhzlj (mgr.14184) 80 : cephadm [INF] Reconfiguring alertmanager.smithi143 (dependencies changed)... 2024-02-13T03:41:05.534 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:05 smithi196 bash[19959]: cephadm 2024-02-13T03:41:04.144380+0000 mgr.smithi143.mxhzlj (mgr.14184) 81 : cephadm [INF] Reconfiguring daemon alertmanager.smithi143 on smithi143 2024-02-13T03:41:05.534 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:05 smithi196 bash[19959]: cluster 2024-02-13T03:41:04.579428+0000 mgr.smithi143.mxhzlj (mgr.14184) 82 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:07.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:07 smithi143 bash[16533]: cluster 2024-02-13T03:41:06.579999+0000 mgr.smithi143.mxhzlj (mgr.14184) 83 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:08.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:07 smithi196 bash[19959]: cluster 2024-02-13T03:41:06.579999+0000 mgr.smithi143.mxhzlj (mgr.14184) 83 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:08.347 INFO:teuthology.orchestra.run.smithi143.stdout:[client.0] 2024-02-13T03:41:08.348 INFO:teuthology.orchestra.run.smithi143.stdout: key = AQDU5MpllF9yFBAACr1To0ep9rwnBVT4Umjjjw== 2024-02-13T03:41:08.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:08 smithi143 bash[16533]: audit 2024-02-13T03:41:08.342794+0000 mon.smithi143 (mon.0) 513 : audit [INF] from='client.? 172.21.15.143:0/984479744' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:41:08.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:08 smithi143 bash[16533]: audit 2024-02-13T03:41:08.348396+0000 mon.smithi143 (mon.0) 514 : audit [INF] from='client.? 172.21.15.143:0/984479744' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T03:41:09.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:08 smithi196 bash[19959]: audit 2024-02-13T03:41:08.342794+0000 mon.smithi143 (mon.0) 513 : audit [INF] from='client.? 172.21.15.143:0/984479744' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:41:09.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:08 smithi196 bash[19959]: audit 2024-02-13T03:41:08.348396+0000 mon.smithi143 (mon.0) 514 : audit [INF] from='client.? 172.21.15.143:0/984479744' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T03:41:09.145 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T03:41:09.145 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-13T03:41:09.145 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-13T03:41:09.162 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-13T03:41:09.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:09 smithi143 bash[16533]: cluster 2024-02-13T03:41:08.580628+0000 mgr.smithi143.mxhzlj (mgr.14184) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:10.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:09 smithi196 bash[19959]: cluster 2024-02-13T03:41:08.580628+0000 mgr.smithi143.mxhzlj (mgr.14184) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:11.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:10 smithi196 bash[19959]: audit 2024-02-13T03:41:09.983606+0000 mon.smithi143 (mon.0) 515 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:11.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:10 smithi196 bash[19959]: cephadm 2024-02-13T03:41:09.984404+0000 mgr.smithi143.mxhzlj (mgr.14184) 85 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2024-02-13T03:41:11.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:10 smithi196 bash[19959]: audit 2024-02-13T03:41:09.984867+0000 mon.smithi143 (mon.0) 516 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:41:11.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:10 smithi196 bash[19959]: audit 2024-02-13T03:41:09.986247+0000 mon.smithi143 (mon.0) 517 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:11.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:10 smithi196 bash[19959]: cephadm 2024-02-13T03:41:09.987088+0000 mgr.smithi143.mxhzlj (mgr.14184) 86 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2024-02-13T03:41:11.380 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:10 smithi143 bash[16533]: audit 2024-02-13T03:41:09.983606+0000 mon.smithi143 (mon.0) 515 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:11.381 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:10 smithi143 bash[16533]: cephadm 2024-02-13T03:41:09.984404+0000 mgr.smithi143.mxhzlj (mgr.14184) 85 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2024-02-13T03:41:11.381 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:10 smithi143 bash[16533]: audit 2024-02-13T03:41:09.984867+0000 mon.smithi143 (mon.0) 516 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:41:11.381 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:10 smithi143 bash[16533]: audit 2024-02-13T03:41:09.986247+0000 mon.smithi143 (mon.0) 517 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:11.381 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:10 smithi143 bash[16533]: cephadm 2024-02-13T03:41:09.987088+0000 mgr.smithi143.mxhzlj (mgr.14184) 86 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2024-02-13T03:41:12.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:11 smithi196 bash[19959]: cluster 2024-02-13T03:41:10.581132+0000 mgr.smithi143.mxhzlj (mgr.14184) 87 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:12.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:11 smithi143 bash[16533]: cluster 2024-02-13T03:41:10.581132+0000 mgr.smithi143.mxhzlj (mgr.14184) 87 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:12.464 INFO:teuthology.orchestra.run.smithi196.stdout:[client.1] 2024-02-13T03:41:12.464 INFO:teuthology.orchestra.run.smithi196.stdout: key = AQDY5Mplp0ZJGxAAKaujXc4h3b6vihs6VVeN5g== 2024-02-13T03:41:13.064 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T03:41:13.064 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-13T03:41:13.064 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-13T03:41:13.083 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T03:41:13.395 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:13 smithi143 bash[16533]: audit 2024-02-13T03:41:12.288611+0000 mon.smithi143 (mon.0) 518 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:13.396 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:13 smithi143 bash[16533]: cephadm 2024-02-13T03:41:12.290511+0000 mgr.smithi143.mxhzlj (mgr.14184) 88 : cephadm [INF] Reconfiguring grafana.smithi143 (dependencies changed)... 2024-02-13T03:41:13.396 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:13 smithi143 bash[16533]: cephadm 2024-02-13T03:41:12.338925+0000 mgr.smithi143.mxhzlj (mgr.14184) 89 : cephadm [INF] Reconfiguring daemon grafana.smithi143 on smithi143 2024-02-13T03:41:13.396 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:13 smithi143 bash[16533]: audit 2024-02-13T03:41:12.456193+0000 mon.smithi196 (mon.1) 19 : audit [INF] from='client.? 172.21.15.196:0/3648000100' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:41:13.396 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:13 smithi143 bash[16533]: audit 2024-02-13T03:41:12.457396+0000 mon.smithi143 (mon.0) 519 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:41:13.396 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:13 smithi143 bash[16533]: audit 2024-02-13T03:41:12.464754+0000 mon.smithi143 (mon.0) 520 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T03:41:13.396 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:13 smithi143 bash[16533]: cluster 2024-02-13T03:41:12.581443+0000 mgr.smithi143.mxhzlj (mgr.14184) 90 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:13 smithi196 bash[19959]: audit 2024-02-13T03:41:12.288611+0000 mon.smithi143 (mon.0) 518 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:13 smithi196 bash[19959]: cephadm 2024-02-13T03:41:12.290511+0000 mgr.smithi143.mxhzlj (mgr.14184) 88 : cephadm [INF] Reconfiguring grafana.smithi143 (dependencies changed)... 2024-02-13T03:41:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:13 smithi196 bash[19959]: cephadm 2024-02-13T03:41:12.338925+0000 mgr.smithi143.mxhzlj (mgr.14184) 89 : cephadm [INF] Reconfiguring daemon grafana.smithi143 on smithi143 2024-02-13T03:41:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:13 smithi196 bash[19959]: audit 2024-02-13T03:41:12.456193+0000 mon.smithi196 (mon.1) 19 : audit [INF] from='client.? 172.21.15.196:0/3648000100' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:41:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:13 smithi196 bash[19959]: audit 2024-02-13T03:41:12.457396+0000 mon.smithi143 (mon.0) 519 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:41:13.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:13 smithi196 bash[19959]: audit 2024-02-13T03:41:12.464754+0000 mon.smithi143 (mon.0) 520 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T03:41:13.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:13 smithi196 bash[19959]: cluster 2024-02-13T03:41:12.581443+0000 mgr.smithi143.mxhzlj (mgr.14184) 90 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:16.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:15 smithi196 bash[19959]: cluster 2024-02-13T03:41:14.582059+0000 mgr.smithi143.mxhzlj (mgr.14184) 91 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:16.103 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:15 smithi143 bash[16533]: cluster 2024-02-13T03:41:14.582059+0000 mgr.smithi143.mxhzlj (mgr.14184) 91 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:17.910 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:41:17.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:17 smithi143 bash[16533]: cluster 2024-02-13T03:41:16.582640+0000 mgr.smithi143.mxhzlj (mgr.14184) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:17.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:17 smithi143 bash[16533]: audit 2024-02-13T03:41:16.765187+0000 mon.smithi143 (mon.0) 521 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:17.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:17 smithi143 bash[16533]: cephadm 2024-02-13T03:41:16.766705+0000 mgr.smithi143.mxhzlj (mgr.14184) 93 : cephadm [INF] Reconfiguring crash.smithi196 (monmap changed)... 2024-02-13T03:41:17.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:17 smithi143 bash[16533]: audit 2024-02-13T03:41:16.767086+0000 mon.smithi143 (mon.0) 522 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi196", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:41:17.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:17 smithi143 bash[16533]: audit 2024-02-13T03:41:16.768041+0000 mon.smithi143 (mon.0) 523 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:17.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:17 smithi143 bash[16533]: cephadm 2024-02-13T03:41:16.768810+0000 mgr.smithi143.mxhzlj (mgr.14184) 94 : cephadm [INF] Reconfiguring daemon crash.smithi196 on smithi196 2024-02-13T03:41:18.076 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:17 smithi196 bash[19959]: cluster 2024-02-13T03:41:16.582640+0000 mgr.smithi143.mxhzlj (mgr.14184) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:18.077 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:17 smithi196 bash[19959]: audit 2024-02-13T03:41:16.765187+0000 mon.smithi143 (mon.0) 521 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:18.077 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:17 smithi196 bash[19959]: cephadm 2024-02-13T03:41:16.766705+0000 mgr.smithi143.mxhzlj (mgr.14184) 93 : cephadm [INF] Reconfiguring crash.smithi196 (monmap changed)... 2024-02-13T03:41:18.077 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:17 smithi196 bash[19959]: audit 2024-02-13T03:41:16.767086+0000 mon.smithi143 (mon.0) 522 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi196", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:41:18.077 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:17 smithi196 bash[19959]: audit 2024-02-13T03:41:16.768041+0000 mon.smithi143 (mon.0) 523 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:18.077 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:17 smithi196 bash[19959]: cephadm 2024-02-13T03:41:16.768810+0000 mgr.smithi143.mxhzlj (mgr.14184) 94 : cephadm [INF] Reconfiguring daemon crash.smithi196 on smithi196 2024-02-13T03:41:19.934 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:19 smithi196 bash[19959]: cluster 2024-02-13T03:41:18.583212+0000 mgr.smithi143.mxhzlj (mgr.14184) 95 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:19.934 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:19 smithi196 bash[19959]: audit 2024-02-13T03:41:18.685215+0000 mon.smithi143 (mon.0) 524 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:19.934 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:19 smithi196 bash[19959]: cephadm 2024-02-13T03:41:18.686536+0000 mgr.smithi143.mxhzlj (mgr.14184) 96 : cephadm [INF] Reconfiguring mgr.smithi196.beqlkm (monmap changed)... 2024-02-13T03:41:19.934 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:19 smithi196 bash[19959]: audit 2024-02-13T03:41:18.686944+0000 mon.smithi143 (mon.0) 525 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi196.beqlkm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:41:19.935 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:19 smithi196 bash[19959]: audit 2024-02-13T03:41:18.688283+0000 mon.smithi143 (mon.0) 526 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:41:19.935 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:19 smithi196 bash[19959]: audit 2024-02-13T03:41:18.689441+0000 mon.smithi143 (mon.0) 527 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:19.935 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:19 smithi196 bash[19959]: cephadm 2024-02-13T03:41:18.690583+0000 mgr.smithi143.mxhzlj (mgr.14184) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi196.beqlkm on smithi196 2024-02-13T03:41:20.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:19 smithi143 bash[16533]: cluster 2024-02-13T03:41:18.583212+0000 mgr.smithi143.mxhzlj (mgr.14184) 95 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:20.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:19 smithi143 bash[16533]: audit 2024-02-13T03:41:18.685215+0000 mon.smithi143 (mon.0) 524 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:20.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:19 smithi143 bash[16533]: cephadm 2024-02-13T03:41:18.686536+0000 mgr.smithi143.mxhzlj (mgr.14184) 96 : cephadm [INF] Reconfiguring mgr.smithi196.beqlkm (monmap changed)... 2024-02-13T03:41:20.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:19 smithi143 bash[16533]: audit 2024-02-13T03:41:18.686944+0000 mon.smithi143 (mon.0) 525 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi196.beqlkm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:41:20.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:19 smithi143 bash[16533]: audit 2024-02-13T03:41:18.688283+0000 mon.smithi143 (mon.0) 526 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:41:20.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:19 smithi143 bash[16533]: audit 2024-02-13T03:41:18.689441+0000 mon.smithi143 (mon.0) 527 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:20.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:19 smithi143 bash[16533]: cephadm 2024-02-13T03:41:18.690583+0000 mgr.smithi143.mxhzlj (mgr.14184) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi196.beqlkm on smithi196 2024-02-13T03:41:21.045 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:41:21.046 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":41,"fsid":"b99e06ee-ca20-11ee-95b9-87774f69a715","created":"2024-02-13T03:37:03.334302+0000","modified":"2024-02-13T03:40:59.930733+0000","last_up_change":"2024-02-13T03:40:57.910318+0000","last_in_change":"2024-02-13T03:40:08.207812+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-13T03:40:40.281045+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":"27","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":"3a110aa4-0524-4005-b575-a1699b1c6029","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6801","nonce":705572274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6803","nonce":705572274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6807","nonce":705572274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6805","nonce":705572274}]},"public_addr":"172.21.15.196:6801/705572274","cluster_addr":"172.21.15.196:6803/705572274","heartbeat_back_addr":"172.21.15.196:6807/705572274","heartbeat_front_addr":"172.21.15.196:6805/705572274","state":["exists","up"]},{"osd":1,"uuid":"9dbc17eb-e3b1-45c7-a7da-10386534ced1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6803","nonce":1670056667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6805","nonce":1670056667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6809","nonce":1670056667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6807","nonce":1670056667}]},"public_addr":"172.21.15.143:6803/1670056667","cluster_addr":"172.21.15.143:6805/1670056667","heartbeat_back_addr":"172.21.15.143:6809/1670056667","heartbeat_front_addr":"172.21.15.143:6807/1670056667","state":["exists","up"]},{"osd":2,"uuid":"74885b71-ed13-4487-b308-ed929d8ddcfa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6809","nonce":3899811132}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6811","nonce":3899811132}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6815","nonce":3899811132}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6813","nonce":3899811132}]},"public_addr":"172.21.15.196:6809/3899811132","cluster_addr":"172.21.15.196:6811/3899811132","heartbeat_back_addr":"172.21.15.196:6815/3899811132","heartbeat_front_addr":"172.21.15.196:6813/3899811132","state":["exists","up"]},{"osd":3,"uuid":"118e53f4-d333-476b-9402-187e9d2f3c3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6811","nonce":330386029}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6813","nonce":330386029}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6817","nonce":330386029}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6815","nonce":330386029}]},"public_addr":"172.21.15.143:6811/330386029","cluster_addr":"172.21.15.143:6813/330386029","heartbeat_back_addr":"172.21.15.143:6817/330386029","heartbeat_front_addr":"172.21.15.143:6815/330386029","state":["exists","up"]},{"osd":4,"uuid":"10075ece-d727-41e2-822e-9bcc36c51629","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6816","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6817","nonce":1738020717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6819","nonce":1738020717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6823","nonce":1738020717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6821","nonce":1738020717}]},"public_addr":"172.21.15.196:6817/1738020717","cluster_addr":"172.21.15.196:6819/1738020717","heartbeat_back_addr":"172.21.15.196:6823/1738020717","heartbeat_front_addr":"172.21.15.196:6821/1738020717","state":["exists","up"]},{"osd":5,"uuid":"8de9e21d-cc53-4db9-aabf-f15fe3b8ad81","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6819","nonce":238215334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6821","nonce":238215334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6825","nonce":238215334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6823","nonce":238215334}]},"public_addr":"172.21.15.143:6819/238215334","cluster_addr":"172.21.15.143:6821/238215334","heartbeat_back_addr":"172.21.15.143:6825/238215334","heartbeat_front_addr":"172.21.15.143:6823/238215334","state":["exists","up"]},{"osd":6,"uuid":"94a0d6e3-762b-4bd9-8c2c-61e60d971d86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6825","nonce":860934396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6827","nonce":860934396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6831","nonce":860934396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6829","nonce":860934396}]},"public_addr":"172.21.15.196:6825/860934396","cluster_addr":"172.21.15.196:6827/860934396","heartbeat_back_addr":"172.21.15.196:6831/860934396","heartbeat_front_addr":"172.21.15.196:6829/860934396","state":["exists","up"]},{"osd":7,"uuid":"9c83bc19-8794-4872-8aa9-c4770ab5307b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6827","nonce":1660919858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6829","nonce":1660919858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6832","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6833","nonce":1660919858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6831","nonce":1660919858}]},"public_addr":"172.21.15.143:6827/1660919858","cluster_addr":"172.21.15.143:6829/1660919858","heartbeat_back_addr":"172.21.15.143:6833/1660919858","heartbeat_front_addr":"172.21.15.143:6831/1660919858","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:30.811597+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:38.019612+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:35.710206+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:44.863322+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:40.901164+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:51.240425+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:44.941257+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:56.568543+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.143:0/3735671530":"2024-02-14T03:39:06.543683+0000","172.21.15.143:0/2350346505":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6801/4043695613":"2024-02-14T03:38:10.416223+0000","172.21.15.143:6801/72475272":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6800/72475272":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6800/4043695613":"2024-02-14T03:38:10.416223+0000","172.21.15.143:0/1059384823":"2024-02-14T03:38:10.416223+0000","172.21.15.143:0/3272917477":"2024-02-14T03:38:10.416223+0000","172.21.15.143:6800/535890462":"2024-02-14T03:37:30.836449+0000","172.21.15.143:6801/535890462":"2024-02-14T03:37:30.836449+0000","172.21.15.143:0/3124751527":"2024-02-14T03:37:30.836449+0000","172.21.15.143:0/1715553461":"2024-02-14T03:37:30.836449+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-13T03:41:21.647 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-13T03:40:40.281045+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': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-13T03:41:21.647 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-13T03:41:21.690 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:21 smithi196 bash[19959]: audit 2024-02-13T03:41:20.489732+0000 mon.smithi143 (mon.0) 528 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:21.690 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:21 smithi196 bash[19959]: cephadm 2024-02-13T03:41:20.491191+0000 mgr.smithi143.mxhzlj (mgr.14184) 98 : cephadm [INF] Reconfiguring mon.smithi196 (monmap changed)... 2024-02-13T03:41:21.690 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:21 smithi196 bash[19959]: audit 2024-02-13T03:41:20.491677+0000 mon.smithi143 (mon.0) 529 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:41:21.690 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:21 smithi196 bash[19959]: audit 2024-02-13T03:41:20.493381+0000 mon.smithi143 (mon.0) 530 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:41:21.690 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:21 smithi196 bash[19959]: audit 2024-02-13T03:41:20.495068+0000 mon.smithi143 (mon.0) 531 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:21.690 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:21 smithi196 bash[19959]: cephadm 2024-02-13T03:41:20.496511+0000 mgr.smithi143.mxhzlj (mgr.14184) 99 : cephadm [INF] Reconfiguring daemon mon.smithi196 on smithi196 2024-02-13T03:41:21.690 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:21 smithi196 bash[19959]: cluster 2024-02-13T03:41:20.583603+0000 mgr.smithi143.mxhzlj (mgr.14184) 100 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:21.690 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:21 smithi196 bash[19959]: audit 2024-02-13T03:41:21.044356+0000 mon.smithi143 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.143:0/3924999555' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:41:21.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:21 smithi143 bash[16533]: audit 2024-02-13T03:41:20.489732+0000 mon.smithi143 (mon.0) 528 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:21.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:21 smithi143 bash[16533]: cephadm 2024-02-13T03:41:20.491191+0000 mgr.smithi143.mxhzlj (mgr.14184) 98 : cephadm [INF] Reconfiguring mon.smithi196 (monmap changed)... 2024-02-13T03:41:21.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:21 smithi143 bash[16533]: audit 2024-02-13T03:41:20.491677+0000 mon.smithi143 (mon.0) 529 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:41:21.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:21 smithi143 bash[16533]: audit 2024-02-13T03:41:20.493381+0000 mon.smithi143 (mon.0) 530 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:41:21.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:21 smithi143 bash[16533]: audit 2024-02-13T03:41:20.495068+0000 mon.smithi143 (mon.0) 531 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:21.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:21 smithi143 bash[16533]: cephadm 2024-02-13T03:41:20.496511+0000 mgr.smithi143.mxhzlj (mgr.14184) 99 : cephadm [INF] Reconfiguring daemon mon.smithi196 on smithi196 2024-02-13T03:41:21.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:21 smithi143 bash[16533]: cluster 2024-02-13T03:41:20.583603+0000 mgr.smithi143.mxhzlj (mgr.14184) 100 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:21.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:21 smithi143 bash[16533]: audit 2024-02-13T03:41:21.044356+0000 mon.smithi143 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.143:0/3924999555' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.272997+0000 mon.smithi143 (mon.0) 533 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.279829+0000 mon.smithi143 (mon.0) 534 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.280995+0000 mgr.smithi143.mxhzlj (mgr.14184) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.282857+0000 mon.smithi143 (mon.0) 535 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.283614+0000 mgr.smithi143.mxhzlj (mgr.14184) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.292331+0000 mon.smithi143 (mon.0) 536 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.305069+0000 mon.smithi143 (mon.0) 537 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.306028+0000 mgr.smithi143.mxhzlj (mgr.14184) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.315161+0000 mon.smithi143 (mon.0) 538 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi143.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.316104+0000 mgr.smithi143.mxhzlj (mgr.14184) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi143.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.323840+0000 mon.smithi143 (mon.0) 539 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.335397+0000 mon.smithi143 (mon.0) 540 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T03:41:23.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.336084+0000 mgr.smithi143.mxhzlj (mgr.14184) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T03:41:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.344864+0000 mon.smithi143 (mon.0) 541 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T03:41:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.345829+0000 mgr.smithi143.mxhzlj (mgr.14184) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T03:41:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.355712+0000 mon.smithi143 (mon.0) 542 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: audit 2024-02-13T03:41:22.361529+0000 mon.smithi143 (mon.0) 543 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:41:23.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:23 smithi143 bash[16533]: cluster 2024-02-13T03:41:22.583932+0000 mgr.smithi143.mxhzlj (mgr.14184) 107 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:23.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.272997+0000 mon.smithi143 (mon.0) 533 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.279829+0000 mon.smithi143 (mon.0) 534 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.280995+0000 mgr.smithi143.mxhzlj (mgr.14184) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.282857+0000 mon.smithi143 (mon.0) 535 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.283614+0000 mgr.smithi143.mxhzlj (mgr.14184) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.292331+0000 mon.smithi143 (mon.0) 536 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.305069+0000 mon.smithi143 (mon.0) 537 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.306028+0000 mgr.smithi143.mxhzlj (mgr.14184) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.315161+0000 mon.smithi143 (mon.0) 538 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi143.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.316104+0000 mgr.smithi143.mxhzlj (mgr.14184) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi143.front.sepia.ceph.com:3000"}]: dispatch 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.323840+0000 mon.smithi143 (mon.0) 539 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.335397+0000 mon.smithi143 (mon.0) 540 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T03:41:23.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.336084+0000 mgr.smithi143.mxhzlj (mgr.14184) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T03:41:23.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.344864+0000 mon.smithi143 (mon.0) 541 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T03:41:23.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.345829+0000 mgr.smithi143.mxhzlj (mgr.14184) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi196.front.sepia.ceph.com:9095"}]: dispatch 2024-02-13T03:41:23.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.355712+0000 mon.smithi143 (mon.0) 542 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:23.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: audit 2024-02-13T03:41:22.361529+0000 mon.smithi143 (mon.0) 543 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:41:23.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:23 smithi196 bash[19959]: cluster 2024-02-13T03:41:22.583932+0000 mgr.smithi143.mxhzlj (mgr.14184) 107 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:26.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:25 smithi196 bash[19959]: cluster 2024-02-13T03:41:24.584531+0000 mgr.smithi143.mxhzlj (mgr.14184) 108 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:26.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:25 smithi143 bash[16533]: cluster 2024-02-13T03:41:24.584531+0000 mgr.smithi143.mxhzlj (mgr.14184) 108 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:26.490 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:41:28.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:27 smithi196 bash[19959]: cluster 2024-02-13T03:41:26.584916+0000 mgr.smithi143.mxhzlj (mgr.14184) 109 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:28.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:27 smithi143 bash[16533]: cluster 2024-02-13T03:41:26.584916+0000 mgr.smithi143.mxhzlj (mgr.14184) 109 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:29.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:28 smithi143 bash[16533]: audit 2024-02-13T03:41:27.852138+0000 mon.smithi143 (mon.0) 544 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:29.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:28 smithi143 bash[16533]: audit 2024-02-13T03:41:28.204103+0000 mon.smithi143 (mon.0) 545 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:29.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:28 smithi196 bash[19959]: audit 2024-02-13T03:41:27.852138+0000 mon.smithi143 (mon.0) 544 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:29.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:28 smithi196 bash[19959]: audit 2024-02-13T03:41:28.204103+0000 mon.smithi143 (mon.0) 545 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:29.587 INFO:teuthology.orchestra.run.smithi143.stdout:pg_num: 1 2024-02-13T03:41:29.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:29 smithi143 bash[16533]: cluster 2024-02-13T03:41:28.585463+0000 mgr.smithi143.mxhzlj (mgr.14184) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:29.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:29 smithi143 bash[16533]: audit 2024-02-13T03:41:29.586944+0000 mon.smithi143 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.143:0/1912527874' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-13T03:41:30.199 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-13T03:41:30.199 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-13T03:41:30.199 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-13T03:41:30.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:29 smithi196 bash[19959]: cluster 2024-02-13T03:41:28.585463+0000 mgr.smithi143.mxhzlj (mgr.14184) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:30.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:29 smithi196 bash[19959]: audit 2024-02-13T03:41:29.586944+0000 mon.smithi143 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.143:0/1912527874' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-13T03:41:32.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:31 smithi143 bash[16533]: cluster 2024-02-13T03:41:30.586105+0000 mgr.smithi143.mxhzlj (mgr.14184) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:32.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:31 smithi196 bash[19959]: cluster 2024-02-13T03:41:30.586105+0000 mgr.smithi143.mxhzlj (mgr.14184) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:33.979 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:33 smithi143 bash[16533]: cluster 2024-02-13T03:41:32.586691+0000 mgr.smithi143.mxhzlj (mgr.14184) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:34.219 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:33 smithi196 bash[19959]: cluster 2024-02-13T03:41:32.586691+0000 mgr.smithi143.mxhzlj (mgr.14184) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:34.944 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:41:36.073 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:35 smithi143 bash[16533]: cluster 2024-02-13T03:41:34.587370+0000 mgr.smithi143.mxhzlj (mgr.14184) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:36.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:35 smithi196 bash[19959]: cluster 2024-02-13T03:41:34.587370+0000 mgr.smithi143.mxhzlj (mgr.14184) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:37.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:37 smithi143 bash[16533]: cluster 2024-02-13T03:41:36.587743+0000 mgr.smithi143.mxhzlj (mgr.14184) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:38.113 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:41:38.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:37 smithi196 bash[19959]: cluster 2024-02-13T03:41:36.587743+0000 mgr.smithi143.mxhzlj (mgr.14184) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:38.843 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":18,"active_gid":14184,"active_name":"smithi143.mxhzlj","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":1766694095},{"type":"v1","addr":"172.21.15.143:6801","nonce":1766694095}]},"active_addr":"172.21.15.143:6801/1766694095","active_change":"2024-02-13T03:39:06.543907+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi196.beqlkm","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.143:8443/","prometheus":"http://172.21.15.143: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.143:0","nonce":2377155017}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.143:0","nonce":2176839723}]}]} 2024-02-13T03:41:38.847 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-13T03:41:38.847 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-13T03:41:38.847 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T03:41:39.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: cephadm 2024-02-13T03:41:38.051086+0000 mgr.smithi143.mxhzlj (mgr.14184) 115 : cephadm [INF] Detected new or changed devices on smithi196 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.063269+0000 mon.smithi143 (mon.0) 547 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.103538+0000 mon.smithi143 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.143:0/1352763250' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.348572+0000 mon.smithi143 (mon.0) 549 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.350348+0000 mon.smithi143 (mon.0) 550 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.351814+0000 mon.smithi143 (mon.0) 551 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.353268+0000 mon.smithi143 (mon.0) 552 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: cephadm 2024-02-13T03:41:38.354457+0000 mgr.smithi143.mxhzlj (mgr.14184) 116 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3785M 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.362884+0000 mon.smithi143 (mon.0) 553 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: cluster 2024-02-13T03:41:38.588300+0000 mgr.smithi143.mxhzlj (mgr.14184) 117 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: cephadm 2024-02-13T03:41:38.655741+0000 mgr.smithi143.mxhzlj (mgr.14184) 118 : cephadm [INF] Detected new or changed devices on smithi143 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.667610+0000 mon.smithi143 (mon.0) 554 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.973576+0000 mon.smithi143 (mon.0) 555 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.976103+0000 mon.smithi143 (mon.0) 556 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.977535+0000 mon.smithi143 (mon.0) 557 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.978837+0000 mon.smithi143 (mon.0) 558 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.980111+0000 mon.smithi143 (mon.0) 559 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: cephadm 2024-02-13T03:41:38.981049+0000 mgr.smithi143.mxhzlj (mgr.14184) 119 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3529M 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.988704+0000 mon.smithi143 (mon.0) 560 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.990469+0000 mon.smithi143 (mon.0) 561 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:38.991638+0000 mon.smithi143 (mon.0) 562 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:39.004672+0000 mon.smithi143 (mon.0) 563 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:39.009876+0000 mon.smithi143 (mon.0) 564 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:39.014632+0000 mon.smithi143 (mon.0) 565 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:39.015942+0000 mon.smithi143 (mon.0) 566 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:39.016278+0000 mon.smithi143 (mon.0) 567 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:39.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:39 smithi143 bash[16533]: audit 2024-02-13T03:41:39.016906+0000 mon.smithi143 (mon.0) 568 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: cephadm 2024-02-13T03:41:38.051086+0000 mgr.smithi143.mxhzlj (mgr.14184) 115 : cephadm [INF] Detected new or changed devices on smithi196 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.063269+0000 mon.smithi143 (mon.0) 547 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.103538+0000 mon.smithi143 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.143:0/1352763250' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.348572+0000 mon.smithi143 (mon.0) 549 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.350348+0000 mon.smithi143 (mon.0) 550 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.351814+0000 mon.smithi143 (mon.0) 551 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.353268+0000 mon.smithi143 (mon.0) 552 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: cephadm 2024-02-13T03:41:38.354457+0000 mgr.smithi143.mxhzlj (mgr.14184) 116 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3785M 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.362884+0000 mon.smithi143 (mon.0) 553 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: cluster 2024-02-13T03:41:38.588300+0000 mgr.smithi143.mxhzlj (mgr.14184) 117 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: cephadm 2024-02-13T03:41:38.655741+0000 mgr.smithi143.mxhzlj (mgr.14184) 118 : cephadm [INF] Detected new or changed devices on smithi143 2024-02-13T03:41:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.667610+0000 mon.smithi143 (mon.0) 554 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.973576+0000 mon.smithi143 (mon.0) 555 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.976103+0000 mon.smithi143 (mon.0) 556 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.977535+0000 mon.smithi143 (mon.0) 557 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.978837+0000 mon.smithi143 (mon.0) 558 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.980111+0000 mon.smithi143 (mon.0) 559 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: cephadm 2024-02-13T03:41:38.981049+0000 mgr.smithi143.mxhzlj (mgr.14184) 119 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3529M 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.988704+0000 mon.smithi143 (mon.0) 560 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.990469+0000 mon.smithi143 (mon.0) 561 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:38.991638+0000 mon.smithi143 (mon.0) 562 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:39.004672+0000 mon.smithi143 (mon.0) 563 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:39.009876+0000 mon.smithi143 (mon.0) 564 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:39.014632+0000 mon.smithi143 (mon.0) 565 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:39.015942+0000 mon.smithi143 (mon.0) 566 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:39.016278+0000 mon.smithi143 (mon.0) 567 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:39.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:39 smithi196 bash[19959]: audit 2024-02-13T03:41:39.016906+0000 mon.smithi143 (mon.0) 568 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:41:42.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:41 smithi196 bash[19959]: cluster 2024-02-13T03:41:40.588894+0000 mgr.smithi143.mxhzlj (mgr.14184) 120 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:42.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:41 smithi143 bash[16533]: cluster 2024-02-13T03:41:40.588894+0000 mgr.smithi143.mxhzlj (mgr.14184) 120 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:43.688 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:41:44.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:43 smithi196 bash[19959]: cluster 2024-02-13T03:41:42.589547+0000 mgr.smithi143.mxhzlj (mgr.14184) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:44.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:43 smithi143 bash[16533]: cluster 2024-02-13T03:41:42.589547+0000 mgr.smithi143.mxhzlj (mgr.14184) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:46.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:45 smithi196 bash[19959]: cluster 2024-02-13T03:41:44.590161+0000 mgr.smithi143.mxhzlj (mgr.14184) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:46.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:45 smithi143 bash[16533]: cluster 2024-02-13T03:41:44.590161+0000 mgr.smithi143.mxhzlj (mgr.14184) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:47.889 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:41:47.889 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":41,"fsid":"b99e06ee-ca20-11ee-95b9-87774f69a715","created":"2024-02-13T03:37:03.334302+0000","modified":"2024-02-13T03:40:59.930733+0000","last_up_change":"2024-02-13T03:40:57.910318+0000","last_in_change":"2024-02-13T03:40:08.207812+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-13T03:40:40.281045+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":"27","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":"3a110aa4-0524-4005-b575-a1699b1c6029","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6801","nonce":705572274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6803","nonce":705572274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6807","nonce":705572274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6805","nonce":705572274}]},"public_addr":"172.21.15.196:6801/705572274","cluster_addr":"172.21.15.196:6803/705572274","heartbeat_back_addr":"172.21.15.196:6807/705572274","heartbeat_front_addr":"172.21.15.196:6805/705572274","state":["exists","up"]},{"osd":1,"uuid":"9dbc17eb-e3b1-45c7-a7da-10386534ced1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6803","nonce":1670056667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6805","nonce":1670056667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6809","nonce":1670056667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6807","nonce":1670056667}]},"public_addr":"172.21.15.143:6803/1670056667","cluster_addr":"172.21.15.143:6805/1670056667","heartbeat_back_addr":"172.21.15.143:6809/1670056667","heartbeat_front_addr":"172.21.15.143:6807/1670056667","state":["exists","up"]},{"osd":2,"uuid":"74885b71-ed13-4487-b308-ed929d8ddcfa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6809","nonce":3899811132}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6811","nonce":3899811132}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6815","nonce":3899811132}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6813","nonce":3899811132}]},"public_addr":"172.21.15.196:6809/3899811132","cluster_addr":"172.21.15.196:6811/3899811132","heartbeat_back_addr":"172.21.15.196:6815/3899811132","heartbeat_front_addr":"172.21.15.196:6813/3899811132","state":["exists","up"]},{"osd":3,"uuid":"118e53f4-d333-476b-9402-187e9d2f3c3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6811","nonce":330386029}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6813","nonce":330386029}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6817","nonce":330386029}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6815","nonce":330386029}]},"public_addr":"172.21.15.143:6811/330386029","cluster_addr":"172.21.15.143:6813/330386029","heartbeat_back_addr":"172.21.15.143:6817/330386029","heartbeat_front_addr":"172.21.15.143:6815/330386029","state":["exists","up"]},{"osd":4,"uuid":"10075ece-d727-41e2-822e-9bcc36c51629","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6816","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6817","nonce":1738020717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6819","nonce":1738020717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6823","nonce":1738020717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6821","nonce":1738020717}]},"public_addr":"172.21.15.196:6817/1738020717","cluster_addr":"172.21.15.196:6819/1738020717","heartbeat_back_addr":"172.21.15.196:6823/1738020717","heartbeat_front_addr":"172.21.15.196:6821/1738020717","state":["exists","up"]},{"osd":5,"uuid":"8de9e21d-cc53-4db9-aabf-f15fe3b8ad81","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6819","nonce":238215334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6821","nonce":238215334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6825","nonce":238215334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6823","nonce":238215334}]},"public_addr":"172.21.15.143:6819/238215334","cluster_addr":"172.21.15.143:6821/238215334","heartbeat_back_addr":"172.21.15.143:6825/238215334","heartbeat_front_addr":"172.21.15.143:6823/238215334","state":["exists","up"]},{"osd":6,"uuid":"94a0d6e3-762b-4bd9-8c2c-61e60d971d86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6825","nonce":860934396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6827","nonce":860934396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6831","nonce":860934396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6829","nonce":860934396}]},"public_addr":"172.21.15.196:6825/860934396","cluster_addr":"172.21.15.196:6827/860934396","heartbeat_back_addr":"172.21.15.196:6831/860934396","heartbeat_front_addr":"172.21.15.196:6829/860934396","state":["exists","up"]},{"osd":7,"uuid":"9c83bc19-8794-4872-8aa9-c4770ab5307b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6827","nonce":1660919858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6829","nonce":1660919858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6832","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6833","nonce":1660919858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6831","nonce":1660919858}]},"public_addr":"172.21.15.143:6827/1660919858","cluster_addr":"172.21.15.143:6829/1660919858","heartbeat_back_addr":"172.21.15.143:6833/1660919858","heartbeat_front_addr":"172.21.15.143:6831/1660919858","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:30.811597+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:38.019612+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:35.710206+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:44.863322+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:40.901164+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:51.240425+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:44.941257+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:56.568543+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.143:0/3735671530":"2024-02-14T03:39:06.543683+0000","172.21.15.143:0/2350346505":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6801/4043695613":"2024-02-14T03:38:10.416223+0000","172.21.15.143:6801/72475272":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6800/72475272":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6800/4043695613":"2024-02-14T03:38:10.416223+0000","172.21.15.143:0/1059384823":"2024-02-14T03:38:10.416223+0000","172.21.15.143:0/3272917477":"2024-02-14T03:38:10.416223+0000","172.21.15.143:6800/535890462":"2024-02-14T03:37:30.836449+0000","172.21.15.143:6801/535890462":"2024-02-14T03:37:30.836449+0000","172.21.15.143:0/3124751527":"2024-02-14T03:37:30.836449+0000","172.21.15.143:0/1715553461":"2024-02-14T03:37:30.836449+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-13T03:41:48.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:47 smithi196 bash[19959]: cluster 2024-02-13T03:41:46.590573+0000 mgr.smithi143.mxhzlj (mgr.14184) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:48.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:47 smithi143 bash[16533]: cluster 2024-02-13T03:41:46.590573+0000 mgr.smithi143.mxhzlj (mgr.14184) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:48.610 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-13T03:41:48.610 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T03:41:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:48 smithi143 bash[16533]: audit 2024-02-13T03:41:47.887791+0000 mon.smithi143 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.143:0/1707288161' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:41:49.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:48 smithi196 bash[19959]: audit 2024-02-13T03:41:47.887791+0000 mon.smithi143 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.143:0/1707288161' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:41:50.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:49 smithi196 bash[19959]: cluster 2024-02-13T03:41:48.591086+0000 mgr.smithi143.mxhzlj (mgr.14184) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:50.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:49 smithi143 bash[16533]: cluster 2024-02-13T03:41:48.591086+0000 mgr.smithi143.mxhzlj (mgr.14184) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:52.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:51 smithi143 bash[16533]: cluster 2024-02-13T03:41:50.591676+0000 mgr.smithi143.mxhzlj (mgr.14184) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:51 smithi196 bash[19959]: cluster 2024-02-13T03:41:50.591676+0000 mgr.smithi143.mxhzlj (mgr.14184) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:53.454 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:41:54.165 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:53 smithi196 bash[19959]: cluster 2024-02-13T03:41:52.592247+0000 mgr.smithi143.mxhzlj (mgr.14184) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:54.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:53 smithi143 bash[16533]: cluster 2024-02-13T03:41:52.592247+0000 mgr.smithi143.mxhzlj (mgr.14184) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:56.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:55 smithi196 bash[19959]: cluster 2024-02-13T03:41:54.592906+0000 mgr.smithi143.mxhzlj (mgr.14184) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:55 smithi143 bash[16533]: cluster 2024-02-13T03:41:54.592906+0000 mgr.smithi143.mxhzlj (mgr.14184) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:57.574 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:41:57.574 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":41,"fsid":"b99e06ee-ca20-11ee-95b9-87774f69a715","created":"2024-02-13T03:37:03.334302+0000","modified":"2024-02-13T03:40:59.930733+0000","last_up_change":"2024-02-13T03:40:57.910318+0000","last_in_change":"2024-02-13T03:40:08.207812+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-13T03:40:40.281045+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":"27","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":"3a110aa4-0524-4005-b575-a1699b1c6029","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6801","nonce":705572274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6803","nonce":705572274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6807","nonce":705572274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":705572274},{"type":"v1","addr":"172.21.15.196:6805","nonce":705572274}]},"public_addr":"172.21.15.196:6801/705572274","cluster_addr":"172.21.15.196:6803/705572274","heartbeat_back_addr":"172.21.15.196:6807/705572274","heartbeat_front_addr":"172.21.15.196:6805/705572274","state":["exists","up"]},{"osd":1,"uuid":"9dbc17eb-e3b1-45c7-a7da-10386534ced1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6803","nonce":1670056667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6805","nonce":1670056667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6809","nonce":1670056667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1670056667},{"type":"v1","addr":"172.21.15.143:6807","nonce":1670056667}]},"public_addr":"172.21.15.143:6803/1670056667","cluster_addr":"172.21.15.143:6805/1670056667","heartbeat_back_addr":"172.21.15.143:6809/1670056667","heartbeat_front_addr":"172.21.15.143:6807/1670056667","state":["exists","up"]},{"osd":2,"uuid":"74885b71-ed13-4487-b308-ed929d8ddcfa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6809","nonce":3899811132}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6811","nonce":3899811132}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6815","nonce":3899811132}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":3899811132},{"type":"v1","addr":"172.21.15.196:6813","nonce":3899811132}]},"public_addr":"172.21.15.196:6809/3899811132","cluster_addr":"172.21.15.196:6811/3899811132","heartbeat_back_addr":"172.21.15.196:6815/3899811132","heartbeat_front_addr":"172.21.15.196:6813/3899811132","state":["exists","up"]},{"osd":3,"uuid":"118e53f4-d333-476b-9402-187e9d2f3c3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6811","nonce":330386029}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6813","nonce":330386029}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6817","nonce":330386029}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":330386029},{"type":"v1","addr":"172.21.15.143:6815","nonce":330386029}]},"public_addr":"172.21.15.143:6811/330386029","cluster_addr":"172.21.15.143:6813/330386029","heartbeat_back_addr":"172.21.15.143:6817/330386029","heartbeat_front_addr":"172.21.15.143:6815/330386029","state":["exists","up"]},{"osd":4,"uuid":"10075ece-d727-41e2-822e-9bcc36c51629","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6816","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6817","nonce":1738020717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6819","nonce":1738020717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6823","nonce":1738020717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":1738020717},{"type":"v1","addr":"172.21.15.196:6821","nonce":1738020717}]},"public_addr":"172.21.15.196:6817/1738020717","cluster_addr":"172.21.15.196:6819/1738020717","heartbeat_back_addr":"172.21.15.196:6823/1738020717","heartbeat_front_addr":"172.21.15.196:6821/1738020717","state":["exists","up"]},{"osd":5,"uuid":"8de9e21d-cc53-4db9-aabf-f15fe3b8ad81","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6819","nonce":238215334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6821","nonce":238215334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6825","nonce":238215334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":238215334},{"type":"v1","addr":"172.21.15.143:6823","nonce":238215334}]},"public_addr":"172.21.15.143:6819/238215334","cluster_addr":"172.21.15.143:6821/238215334","heartbeat_back_addr":"172.21.15.143:6825/238215334","heartbeat_front_addr":"172.21.15.143:6823/238215334","state":["exists","up"]},{"osd":6,"uuid":"94a0d6e3-762b-4bd9-8c2c-61e60d971d86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6825","nonce":860934396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6827","nonce":860934396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6831","nonce":860934396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":860934396},{"type":"v1","addr":"172.21.15.196:6829","nonce":860934396}]},"public_addr":"172.21.15.196:6825/860934396","cluster_addr":"172.21.15.196:6827/860934396","heartbeat_back_addr":"172.21.15.196:6831/860934396","heartbeat_front_addr":"172.21.15.196:6829/860934396","state":["exists","up"]},{"osd":7,"uuid":"9c83bc19-8794-4872-8aa9-c4770ab5307b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6827","nonce":1660919858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6829","nonce":1660919858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6832","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6833","nonce":1660919858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":1660919858},{"type":"v1","addr":"172.21.15.143:6831","nonce":1660919858}]},"public_addr":"172.21.15.143:6827/1660919858","cluster_addr":"172.21.15.143:6829/1660919858","heartbeat_back_addr":"172.21.15.143:6833/1660919858","heartbeat_front_addr":"172.21.15.143:6831/1660919858","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:30.811597+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:38.019612+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:35.710206+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:44.863322+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:40.901164+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:51.240425+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:44.941257+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:40:56.568543+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.143:0/3735671530":"2024-02-14T03:39:06.543683+0000","172.21.15.143:0/2350346505":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6801/4043695613":"2024-02-14T03:38:10.416223+0000","172.21.15.143:6801/72475272":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6800/72475272":"2024-02-14T03:39:06.543683+0000","172.21.15.143:6800/4043695613":"2024-02-14T03:38:10.416223+0000","172.21.15.143:0/1059384823":"2024-02-14T03:38:10.416223+0000","172.21.15.143:0/3272917477":"2024-02-14T03:38:10.416223+0000","172.21.15.143:6800/535890462":"2024-02-14T03:37:30.836449+0000","172.21.15.143:6801/535890462":"2024-02-14T03:37:30.836449+0000","172.21.15.143:0/3124751527":"2024-02-14T03:37:30.836449+0000","172.21.15.143:0/1715553461":"2024-02-14T03:37:30.836449+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-13T03:41:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:57 smithi143 bash[16533]: cluster 2024-02-13T03:41:56.593376+0000 mgr.smithi143.mxhzlj (mgr.14184) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:57 smithi143 bash[16533]: audit 2024-02-13T03:41:57.574625+0000 mon.smithi143 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.143:0/1469481325' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:41:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:57 smithi196 bash[19959]: cluster 2024-02-13T03:41:56.593376+0000 mgr.smithi143.mxhzlj (mgr.14184) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:41:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:57 smithi196 bash[19959]: audit 2024-02-13T03:41:57.574625+0000 mon.smithi143 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.143:0/1469481325' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:41:58.568 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-13T03:42:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:41:59 smithi143 bash[16533]: cluster 2024-02-13T03:41:58.593788+0000 mgr.smithi143.mxhzlj (mgr.14184) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:41:59 smithi196 bash[19959]: cluster 2024-02-13T03:41:58.593788+0000 mgr.smithi143.mxhzlj (mgr.14184) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:02.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:01 smithi143 bash[16533]: cluster 2024-02-13T03:42:00.594409+0000 mgr.smithi143.mxhzlj (mgr.14184) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:01 smithi196 bash[19959]: cluster 2024-02-13T03:42:00.594409+0000 mgr.smithi143.mxhzlj (mgr.14184) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:03.366 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:42:04.064 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:03 smithi196 bash[19959]: cluster 2024-02-13T03:42:02.594970+0000 mgr.smithi143.mxhzlj (mgr.14184) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:04.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:03 smithi143 bash[16533]: cluster 2024-02-13T03:42:02.594970+0000 mgr.smithi143.mxhzlj (mgr.14184) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:06.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:05 smithi143 bash[16533]: cluster 2024-02-13T03:42:04.595360+0000 mgr.smithi143.mxhzlj (mgr.14184) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:06.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:05 smithi143 bash[16533]: audit 2024-02-13T03:42:05.198044+0000 mon.smithi143 (mon.0) 571 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:05 smithi196 bash[19959]: cluster 2024-02-13T03:42:04.595360+0000 mgr.smithi143.mxhzlj (mgr.14184) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:05 smithi196 bash[19959]: audit 2024-02-13T03:42:05.198044+0000 mon.smithi143 (mon.0) 571 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:08.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:07 smithi143 bash[16533]: cluster 2024-02-13T03:42:06.595871+0000 mgr.smithi143.mxhzlj (mgr.14184) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:08.166 INFO:teuthology.orchestra.run.smithi143.stdout:68719476758 2024-02-13T03:42:08.167 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-13T03:42:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:07 smithi196 bash[19959]: cluster 2024-02-13T03:42:06.595871+0000 mgr.smithi143.mxhzlj (mgr.14184) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:09.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:09 smithi143 bash[16533]: cluster 2024-02-13T03:42:08.596267+0000 mgr.smithi143.mxhzlj (mgr.14184) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:09.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:09 smithi143 bash[16533]: audit 2024-02-13T03:42:08.597805+0000 mon.smithi143 (mon.0) 572 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:09.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:09 smithi143 bash[16533]: audit 2024-02-13T03:42:08.601734+0000 mon.smithi143 (mon.0) 573 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:42:10.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:09 smithi196 bash[19959]: cluster 2024-02-13T03:42:08.596267+0000 mgr.smithi143.mxhzlj (mgr.14184) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:10.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:09 smithi196 bash[19959]: audit 2024-02-13T03:42:08.597805+0000 mon.smithi143 (mon.0) 572 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:10.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:09 smithi196 bash[19959]: audit 2024-02-13T03:42:08.601734+0000 mon.smithi143 (mon.0) 573 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:42:12.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:11 smithi196 bash[19959]: cluster 2024-02-13T03:42:10.596859+0000 mgr.smithi143.mxhzlj (mgr.14184) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:11 smithi143 bash[16533]: cluster 2024-02-13T03:42:10.596859+0000 mgr.smithi143.mxhzlj (mgr.14184) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:13.007 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:42:14.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:13 smithi143 bash[16533]: cluster 2024-02-13T03:42:12.597436+0000 mgr.smithi143.mxhzlj (mgr.14184) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:14.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:13 smithi196 bash[19959]: cluster 2024-02-13T03:42:12.597436+0000 mgr.smithi143.mxhzlj (mgr.14184) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:15.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:15 smithi143 bash[16533]: audit 2024-02-13T03:42:14.358306+0000 mon.smithi143 (mon.0) 574 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:15.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:15 smithi143 bash[16533]: audit 2024-02-13T03:42:14.480240+0000 mon.smithi143 (mon.0) 575 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:15.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:15 smithi143 bash[16533]: audit 2024-02-13T03:42:14.482335+0000 mon.smithi143 (mon.0) 576 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:42:15.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:15 smithi143 bash[16533]: audit 2024-02-13T03:42:14.484160+0000 mon.smithi143 (mon.0) 577 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:42:15.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:15 smithi143 bash[16533]: audit 2024-02-13T03:42:14.493944+0000 mon.smithi143 (mon.0) 578 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:15.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:15 smithi143 bash[16533]: audit 2024-02-13T03:42:14.503205+0000 mon.smithi143 (mon.0) 579 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:42:15.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:15 smithi143 bash[16533]: cluster 2024-02-13T03:42:14.598059+0000 mgr.smithi143.mxhzlj (mgr.14184) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:15.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:15 smithi196 bash[19959]: audit 2024-02-13T03:42:14.358306+0000 mon.smithi143 (mon.0) 574 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:15.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:15 smithi196 bash[19959]: audit 2024-02-13T03:42:14.480240+0000 mon.smithi143 (mon.0) 575 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:15.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:15 smithi196 bash[19959]: audit 2024-02-13T03:42:14.482335+0000 mon.smithi143 (mon.0) 576 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:42:15.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:15 smithi196 bash[19959]: audit 2024-02-13T03:42:14.484160+0000 mon.smithi143 (mon.0) 577 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:42:15.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:15 smithi196 bash[19959]: audit 2024-02-13T03:42:14.493944+0000 mon.smithi143 (mon.0) 578 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:42:15.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:15 smithi196 bash[19959]: audit 2024-02-13T03:42:14.503205+0000 mon.smithi143 (mon.0) 579 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:42:15.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:15 smithi196 bash[19959]: cluster 2024-02-13T03:42:14.598059+0000 mgr.smithi143.mxhzlj (mgr.14184) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:16.514 INFO:teuthology.orchestra.run.smithi143.stdout:98784247830 2024-02-13T03:42:16.514 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-13T03:42:17.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:17 smithi143 bash[16533]: cluster 2024-02-13T03:42:16.598587+0000 mgr.smithi143.mxhzlj (mgr.14184) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:18.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:17 smithi196 bash[19959]: cluster 2024-02-13T03:42:16.598587+0000 mgr.smithi143.mxhzlj (mgr.14184) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:19.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:19 smithi143 bash[16533]: cluster 2024-02-13T03:42:18.599199+0000 mgr.smithi143.mxhzlj (mgr.14184) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:20.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:19 smithi196 bash[19959]: cluster 2024-02-13T03:42:18.599199+0000 mgr.smithi143.mxhzlj (mgr.14184) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:21.357 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:42:22.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:21 smithi196 bash[19959]: cluster 2024-02-13T03:42:20.599793+0000 mgr.smithi143.mxhzlj (mgr.14184) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:22.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:21 smithi143 bash[16533]: cluster 2024-02-13T03:42:20.599793+0000 mgr.smithi143.mxhzlj (mgr.14184) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:24.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:23 smithi196 bash[19959]: cluster 2024-02-13T03:42:22.600393+0000 mgr.smithi143.mxhzlj (mgr.14184) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:24.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:23 smithi143 bash[16533]: cluster 2024-02-13T03:42:22.600393+0000 mgr.smithi143.mxhzlj (mgr.14184) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:24.753 INFO:teuthology.orchestra.run.smithi143.stdout:85899345945 2024-02-13T03:42:24.753 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-13T03:42:26.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:25 smithi196 bash[19959]: cluster 2024-02-13T03:42:24.600971+0000 mgr.smithi143.mxhzlj (mgr.14184) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:26.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:25 smithi143 bash[16533]: cluster 2024-02-13T03:42:24.600971+0000 mgr.smithi143.mxhzlj (mgr.14184) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:28.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:27 smithi196 bash[19959]: cluster 2024-02-13T03:42:26.601560+0000 mgr.smithi143.mxhzlj (mgr.14184) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:28.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:27 smithi143 bash[16533]: cluster 2024-02-13T03:42:26.601560+0000 mgr.smithi143.mxhzlj (mgr.14184) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:29.587 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:42:30.173 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:29 smithi143 bash[16533]: cluster 2024-02-13T03:42:28.602164+0000 mgr.smithi143.mxhzlj (mgr.14184) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:30.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:29 smithi196 bash[19959]: cluster 2024-02-13T03:42:28.602164+0000 mgr.smithi143.mxhzlj (mgr.14184) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:32.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:31 smithi143 bash[16533]: cluster 2024-02-13T03:42:30.602693+0000 mgr.smithi143.mxhzlj (mgr.14184) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:32.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:31 smithi196 bash[19959]: cluster 2024-02-13T03:42:30.602693+0000 mgr.smithi143.mxhzlj (mgr.14184) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:32.933 INFO:teuthology.orchestra.run.smithi143.stdout:128849018903 2024-02-13T03:42:32.933 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-13T03:42:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:33 smithi143 bash[16533]: cluster 2024-02-13T03:42:32.603202+0000 mgr.smithi143.mxhzlj (mgr.14184) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:34.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:33 smithi196 bash[19959]: cluster 2024-02-13T03:42:32.603202+0000 mgr.smithi143.mxhzlj (mgr.14184) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:36.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:35 smithi143 bash[16533]: cluster 2024-02-13T03:42:34.603797+0000 mgr.smithi143.mxhzlj (mgr.14184) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:36.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:35 smithi196 bash[19959]: cluster 2024-02-13T03:42:34.603797+0000 mgr.smithi143.mxhzlj (mgr.14184) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:37.772 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:42:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:37 smithi143 bash[16533]: cluster 2024-02-13T03:42:36.604368+0000 mgr.smithi143.mxhzlj (mgr.14184) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:38.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:37 smithi196 bash[19959]: cluster 2024-02-13T03:42:36.604368+0000 mgr.smithi143.mxhzlj (mgr.14184) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:40.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:39 smithi143 bash[16533]: cluster 2024-02-13T03:42:38.605011+0000 mgr.smithi143.mxhzlj (mgr.14184) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:39 smithi196 bash[19959]: cluster 2024-02-13T03:42:38.605011+0000 mgr.smithi143.mxhzlj (mgr.14184) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:41.256 INFO:teuthology.orchestra.run.smithi143.stdout:111669149722 2024-02-13T03:42:41.256 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-13T03:42:42.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:41 smithi143 bash[16533]: cluster 2024-02-13T03:42:40.605439+0000 mgr.smithi143.mxhzlj (mgr.14184) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:42.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:41 smithi196 bash[19959]: cluster 2024-02-13T03:42:40.605439+0000 mgr.smithi143.mxhzlj (mgr.14184) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:44.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:43 smithi143 bash[16533]: cluster 2024-02-13T03:42:42.605957+0000 mgr.smithi143.mxhzlj (mgr.14184) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:43 smithi196 bash[19959]: cluster 2024-02-13T03:42:42.605957+0000 mgr.smithi143.mxhzlj (mgr.14184) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:46.094 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:42:46.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:45 smithi143 bash[16533]: cluster 2024-02-13T03:42:44.606554+0000 mgr.smithi143.mxhzlj (mgr.14184) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:45 smithi196 bash[19959]: cluster 2024-02-13T03:42:44.606554+0000 mgr.smithi143.mxhzlj (mgr.14184) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:48.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:47 smithi143 bash[16533]: cluster 2024-02-13T03:42:46.607104+0000 mgr.smithi143.mxhzlj (mgr.14184) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:47 smithi196 bash[19959]: cluster 2024-02-13T03:42:46.607104+0000 mgr.smithi143.mxhzlj (mgr.14184) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:49.494 INFO:teuthology.orchestra.run.smithi143.stdout:150323855387 2024-02-13T03:42:49.494 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-13T03:42:50.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:49 smithi143 bash[16533]: cluster 2024-02-13T03:42:48.607715+0000 mgr.smithi143.mxhzlj (mgr.14184) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:49 smithi196 bash[19959]: cluster 2024-02-13T03:42:48.607715+0000 mgr.smithi143.mxhzlj (mgr.14184) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:52.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:51 smithi143 bash[16533]: cluster 2024-02-13T03:42:50.608359+0000 mgr.smithi143.mxhzlj (mgr.14184) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:51 smithi196 bash[19959]: cluster 2024-02-13T03:42:50.608359+0000 mgr.smithi143.mxhzlj (mgr.14184) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:54.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:53 smithi143 bash[16533]: cluster 2024-02-13T03:42:52.608890+0000 mgr.smithi143.mxhzlj (mgr.14184) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:53 smithi196 bash[19959]: cluster 2024-02-13T03:42:52.608890+0000 mgr.smithi143.mxhzlj (mgr.14184) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:54.333 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:42:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:55 smithi143 bash[16533]: cluster 2024-02-13T03:42:54.609513+0000 mgr.smithi143.mxhzlj (mgr.14184) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:55 smithi196 bash[19959]: cluster 2024-02-13T03:42:54.609513+0000 mgr.smithi143.mxhzlj (mgr.14184) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:57.807 INFO:teuthology.orchestra.run.smithi143.stdout:128849018909 2024-02-13T03:42:57.808 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-13T03:42:58.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:57 smithi143 bash[16533]: cluster 2024-02-13T03:42:56.610133+0000 mgr.smithi143.mxhzlj (mgr.14184) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:42:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:57 smithi196 bash[19959]: cluster 2024-02-13T03:42:56.610133+0000 mgr.smithi143.mxhzlj (mgr.14184) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:42:59 smithi143 bash[16533]: cluster 2024-02-13T03:42:58.610727+0000 mgr.smithi143.mxhzlj (mgr.14184) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:42:59 smithi196 bash[19959]: cluster 2024-02-13T03:42:58.610727+0000 mgr.smithi143.mxhzlj (mgr.14184) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:02.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:01 smithi143 bash[16533]: cluster 2024-02-13T03:43:00.611138+0000 mgr.smithi143.mxhzlj (mgr.14184) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:01 smithi196 bash[19959]: cluster 2024-02-13T03:43:00.611138+0000 mgr.smithi143.mxhzlj (mgr.14184) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:02.639 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:43:04.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:03 smithi143 bash[16533]: cluster 2024-02-13T03:43:02.611673+0000 mgr.smithi143.mxhzlj (mgr.14184) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:03 smithi196 bash[19959]: cluster 2024-02-13T03:43:02.611673+0000 mgr.smithi143.mxhzlj (mgr.14184) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:06.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:05 smithi196 bash[19959]: cluster 2024-02-13T03:43:04.612382+0000 mgr.smithi143.mxhzlj (mgr.14184) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:06.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:05 smithi143 bash[16533]: cluster 2024-02-13T03:43:04.612382+0000 mgr.smithi143.mxhzlj (mgr.14184) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:06.265 INFO:teuthology.orchestra.run.smithi143.stdout:167503724572 2024-02-13T03:43:06.266 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-13T03:43:08.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:07 smithi143 bash[16533]: cluster 2024-02-13T03:43:06.612996+0000 mgr.smithi143.mxhzlj (mgr.14184) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:07 smithi196 bash[19959]: cluster 2024-02-13T03:43:06.612996+0000 mgr.smithi143.mxhzlj (mgr.14184) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:09 smithi143 bash[16533]: cluster 2024-02-13T03:43:08.613565+0000 mgr.smithi143.mxhzlj (mgr.14184) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:10.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:09 smithi196 bash[19959]: cluster 2024-02-13T03:43:08.613565+0000 mgr.smithi143.mxhzlj (mgr.14184) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:11.098 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:43:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:11 smithi143 bash[16533]: cluster 2024-02-13T03:43:10.614203+0000 mgr.smithi143.mxhzlj (mgr.14184) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:12.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:11 smithi196 bash[19959]: cluster 2024-02-13T03:43:10.614203+0000 mgr.smithi143.mxhzlj (mgr.14184) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:14.016 INFO:teuthology.orchestra.run.smithi143.stdout:68719476771 2024-02-13T03:43:14.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:13 smithi143 bash[16533]: cluster 2024-02-13T03:43:12.614880+0000 mgr.smithi143.mxhzlj (mgr.14184) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:14.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:13 smithi196 bash[19959]: cluster 2024-02-13T03:43:12.614880+0000 mgr.smithi143.mxhzlj (mgr.14184) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:14.630 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2024-02-13T03:43:14.630 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-13T03:43:15.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:14 smithi143 bash[16533]: audit 2024-02-13T03:43:14.016685+0000 mon.smithi143 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.143:0/391890111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-13T03:43:15.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:14 smithi143 bash[16533]: audit 2024-02-13T03:43:14.515981+0000 mon.smithi143 (mon.0) 581 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:43:15.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:14 smithi196 bash[19959]: audit 2024-02-13T03:43:14.016685+0000 mon.smithi143 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.143:0/391890111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-13T03:43:15.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:14 smithi196 bash[19959]: audit 2024-02-13T03:43:14.515981+0000 mon.smithi143 (mon.0) 581 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:43:16.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:15 smithi143 bash[16533]: cluster 2024-02-13T03:43:14.615481+0000 mgr.smithi143.mxhzlj (mgr.14184) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:16.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:15 smithi196 bash[19959]: cluster 2024-02-13T03:43:14.615481+0000 mgr.smithi143.mxhzlj (mgr.14184) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:18.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:17 smithi143 bash[16533]: cluster 2024-02-13T03:43:16.616046+0000 mgr.smithi143.mxhzlj (mgr.14184) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:18.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:17 smithi196 bash[19959]: cluster 2024-02-13T03:43:16.616046+0000 mgr.smithi143.mxhzlj (mgr.14184) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:19.375 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:43:20.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:19 smithi143 bash[16533]: cluster 2024-02-13T03:43:18.616677+0000 mgr.smithi143.mxhzlj (mgr.14184) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:20.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:19 smithi196 bash[19959]: cluster 2024-02-13T03:43:18.616677+0000 mgr.smithi143.mxhzlj (mgr.14184) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:21 smithi143 bash[16533]: audit 2024-02-13T03:43:20.336346+0000 mon.smithi143 (mon.0) 582 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:43:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:21 smithi143 bash[16533]: cluster 2024-02-13T03:43:20.617110+0000 mgr.smithi143.mxhzlj (mgr.14184) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:21 smithi143 bash[16533]: audit 2024-02-13T03:43:20.655057+0000 mon.smithi143 (mon.0) 583 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:43:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:21 smithi143 bash[16533]: audit 2024-02-13T03:43:20.947735+0000 mon.smithi143 (mon.0) 584 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:43:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:21 smithi143 bash[16533]: audit 2024-02-13T03:43:20.949091+0000 mon.smithi143 (mon.0) 585 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:43:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:21 smithi143 bash[16533]: audit 2024-02-13T03:43:20.955766+0000 mon.smithi143 (mon.0) 586 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:43:21.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:21 smithi143 bash[16533]: audit 2024-02-13T03:43:20.964245+0000 mon.smithi143 (mon.0) 587 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:43:21.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:21 smithi196 bash[19959]: audit 2024-02-13T03:43:20.336346+0000 mon.smithi143 (mon.0) 582 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:43:21.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:21 smithi196 bash[19959]: cluster 2024-02-13T03:43:20.617110+0000 mgr.smithi143.mxhzlj (mgr.14184) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:21 smithi196 bash[19959]: audit 2024-02-13T03:43:20.655057+0000 mon.smithi143 (mon.0) 583 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:43:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:21 smithi196 bash[19959]: audit 2024-02-13T03:43:20.947735+0000 mon.smithi143 (mon.0) 584 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:43:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:21 smithi196 bash[19959]: audit 2024-02-13T03:43:20.949091+0000 mon.smithi143 (mon.0) 585 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:43:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:21 smithi196 bash[19959]: audit 2024-02-13T03:43:20.955766+0000 mon.smithi143 (mon.0) 586 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:43:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:21 smithi196 bash[19959]: audit 2024-02-13T03:43:20.964245+0000 mon.smithi143 (mon.0) 587 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:43:22.422 INFO:teuthology.orchestra.run.smithi143.stdout:98784247842 2024-02-13T03:43:22.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:22 smithi196 bash[19959]: audit 2024-02-13T03:43:22.422719+0000 mon.smithi143 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.143:0/79547066' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-13T03:43:22.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:22 smithi143 bash[16533]: audit 2024-02-13T03:43:22.422719+0000 mon.smithi143 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.143:0/79547066' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-13T03:43:23.049 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247830 got 98784247842 for osd.1 2024-02-13T03:43:23.049 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-13T03:43:23.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:23 smithi196 bash[19959]: cluster 2024-02-13T03:43:22.617659+0000 mgr.smithi143.mxhzlj (mgr.14184) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:23.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:23 smithi143 bash[16533]: cluster 2024-02-13T03:43:22.617659+0000 mgr.smithi143.mxhzlj (mgr.14184) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:26.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:25 smithi143 bash[16533]: cluster 2024-02-13T03:43:24.618294+0000 mgr.smithi143.mxhzlj (mgr.14184) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:26.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:25 smithi196 bash[19959]: cluster 2024-02-13T03:43:24.618294+0000 mgr.smithi143.mxhzlj (mgr.14184) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:43:28.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:27 smithi143 bash[16533]: cluster 2024-02-13T03:43:26.618866+0000 mgr.smithi143.mxhzlj (mgr.14184) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:28.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:27 smithi196 bash[19959]: cluster 2024-02-13T03:43:26.618866+0000 mgr.smithi143.mxhzlj (mgr.14184) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:30.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:29 smithi143 bash[16533]: cluster 2024-02-13T03:43:28.619491+0000 mgr.smithi143.mxhzlj (mgr.14184) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:30.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:29 smithi196 bash[19959]: cluster 2024-02-13T03:43:28.619491+0000 mgr.smithi143.mxhzlj (mgr.14184) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:31.033 INFO:teuthology.orchestra.run.smithi143.stdout:85899345958 2024-02-13T03:43:31.661 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2024-02-13T03:43:31.661 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-13T03:43:31.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:31 smithi143 bash[16533]: cluster 2024-02-13T03:43:30.620255+0000 mgr.smithi143.mxhzlj (mgr.14184) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:31.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:31 smithi143 bash[16533]: audit 2024-02-13T03:43:31.034201+0000 mon.smithi143 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.143:0/885387295' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-13T03:43:32.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:31 smithi196 bash[19959]: cluster 2024-02-13T03:43:30.620255+0000 mgr.smithi143.mxhzlj (mgr.14184) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:32.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:31 smithi196 bash[19959]: audit 2024-02-13T03:43:31.034201+0000 mon.smithi143 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.143:0/885387295' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-13T03:43:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:33 smithi143 bash[16533]: cluster 2024-02-13T03:43:32.620966+0000 mgr.smithi143.mxhzlj (mgr.14184) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:34.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:33 smithi196 bash[19959]: cluster 2024-02-13T03:43:32.620966+0000 mgr.smithi143.mxhzlj (mgr.14184) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:36.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:35 smithi143 bash[16533]: cluster 2024-02-13T03:43:34.621643+0000 mgr.smithi143.mxhzlj (mgr.14184) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:36.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:35 smithi196 bash[19959]: cluster 2024-02-13T03:43:34.621643+0000 mgr.smithi143.mxhzlj (mgr.14184) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:36.500 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:43:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:37 smithi143 bash[16533]: cluster 2024-02-13T03:43:36.622342+0000 mgr.smithi143.mxhzlj (mgr.14184) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:38.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:37 smithi196 bash[19959]: cluster 2024-02-13T03:43:36.622342+0000 mgr.smithi143.mxhzlj (mgr.14184) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:39.434 INFO:teuthology.orchestra.run.smithi143.stdout:128849018916 2024-02-13T03:43:40.029 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018903 got 128849018916 for osd.3 2024-02-13T03:43:40.029 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-13T03:43:40.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:39 smithi143 bash[16533]: cluster 2024-02-13T03:43:38.623019+0000 mgr.smithi143.mxhzlj (mgr.14184) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:40.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:39 smithi143 bash[16533]: audit 2024-02-13T03:43:39.435487+0000 mon.smithi143 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.143:0/1782573770' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-13T03:43:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:39 smithi196 bash[19959]: cluster 2024-02-13T03:43:38.623019+0000 mgr.smithi143.mxhzlj (mgr.14184) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:40.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:39 smithi196 bash[19959]: audit 2024-02-13T03:43:39.435487+0000 mon.smithi143 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.143:0/1782573770' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-13T03:43:42.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:41 smithi143 bash[16533]: cluster 2024-02-13T03:43:40.623617+0000 mgr.smithi143.mxhzlj (mgr.14184) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:42.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:41 smithi196 bash[19959]: cluster 2024-02-13T03:43:40.623617+0000 mgr.smithi143.mxhzlj (mgr.14184) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:44.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:43 smithi143 bash[16533]: cluster 2024-02-13T03:43:42.624195+0000 mgr.smithi143.mxhzlj (mgr.14184) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:43 smithi196 bash[19959]: cluster 2024-02-13T03:43:42.624195+0000 mgr.smithi143.mxhzlj (mgr.14184) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:44.869 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:43:46.066 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:45 smithi143 bash[16533]: cluster 2024-02-13T03:43:44.624852+0000 mgr.smithi143.mxhzlj (mgr.14184) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:45 smithi196 bash[19959]: cluster 2024-02-13T03:43:44.624852+0000 mgr.smithi143.mxhzlj (mgr.14184) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:47.764 INFO:teuthology.orchestra.run.smithi143.stdout:111669149735 2024-02-13T03:43:48.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:47 smithi143 bash[16533]: cluster 2024-02-13T03:43:46.625443+0000 mgr.smithi143.mxhzlj (mgr.14184) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:48.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:47 smithi143 bash[16533]: audit 2024-02-13T03:43:47.765287+0000 mon.smithi143 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.143:0/1100556484' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-13T03:43:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:47 smithi196 bash[19959]: cluster 2024-02-13T03:43:46.625443+0000 mgr.smithi143.mxhzlj (mgr.14184) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:47 smithi196 bash[19959]: audit 2024-02-13T03:43:47.765287+0000 mon.smithi143 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.143:0/1100556484' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-13T03:43:48.403 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149722 got 111669149735 for osd.4 2024-02-13T03:43:48.403 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-13T03:43:50.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:49 smithi143 bash[16533]: cluster 2024-02-13T03:43:48.625917+0000 mgr.smithi143.mxhzlj (mgr.14184) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:49 smithi196 bash[19959]: cluster 2024-02-13T03:43:48.625917+0000 mgr.smithi143.mxhzlj (mgr.14184) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:52.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:51 smithi143 bash[16533]: cluster 2024-02-13T03:43:50.626547+0000 mgr.smithi143.mxhzlj (mgr.14184) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:51 smithi196 bash[19959]: cluster 2024-02-13T03:43:50.626547+0000 mgr.smithi143.mxhzlj (mgr.14184) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:53.249 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:43:54.139 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:53 smithi143 bash[16533]: cluster 2024-02-13T03:43:52.627154+0000 mgr.smithi143.mxhzlj (mgr.14184) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:53 smithi196 bash[19959]: cluster 2024-02-13T03:43:52.627154+0000 mgr.smithi143.mxhzlj (mgr.14184) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:56.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:55 smithi143 bash[16533]: cluster 2024-02-13T03:43:54.627788+0000 mgr.smithi143.mxhzlj (mgr.14184) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:56.248 INFO:teuthology.orchestra.run.smithi143.stdout:150323855400 2024-02-13T03:43:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:55 smithi196 bash[19959]: cluster 2024-02-13T03:43:54.627788+0000 mgr.smithi143.mxhzlj (mgr.14184) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:56.885 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855387 got 150323855400 for osd.5 2024-02-13T03:43:56.885 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-13T03:43:57.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:56 smithi143 bash[16533]: audit 2024-02-13T03:43:56.249010+0000 mon.smithi143 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.143:0/1851434829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-13T03:43:57.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:56 smithi196 bash[19959]: audit 2024-02-13T03:43:56.249010+0000 mon.smithi143 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.143:0/1851434829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-13T03:43:58.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:57 smithi143 bash[16533]: cluster 2024-02-13T03:43:56.628356+0000 mgr.smithi143.mxhzlj (mgr.14184) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:43:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:57 smithi196 bash[19959]: cluster 2024-02-13T03:43:56.628356+0000 mgr.smithi143.mxhzlj (mgr.14184) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:00.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:43:59 smithi143 bash[16533]: cluster 2024-02-13T03:43:58.628969+0000 mgr.smithi143.mxhzlj (mgr.14184) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:43:59 smithi196 bash[19959]: cluster 2024-02-13T03:43:58.628969+0000 mgr.smithi143.mxhzlj (mgr.14184) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:01.726 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:44:02.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:01 smithi143 bash[16533]: cluster 2024-02-13T03:44:00.629565+0000 mgr.smithi143.mxhzlj (mgr.14184) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:01 smithi196 bash[19959]: cluster 2024-02-13T03:44:00.629565+0000 mgr.smithi143.mxhzlj (mgr.14184) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:04.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:03 smithi143 bash[16533]: cluster 2024-02-13T03:44:02.630183+0000 mgr.smithi143.mxhzlj (mgr.14184) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:03 smithi196 bash[19959]: cluster 2024-02-13T03:44:02.630183+0000 mgr.smithi143.mxhzlj (mgr.14184) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:04.635 INFO:teuthology.orchestra.run.smithi143.stdout:128849018922 2024-02-13T03:44:05.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:04 smithi143 bash[16533]: audit 2024-02-13T03:44:04.636765+0000 mon.smithi143 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.143:0/4157631931' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-13T03:44:05.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:04 smithi196 bash[19959]: audit 2024-02-13T03:44:04.636765+0000 mon.smithi143 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.143:0/4157631931' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-13T03:44:05.291 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018909 got 128849018922 for osd.6 2024-02-13T03:44:05.291 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-13T03:44:06.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:05 smithi143 bash[16533]: cluster 2024-02-13T03:44:04.630788+0000 mgr.smithi143.mxhzlj (mgr.14184) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:05 smithi196 bash[19959]: cluster 2024-02-13T03:44:04.630788+0000 mgr.smithi143.mxhzlj (mgr.14184) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:08.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:07 smithi143 bash[16533]: cluster 2024-02-13T03:44:06.631454+0000 mgr.smithi143.mxhzlj (mgr.14184) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:07 smithi196 bash[19959]: cluster 2024-02-13T03:44:06.631454+0000 mgr.smithi143.mxhzlj (mgr.14184) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:10.132 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:44:10.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:09 smithi143 bash[16533]: cluster 2024-02-13T03:44:08.632038+0000 mgr.smithi143.mxhzlj (mgr.14184) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:10.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:09 smithi196 bash[19959]: cluster 2024-02-13T03:44:08.632038+0000 mgr.smithi143.mxhzlj (mgr.14184) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:11 smithi143 bash[16533]: cluster 2024-02-13T03:44:10.632645+0000 mgr.smithi143.mxhzlj (mgr.14184) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:12.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:11 smithi196 bash[19959]: cluster 2024-02-13T03:44:10.632645+0000 mgr.smithi143.mxhzlj (mgr.14184) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:13.111 INFO:teuthology.orchestra.run.smithi143.stdout:167503724585 2024-02-13T03:44:13.701 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724572 got 167503724585 for osd.7 2024-02-13T03:44:13.701 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-13T03:44:13.702 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-13T03:44:14.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:13 smithi143 bash[16533]: cluster 2024-02-13T03:44:12.633222+0000 mgr.smithi143.mxhzlj (mgr.14184) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:14.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:13 smithi143 bash[16533]: audit 2024-02-13T03:44:13.112471+0000 mon.smithi143 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.143:0/1728557259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-13T03:44:14.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:13 smithi196 bash[19959]: cluster 2024-02-13T03:44:12.633222+0000 mgr.smithi143.mxhzlj (mgr.14184) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:14.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:13 smithi196 bash[19959]: audit 2024-02-13T03:44:13.112471+0000 mon.smithi143 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.143:0/1728557259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-13T03:44:16.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:15 smithi143 bash[16533]: cluster 2024-02-13T03:44:14.633833+0000 mgr.smithi143.mxhzlj (mgr.14184) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:16.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:15 smithi196 bash[19959]: cluster 2024-02-13T03:44:14.633833+0000 mgr.smithi143.mxhzlj (mgr.14184) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:18.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:17 smithi143 bash[16533]: cluster 2024-02-13T03:44:16.634448+0000 mgr.smithi143.mxhzlj (mgr.14184) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:18.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:17 smithi196 bash[19959]: cluster 2024-02-13T03:44:16.634448+0000 mgr.smithi143.mxhzlj (mgr.14184) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:18.531 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:44:20.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:19 smithi143 bash[16533]: cluster 2024-02-13T03:44:18.635057+0000 mgr.smithi143.mxhzlj (mgr.14184) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:20.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:19 smithi196 bash[19959]: cluster 2024-02-13T03:44:18.635057+0000 mgr.smithi143.mxhzlj (mgr.14184) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:21.678 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:44:21.680 INFO:teuthology.orchestra.run.smithi143.stderr:dumped all 2024-02-13T03:44:22.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:21 smithi143 bash[16533]: cluster 2024-02-13T03:44:20.635704+0000 mgr.smithi143.mxhzlj (mgr.14184) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:22.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:21 smithi143 bash[16533]: audit 2024-02-13T03:44:20.977356+0000 mon.smithi143 (mon.0) 595 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:44:22.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:21 smithi196 bash[19959]: cluster 2024-02-13T03:44:20.635704+0000 mgr.smithi143.mxhzlj (mgr.14184) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:22.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:21 smithi196 bash[19959]: audit 2024-02-13T03:44:20.977356+0000 mon.smithi143 (mon.0) 595 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:44:22.281 INFO:teuthology.orchestra.run.smithi143.stdout:{"pg_ready":true,"pg_map":{"version":187,"stamp":"2024-02-13T03:44:20.635394+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":2379964,"kb_used_data":3196,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548484,"statfs":{"total":767926730752,"available":765489647616,"internally_reserved":0,"allocated":3272704,"data_stored":1269917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-02-13T03:41:00.850831+0000","last_change":"2024-02-13T03:41:00.850831+0000","last_active":"2024-02-13T03:41:00.850831+0000","last_peered":"2024-02-13T03:41:00.850831+0000","last_clean":"2024-02-13T03:41:00.850831+0000","last_became_active":"2024-02-13T03:41:00.849768+0000","last_became_peered":"2024-02-13T03:41:00.849768+0000","last_unstale":"2024-02-13T03:41:00.850831+0000","last_undegraded":"2024-02-13T03:41:00.850831+0000","last_fullsized":"2024-02-13T03:41:00.850831+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-13T03:40:40.806955+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-13T03:40:40.806955+0000","last_clean_scrub_stamp":"2024-02-13T03:40:40.806955+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724587,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":158464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.80800000000000005,"15min":0.81000000000000005},"min":{"1min":0.57299999999999995,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":0.96099999999999997,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.89300000000000002,"15min":0.88300000000000001},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":1.1000000000000001,"5min":3.121,"15min":3.121},"last":0.66000000000000003}]},{"osd":1,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.71899999999999997,"5min":0.72099999999999997,"15min":0.71999999999999997},"min":{"1min":0.44400000000000001,"5min":0.439,"15min":0.439},"max":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":1.1930000000000001},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.79900000000000004,"15min":0.78300000000000003},"min":{"1min":0.38600000000000001,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.05,"5min":3.0649999999999999,"15min":3.0649999999999999},"last":0.92700000000000005}]},{"osd":2,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.84899999999999998,"15min":0.82799999999999996},"min":{"1min":0.69699999999999995,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.056,"5min":2.9089999999999998,"15min":2.9089999999999998},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.95299999999999996,"15min":0.96599999999999997},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0820000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":1.109}]},{"osd":3,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.86699999999999999,"15min":0.85099999999999998},"min":{"1min":0.435,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.224,"5min":2.9820000000000002,"15min":2.9820000000000002},"last":1.0309999999999999},{"interface":"front","average":{"1min":0.81499999999999995,"5min":0.81299999999999994,"15min":0.77800000000000002},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.1779999999999999,"5min":3.0870000000000002,"15min":3.0870000000000002},"last":0.90100000000000002}]},{"osd":4,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.96399999999999997,"15min":0.94799999999999995},"min":{"1min":0.65700000000000003,"5min":0.623,"15min":0.623},"max":{"1min":1.1459999999999999,"5min":3.0139999999999998,"15min":3.0139999999999998},"last":0.999},{"interface":"front","average":{"1min":0.97099999999999997,"5min":1.016,"15min":1.014},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.218,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.333}]},{"osd":5,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":1.0389999999999999,"15min":1.038},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.292,"5min":2.6269999999999998,"15min":2.6269999999999998},"last":1.282},{"interface":"front","average":{"1min":0.97699999999999998,"5min":1.018,"15min":1.0049999999999999},"min":{"1min":0.46500000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.268,"5min":3.1749999999999998,"15min":3.1749999999999998},"last":1.1699999999999999}]},{"osd":6,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.1419999999999999,"15min":1.1299999999999999},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.343,"5min":3.2320000000000002,"15min":3.2320000000000002},"last":1.226},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0800000000000001,"15min":1.056},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.234,"5min":3.145,"15min":3.145},"last":1.1399999999999999}]}]},{"osd":5,"up_from":35,"seq":150323855405,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.82999999999999996,"15min":0.81999999999999995},"min":{"1min":0.64000000000000001,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":0.98299999999999998},{"interface":"front","average":{"1min":0.83499999999999996,"5min":0.82199999999999995,"15min":0.82399999999999995},"min":{"1min":0.65500000000000003,"5min":0.621,"15min":0.621},"max":{"1min":1.1619999999999999,"5min":1.214,"15min":1.214},"last":0.80100000000000005}]},{"osd":1,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.73899999999999999,"15min":0.72499999999999998},"min":{"1min":0.55200000000000005,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.72899999999999998,"5min":0.76600000000000001,"15min":0.77200000000000002},"min":{"1min":0.53900000000000003,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1,"5min":1.492,"15min":1.492},"last":0.75900000000000001}]},{"osd":2,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.93300000000000005,"15min":0.92400000000000004},"min":{"1min":0.78600000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.1679999999999999,"5min":1.806,"15min":1.806},"last":0.83299999999999996},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.95199999999999996,"15min":0.95199999999999996},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1699999999999999,"5min":1.506,"15min":1.506},"last":1.2070000000000001}]},{"osd":3,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.88200000000000001,"15min":0.88300000000000001},"min":{"1min":0.52100000000000002,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.153,"5min":1.46,"15min":1.46},"last":1.137},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.92900000000000005},"min":{"1min":0.73799999999999999,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.127,"5min":2.2330000000000001,"15min":2.2330000000000001},"last":0.93999999999999995}]},{"osd":4,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.0489999999999999,"15min":1.036},"min":{"1min":0.88600000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.361,"5min":2.1400000000000001,"15min":2.1400000000000001},"last":1.0449999999999999},{"interface":"front","average":{"1min":1.016,"5min":0.997,"15min":0.995},"min":{"1min":0.79100000000000004,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.214,"5min":1.393,"15min":1.393},"last":1.0820000000000001}]},{"osd":6,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.0760000000000001,"15min":1.0609999999999999},"min":{"1min":0.89800000000000002,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.488,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":1.018},{"interface":"front","average":{"1min":1.149,"5min":1.1220000000000001,"15min":1.1180000000000001},"min":{"1min":0.89300000000000002,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3149999999999999,"5min":2.0230000000000001,"15min":2.0230000000000001},"last":1.1040000000000001}]},{"osd":7,"last update":"Tue Feb 13 03:44:00 2024","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.099,"15min":1.077},"min":{"1min":0.73499999999999999,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.3839999999999999,"5min":1.605,"15min":1.605},"last":1.254},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.1559999999999999,"15min":1.155},"min":{"1min":0.96599999999999997,"5min":0.75,"15min":0.75},"max":{"1min":1.357,"5min":1.913,"15min":1.913},"last":1.1659999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:43 2024","interfaces":[{"interface":"back","average":{"1min":0.72099999999999997,"5min":0.70799999999999996,"15min":0.70799999999999996},"min":{"1min":0.54600000000000004,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.0169999999999999,"5min":1.304,"15min":1.304},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.746,"5min":0.74199999999999999,"15min":0.73999999999999999},"min":{"1min":0.54600000000000004,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.746}]},{"osd":1,"last update":"Tue Feb 13 03:43:43 2024","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.89400000000000002,"15min":0.89700000000000002},"min":{"1min":0.68300000000000005,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.208,"5min":1.234,"15min":1.234},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.93600000000000005,"15min":0.93999999999999995},"min":{"1min":0.68600000000000005,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1200000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.96899999999999997}]},{"osd":3,"last update":"Tue Feb 13 03:43:56 2024","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.03,"15min":1.0229999999999999},"min":{"1min":0.82299999999999995,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.2390000000000001,"5min":1.355,"15min":1.355},"last":1.0880000000000001},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.94499999999999995,"15min":0.93799999999999994},"min":{"1min":0.65700000000000003,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.147,"5min":1.224,"15min":1.224},"last":0.91300000000000003}]},{"osd":4,"last update":"Tue Feb 13 03:43:48 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"min":{"1min":0.68400000000000005,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.004,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.92700000000000005,"15min":0.93500000000000005},"min":{"1min":0.63400000000000001,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.288,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.042}]},{"osd":5,"last update":"Tue Feb 13 03:43:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.0409999999999999,"15min":1.0469999999999999},"min":{"1min":0.71499999999999997,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.2689999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.2330000000000001},{"interface":"front","average":{"1min":0.98899999999999999,"5min":1.0109999999999999,"15min":1.0149999999999999},"min":{"1min":0.86199999999999999,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.2569999999999999,"5min":1.655,"15min":1.655},"last":1.1259999999999999}]},{"osd":6,"last update":"Tue Feb 13 03:43:56 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0720000000000001,"15min":1.083},"min":{"1min":0.81599999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.357,"5min":1.46,"15min":1.46},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.149,"5min":1.149,"15min":1.1519999999999999},"min":{"1min":0.90900000000000003,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.3280000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.3540000000000001}]},{"osd":7,"last update":"Tue Feb 13 03:43:59 2024","interfaces":[{"interface":"back","average":{"1min":1.2470000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"min":{"1min":1.0980000000000001,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.4419999999999999,"5min":1.643,"15min":1.643},"last":1.4610000000000001},{"interface":"front","average":{"1min":1.165,"5min":1.175,"15min":1.1850000000000001},"min":{"1min":0.98499999999999999,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.4279999999999999,"5min":1.635,"15min":1.635},"last":1.2629999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Feb 13 03:43:46 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.85299999999999998,"15min":0.85399999999999998},"min":{"1min":0.71099999999999997,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.83999999999999997,"5min":0.875,"15min":0.88800000000000001},"min":{"1min":0.53800000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.02,"5min":1.123,"15min":1.123},"last":0.83999999999999997}]},{"osd":2,"last update":"Tue Feb 13 03:43:46 2024","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.79900000000000004,"15min":0.78500000000000003},"min":{"1min":0.60999999999999999,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.82899999999999996,"15min":0.83999999999999997},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.1339999999999999,"5min":1.206,"15min":1.206},"last":0.58199999999999996}]},{"osd":3,"last update":"Tue Feb 13 03:43:51 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.86699999999999999,"15min":0.85299999999999998},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.1419999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.94599999999999995,"15min":0.93700000000000006},"min":{"1min":0.75800000000000001,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.78100000000000003}]},{"osd":4,"last update":"Tue Feb 13 03:43:51 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93600000000000005},"min":{"1min":0.67600000000000005,"5min":0.63,"15min":0.63},"max":{"1min":1.349,"5min":1.383,"15min":1.383},"last":1.167},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.95399999999999996,"15min":0.94999999999999996},"min":{"1min":0.63900000000000001,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.3560000000000001,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.1080000000000001}]},{"osd":5,"last update":"Tue Feb 13 03:43:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0469999999999999,"15min":1.0549999999999999},"min":{"1min":0.88600000000000001,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.2829999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0820000000000001,"15min":1.0820000000000001},"min":{"1min":0.93200000000000005,"5min":0.81499999999999995,"15min":0.81499999999999995},"max":{"1min":1.27,"5min":1.351,"15min":1.351},"last":1.026}]},{"osd":6,"last update":"Tue Feb 13 03:43:51 2024","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.099,"15min":1.097},"min":{"1min":0.82299999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.395,"5min":1.46,"15min":1.46},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.161,"15min":1.155},"min":{"1min":1.024,"5min":0.94399999999999995,"15min":0.94399999999999995},"max":{"1min":1.3089999999999999,"5min":1.72,"15min":1.72},"last":0.94799999999999995}]},{"osd":7,"last update":"Tue Feb 13 03:44:06 2024","interfaces":[{"interface":"back","average":{"1min":1.155,"5min":1.1579999999999999,"15min":1.1519999999999999},"min":{"1min":0.93200000000000005,"5min":0.83299999999999996,"15min":0.83299999999999996},"max":{"1min":1.4299999999999999,"5min":1.534,"15min":1.534},"last":0.92200000000000004},{"interface":"front","average":{"1min":1.2549999999999999,"5min":1.274,"15min":1.268},"min":{"1min":0.93400000000000005,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.657,"5min":1.901,"15min":1.901},"last":1.236}]}]},{"osd":1,"up_from":23,"seq":98784247854,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:42 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.91900000000000004,"15min":0.90900000000000003},"min":{"1min":0.63,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.1919999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.84599999999999997,"15min":0.87},"min":{"1min":0.55000000000000004,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":0.97999999999999998,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.91800000000000004}]},{"osd":2,"last update":"Tue Feb 13 03:43:42 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.85299999999999998,"15min":0.84899999999999998},"min":{"1min":0.65500000000000003,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.194,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.92100000000000004,"15min":0.91100000000000003},"min":{"1min":0.75,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.0920000000000001}]},{"osd":3,"last update":"Tue Feb 13 03:43:48 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.81299999999999994,"15min":0.81599999999999995},"min":{"1min":0.60899999999999999,"5min":0.501,"15min":0.501},"max":{"1min":1.244,"5min":1.274,"15min":1.274},"last":0.96399999999999997},{"interface":"front","average":{"1min":0.81100000000000005,"5min":0.82899999999999996,"15min":0.83499999999999996},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.0900000000000001,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":1.018}]},{"osd":4,"last update":"Tue Feb 13 03:43:48 2024","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.123},{"interface":"front","average":{"1min":1.1200000000000001,"5min":1.052,"15min":1.036},"min":{"1min":0.89900000000000002,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.395,"5min":1.395,"15min":1.395},"last":1.236}]},{"osd":5,"last update":"Tue Feb 13 03:43:58 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.90000000000000002,"15min":0.91100000000000003},"min":{"1min":0.65000000000000002,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1040000000000001,"5min":1.252,"15min":1.252},"last":1.0800000000000001},{"interface":"front","average":{"1min":0.997,"5min":0.97899999999999998,"15min":0.98299999999999998},"min":{"1min":0.77400000000000002,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":1.038}]},{"osd":6,"last update":"Tue Feb 13 03:43:48 2024","interfaces":[{"interface":"back","average":{"1min":1.198,"5min":1.1459999999999999,"15min":1.1399999999999999},"min":{"1min":1.0049999999999999,"5min":0.753,"15min":0.753},"max":{"1min":1.639,"5min":1.639,"15min":1.639},"last":1.171},{"interface":"front","average":{"1min":1.087,"5min":1.1359999999999999,"15min":1.147},"min":{"1min":0.86099999999999999,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.474,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.155}]},{"osd":7,"last update":"Tue Feb 13 03:44:00 2024","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.179,"15min":1.1679999999999999},"min":{"1min":0.93700000000000006,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.335},{"interface":"front","average":{"1min":1.135,"5min":1.181,"15min":1.1899999999999999},"min":{"1min":0.746,"5min":0.746,"15min":0.746},"max":{"1min":1.5840000000000001,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":1.3660000000000001}]}]},{"osd":4,"up_from":26,"seq":111669149742,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:47 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.73799999999999999,"15min":0.75600000000000001},"min":{"1min":0.58899999999999997,"5min":0.498,"15min":0.498},"max":{"1min":0.88300000000000001,"5min":2.0590000000000002,"15min":2.0590000000000002},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.85399999999999998,"15min":0.872},"min":{"1min":0.623,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.2170000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.83299999999999996}]},{"osd":1,"last update":"Tue Feb 13 03:43:47 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.92500000000000004,"15min":0.95099999999999996},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.0820000000000001,"5min":2.6800000000000002,"15min":2.6800000000000002},"last":1.1419999999999999},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.94899999999999995,"15min":0.97799999999999998},"min":{"1min":0.76600000000000001,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.014,"5min":2.1709999999999998,"15min":2.1709999999999998},"last":0.95499999999999996}]},{"osd":2,"last update":"Tue Feb 13 03:43:47 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.88100000000000001,"15min":0.89300000000000002},"min":{"1min":0.60099999999999998,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1240000000000001,"5min":2.2890000000000001,"15min":2.2890000000000001},"last":1.0009999999999999},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.90700000000000003,"15min":0.94399999999999995},"min":{"1min":0.61099999999999999,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.0149999999999999,"5min":2.7829999999999999,"15min":2.7829999999999999},"last":0.91300000000000003}]},{"osd":3,"last update":"Tue Feb 13 03:43:55 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":1.0229999999999999,"15min":1.036},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.28,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.103},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.0469999999999999,"15min":1.0820000000000001},"min":{"1min":0.82999999999999996,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.1479999999999999,"5min":2.5750000000000002,"15min":2.5750000000000002},"last":1.03}]},{"osd":5,"last update":"Tue Feb 13 03:43:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.073,"15min":1.105},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.268,"5min":2.1179999999999999,"15min":2.1179999999999999},"last":1.069},{"interface":"front","average":{"1min":1.079,"5min":1.1599999999999999,"15min":1.1870000000000001},"min":{"1min":0.84799999999999998,"5min":0.83099999999999996,"15min":0.83099999999999996},"max":{"1min":1.296,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.266}]},{"osd":6,"last update":"Tue Feb 13 03:43:55 2024","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.165,"15min":1.1930000000000001},"min":{"1min":0.84299999999999997,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.4419999999999999,"5min":2.6259999999999999,"15min":2.6259999999999999},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.2170000000000001,"15min":1.2450000000000001},"min":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.3939999999999999,"5min":1.579,"15min":1.579},"last":1.194}]},{"osd":7,"last update":"Tue Feb 13 03:44:02 2024","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.25,"15min":1.272},"min":{"1min":0.88800000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.3959999999999999,"5min":1.6519999999999999,"15min":1.6519999999999999},"last":1.321},{"interface":"front","average":{"1min":1.171,"5min":1.2589999999999999,"15min":1.302},"min":{"1min":0.97899999999999998,"5min":0.90300000000000002,"15min":0.90300000000000002},"max":{"1min":1.522,"5min":2.7429999999999999,"15min":2.7429999999999999},"last":1.224}]}]},{"osd":3,"up_from":30,"seq":128849018924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.87,"15min":0.86699999999999999},"min":{"1min":0.59399999999999997,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":0.81899999999999995},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.84499999999999997,"15min":0.85199999999999998},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.1120000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.98299999999999998}]},{"osd":1,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.69399999999999995,"15min":0.69799999999999995},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"last":0.748},{"interface":"front","average":{"1min":0.745,"5min":0.73199999999999998,"15min":0.72799999999999998},"min":{"1min":0.44400000000000001,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":0.66000000000000003}]},{"osd":2,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.97799999999999998,"15min":0.97999999999999998},"min":{"1min":0.65700000000000003,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.1850000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":1.127},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.91400000000000003,"15min":0.91100000000000003},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.1950000000000001,"5min":1.266,"15min":1.266},"last":1.1479999999999999}]},{"osd":4,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.88,"15min":0.89500000000000002},"min":{"1min":0.55100000000000005,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.103,"5min":1.149,"15min":1.149},"last":0.93400000000000005},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.252,"5min":1.395,"15min":1.395},"last":1.2110000000000001}]},{"osd":5,"last update":"Tue Feb 13 03:43:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.97799999999999998,"15min":0.96599999999999997},"min":{"1min":0.628,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.92000000000000004,"15min":0.91000000000000003},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.2450000000000001,"5min":1.276,"15min":1.276},"last":1.079}]},{"osd":6,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.0800000000000001,"15min":1.081},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.375,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.3460000000000001},{"interface":"front","average":{"1min":1.002,"5min":1.077,"15min":1.091},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2210000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.874}]},{"osd":7,"last update":"Tue Feb 13 03:44:04 2024","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":1.165,"15min":1.177},"min":{"1min":0.69599999999999995,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.4590000000000001,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.1060000000000001,"15min":1.107},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.3140000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.2450000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018925,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.67200000000000004,"5min":0.81399999999999995,"15min":0.85799999999999998},"min":{"1min":0.50700000000000001,"5min":0.495,"15min":0.495},"max":{"1min":0.92200000000000004,"5min":3.738,"15min":3.738},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.90400000000000003,"15min":0.90600000000000003},"min":{"1min":0.69999999999999996,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.296,"5min":2.1890000000000001,"15min":2.1890000000000001},"last":0.74099999999999999}]},{"osd":1,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.90400000000000003,"15min":0.92600000000000005},"min":{"1min":0.65600000000000003,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.123,"5min":3.129,"15min":3.129},"last":0.80600000000000005},{"interface":"front","average":{"1min":0.94499999999999995,"5min":1.0089999999999999,"15min":1.0389999999999999},"min":{"1min":0.68400000000000005,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3029999999999999,"5min":3.6680000000000001,"15min":3.6680000000000001},"last":0.89300000000000002}]},{"osd":2,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.94699999999999995,"15min":0.98199999999999998},"min":{"1min":0.58499999999999996,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2110000000000001,"5min":3.5409999999999999,"15min":3.5409999999999999},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.85799999999999998,"15min":0.85699999999999998},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.204,"5min":2.2570000000000001,"15min":2.2570000000000001},"last":0.95299999999999996}]},{"osd":3,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":1.123,"15min":1.2030000000000001},"min":{"1min":0.70999999999999996,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.1870000000000001,"5min":6.8710000000000004,"15min":6.8710000000000004},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.0680000000000001,"5min":1.2589999999999999,"15min":1.3400000000000001},"min":{"1min":0.95199999999999996,"5min":0.876,"15min":0.876},"max":{"1min":1.2330000000000001,"5min":6.641,"15min":6.641},"last":1.0449999999999999}]},{"osd":4,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":1,"15min":1.02},"min":{"1min":0.65900000000000003,"5min":0.63,"15min":0.63},"max":{"1min":1.2470000000000001,"5min":1.984,"15min":1.984},"last":0.86199999999999999},{"interface":"front","average":{"1min":1.083,"5min":1.103,"15min":1.1359999999999999},"min":{"1min":0.93000000000000005,"5min":0.628,"15min":0.628},"max":{"1min":1.2150000000000001,"5min":3.254,"15min":3.254},"last":1.147}]},{"osd":5,"last update":"Tue Feb 13 03:43:57 2024","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.079,"15min":1.0860000000000001},"min":{"1min":0.87,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.2430000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.0820000000000001},{"interface":"front","average":{"1min":1.115,"5min":1.137,"15min":1.145},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.3049999999999999,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.127}]},{"osd":7,"last update":"Tue Feb 13 03:44:06 2024","interfaces":[{"interface":"back","average":{"1min":1.244,"5min":1.159,"15min":1.137},"min":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":3.1720000000000002,"5min":3.1720000000000002,"15min":3.1720000000000002},"last":1.022},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.1819999999999999,"15min":1.1799999999999999},"min":{"1min":0.94199999999999995,"5min":0.89800000000000002,"15min":0.89800000000000002},"max":{"1min":1.357,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":1.216}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-13T03:44:22.282 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-13T03:44:23.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:22 smithi196 bash[19959]: audit 2024-02-13T03:44:21.675113+0000 mgr.smithi143.mxhzlj (mgr.14184) 201 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:23.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:22 smithi143 bash[16533]: audit 2024-02-13T03:44:21.675113+0000 mgr.smithi143.mxhzlj (mgr.14184) 201 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:24.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:23 smithi196 bash[19959]: cluster 2024-02-13T03:44:22.636417+0000 mgr.smithi143.mxhzlj (mgr.14184) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:24.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:23 smithi143 bash[16533]: cluster 2024-02-13T03:44:22.636417+0000 mgr.smithi143.mxhzlj (mgr.14184) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:26.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:25 smithi196 bash[19959]: cluster 2024-02-13T03:44:24.637108+0000 mgr.smithi143.mxhzlj (mgr.14184) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:26.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:25 smithi143 bash[16533]: cluster 2024-02-13T03:44:24.637108+0000 mgr.smithi143.mxhzlj (mgr.14184) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:26.839 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:44:28.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:27 smithi143 bash[16533]: cluster 2024-02-13T03:44:26.637706+0000 mgr.smithi143.mxhzlj (mgr.14184) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:28.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:27 smithi143 bash[16533]: audit 2024-02-13T03:44:26.828146+0000 mon.smithi143 (mon.0) 596 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:44:28.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:27 smithi143 bash[16533]: audit 2024-02-13T03:44:27.032438+0000 mon.smithi143 (mon.0) 597 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:44:28.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:27 smithi143 bash[16533]: audit 2024-02-13T03:44:27.317798+0000 mon.smithi143 (mon.0) 598 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:44:28.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:27 smithi143 bash[16533]: audit 2024-02-13T03:44:27.319162+0000 mon.smithi143 (mon.0) 599 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:44:28.001 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:27 smithi143 bash[16533]: audit 2024-02-13T03:44:27.326382+0000 mon.smithi143 (mon.0) 600 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:44:28.001 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:27 smithi143 bash[16533]: audit 2024-02-13T03:44:27.332811+0000 mon.smithi143 (mon.0) 601 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:44:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:27 smithi196 bash[19959]: cluster 2024-02-13T03:44:26.637706+0000 mgr.smithi143.mxhzlj (mgr.14184) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:27 smithi196 bash[19959]: audit 2024-02-13T03:44:26.828146+0000 mon.smithi143 (mon.0) 596 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:44:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:27 smithi196 bash[19959]: audit 2024-02-13T03:44:27.032438+0000 mon.smithi143 (mon.0) 597 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:44:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:27 smithi196 bash[19959]: audit 2024-02-13T03:44:27.317798+0000 mon.smithi143 (mon.0) 598 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:44:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:27 smithi196 bash[19959]: audit 2024-02-13T03:44:27.319162+0000 mon.smithi143 (mon.0) 599 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:44:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:27 smithi196 bash[19959]: audit 2024-02-13T03:44:27.326382+0000 mon.smithi143 (mon.0) 600 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:44:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:27 smithi196 bash[19959]: audit 2024-02-13T03:44:27.332811+0000 mon.smithi143 (mon.0) 601 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:44:29.702 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:44:29.704 INFO:teuthology.orchestra.run.smithi143.stderr:dumped all 2024-02-13T03:44:30.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:29 smithi143 bash[16533]: cluster 2024-02-13T03:44:28.638375+0000 mgr.smithi143.mxhzlj (mgr.14184) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:30.246 INFO:teuthology.orchestra.run.smithi143.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2024-02-13T03:44:28.638085+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":2379964,"kb_used_data":3196,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548484,"statfs":{"total":767926730752,"available":765489647616,"internally_reserved":0,"allocated":3272704,"data_stored":1269917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-02-13T03:41:00.850831+0000","last_change":"2024-02-13T03:41:00.850831+0000","last_active":"2024-02-13T03:41:00.850831+0000","last_peered":"2024-02-13T03:41:00.850831+0000","last_clean":"2024-02-13T03:41:00.850831+0000","last_became_active":"2024-02-13T03:41:00.849768+0000","last_became_peered":"2024-02-13T03:41:00.849768+0000","last_unstale":"2024-02-13T03:41:00.850831+0000","last_undegraded":"2024-02-13T03:41:00.850831+0000","last_fullsized":"2024-02-13T03:41:00.850831+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-13T03:40:40.806955+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-13T03:40:40.806955+0000","last_clean_scrub_stamp":"2024-02-13T03:40:40.806955+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724588,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":158464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.80800000000000005,"15min":0.81000000000000005},"min":{"1min":0.57299999999999995,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":0.96099999999999997,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.89300000000000002,"15min":0.88300000000000001},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":1.1000000000000001,"5min":3.121,"15min":3.121},"last":1.1379999999999999}]},{"osd":1,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.71899999999999997,"5min":0.72099999999999997,"15min":0.71999999999999997},"min":{"1min":0.44400000000000001,"5min":0.439,"15min":0.439},"max":{"1min":1.1699999999999999,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.89600000000000002},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.79900000000000004,"15min":0.78300000000000003},"min":{"1min":0.38600000000000001,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.05,"5min":3.0649999999999999,"15min":3.0649999999999999},"last":0.84299999999999997}]},{"osd":2,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.84899999999999998,"15min":0.82799999999999996},"min":{"1min":0.69699999999999995,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.056,"5min":2.9089999999999998,"15min":2.9089999999999998},"last":0.94099999999999995},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.95299999999999996,"15min":0.96599999999999997},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0820000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":1.0489999999999999}]},{"osd":3,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.86699999999999999,"15min":0.85099999999999998},"min":{"1min":0.435,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.224,"5min":2.9820000000000002,"15min":2.9820000000000002},"last":1.028},{"interface":"front","average":{"1min":0.81499999999999995,"5min":0.81299999999999994,"15min":0.77800000000000002},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.1779999999999999,"5min":3.0870000000000002,"15min":3.0870000000000002},"last":1.0700000000000001}]},{"osd":4,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.96399999999999997,"15min":0.94799999999999995},"min":{"1min":0.65700000000000003,"5min":0.623,"15min":0.623},"max":{"1min":1.1459999999999999,"5min":3.0139999999999998,"15min":3.0139999999999998},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.97099999999999997,"5min":1.016,"15min":1.014},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.218,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":0.97599999999999998}]},{"osd":5,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":1.0389999999999999,"15min":1.038},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.292,"5min":2.6269999999999998,"15min":2.6269999999999998},"last":1.1200000000000001},{"interface":"front","average":{"1min":0.97699999999999998,"5min":1.018,"15min":1.0049999999999999},"min":{"1min":0.46500000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.268,"5min":3.1749999999999998,"15min":3.1749999999999998},"last":1.2250000000000001}]},{"osd":6,"last update":"Tue Feb 13 03:44:03 2024","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.1419999999999999,"15min":1.1299999999999999},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.343,"5min":3.2320000000000002,"15min":3.2320000000000002},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0800000000000001,"15min":1.056},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.234,"5min":3.145,"15min":3.145},"last":1.177}]}]},{"osd":5,"up_from":35,"seq":150323855406,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.82999999999999996,"15min":0.81999999999999995},"min":{"1min":0.64000000000000001,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.83499999999999996,"5min":0.82199999999999995,"15min":0.82399999999999995},"min":{"1min":0.65500000000000003,"5min":0.621,"15min":0.621},"max":{"1min":1.1619999999999999,"5min":1.214,"15min":1.214},"last":0.88200000000000001}]},{"osd":1,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.73899999999999999,"15min":0.72499999999999998},"min":{"1min":0.55200000000000005,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.4279999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.72899999999999998,"5min":0.76600000000000001,"15min":0.77200000000000002},"min":{"1min":0.53900000000000003,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1,"5min":1.492,"15min":1.492},"last":0.54500000000000004}]},{"osd":2,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.93300000000000005,"15min":0.92400000000000004},"min":{"1min":0.78600000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.1679999999999999,"5min":1.806,"15min":1.806},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.95199999999999996,"15min":0.95199999999999996},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1699999999999999,"5min":1.506,"15min":1.506},"last":0.80300000000000005}]},{"osd":3,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.88200000000000001,"15min":0.88300000000000001},"min":{"1min":0.52100000000000002,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.153,"5min":1.46,"15min":1.46},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.92900000000000005},"min":{"1min":0.73799999999999999,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.127,"5min":2.2330000000000001,"15min":2.2330000000000001},"last":0.73899999999999999}]},{"osd":4,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.0489999999999999,"15min":1.036},"min":{"1min":0.88600000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.361,"5min":2.1400000000000001,"15min":2.1400000000000001},"last":0.69099999999999995},{"interface":"front","average":{"1min":1.016,"5min":0.997,"15min":0.995},"min":{"1min":0.79100000000000004,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.214,"5min":1.393,"15min":1.393},"last":0.96199999999999997}]},{"osd":6,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.0760000000000001,"15min":1.0609999999999999},"min":{"1min":0.89800000000000002,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.488,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":1.0840000000000001},{"interface":"front","average":{"1min":1.149,"5min":1.1220000000000001,"15min":1.1180000000000001},"min":{"1min":0.89300000000000002,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3149999999999999,"5min":2.0230000000000001,"15min":2.0230000000000001},"last":1.0029999999999999}]},{"osd":7,"last update":"Tue Feb 13 03:44:00 2024","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.099,"15min":1.077},"min":{"1min":0.73499999999999999,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.3839999999999999,"5min":1.605,"15min":1.605},"last":1.012},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.1559999999999999,"15min":1.155},"min":{"1min":0.96599999999999997,"5min":0.75,"15min":0.75},"max":{"1min":1.357,"5min":1.913,"15min":1.913},"last":0.94499999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:43 2024","interfaces":[{"interface":"back","average":{"1min":0.72099999999999997,"5min":0.70799999999999996,"15min":0.70799999999999996},"min":{"1min":0.54600000000000004,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.0169999999999999,"5min":1.304,"15min":1.304},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.746,"5min":0.74199999999999999,"15min":0.73999999999999999},"min":{"1min":0.54600000000000004,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.73599999999999999}]},{"osd":1,"last update":"Tue Feb 13 03:43:43 2024","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.89400000000000002,"15min":0.89700000000000002},"min":{"1min":0.68300000000000005,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.208,"5min":1.234,"15min":1.234},"last":0.876},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.93600000000000005,"15min":0.93999999999999995},"min":{"1min":0.68600000000000005,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1200000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":1.0640000000000001}]},{"osd":3,"last update":"Tue Feb 13 03:43:56 2024","interfaces":[{"interface":"back","average":{"1min":1.071,"5min":1.03,"15min":1.0229999999999999},"min":{"1min":0.82299999999999995,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.2390000000000001,"5min":1.355,"15min":1.355},"last":0.98499999999999999},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.94499999999999995,"15min":0.93799999999999994},"min":{"1min":0.65700000000000003,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.147,"5min":1.224,"15min":1.224},"last":0.92000000000000004}]},{"osd":4,"last update":"Tue Feb 13 03:43:48 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"min":{"1min":0.68400000000000005,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.004,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.92700000000000005,"15min":0.93500000000000005},"min":{"1min":0.63400000000000001,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.288,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.94999999999999996}]},{"osd":5,"last update":"Tue Feb 13 03:43:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.0409999999999999,"15min":1.0469999999999999},"min":{"1min":0.71499999999999997,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.2689999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.125},{"interface":"front","average":{"1min":0.98899999999999999,"5min":1.0109999999999999,"15min":1.0149999999999999},"min":{"1min":0.86199999999999999,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.2569999999999999,"5min":1.655,"15min":1.655},"last":1.107}]},{"osd":6,"last update":"Tue Feb 13 03:43:56 2024","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0720000000000001,"15min":1.083},"min":{"1min":0.81599999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.357,"5min":1.46,"15min":1.46},"last":1.022},{"interface":"front","average":{"1min":1.149,"5min":1.149,"15min":1.1519999999999999},"min":{"1min":0.90900000000000003,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.3280000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.1759999999999999}]},{"osd":7,"last update":"Tue Feb 13 03:43:59 2024","interfaces":[{"interface":"back","average":{"1min":1.2470000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"min":{"1min":1.0980000000000001,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.4419999999999999,"5min":1.643,"15min":1.643},"last":1.2270000000000001},{"interface":"front","average":{"1min":1.165,"5min":1.175,"15min":1.1850000000000001},"min":{"1min":0.98499999999999999,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.4279999999999999,"5min":1.635,"15min":1.635},"last":1.0369999999999999}]}]},{"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":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Feb 13 03:43:46 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.85299999999999998,"15min":0.85399999999999998},"min":{"1min":0.71099999999999997,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.83999999999999997,"5min":0.875,"15min":0.88800000000000001},"min":{"1min":0.53800000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.02,"5min":1.123,"15min":1.123},"last":1.1679999999999999}]},{"osd":2,"last update":"Tue Feb 13 03:43:46 2024","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.79900000000000004,"15min":0.78500000000000003},"min":{"1min":0.60999999999999999,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":1.087},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.82899999999999996,"15min":0.83999999999999997},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.1339999999999999,"5min":1.206,"15min":1.206},"last":0.74299999999999999}]},{"osd":3,"last update":"Tue Feb 13 03:43:51 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.86699999999999999,"15min":0.85299999999999998},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.1419999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":1.1879999999999999},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.94599999999999995,"15min":0.93700000000000006},"min":{"1min":0.75800000000000001,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":1.224}]},{"osd":4,"last update":"Tue Feb 13 03:43:51 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93600000000000005},"min":{"1min":0.67600000000000005,"5min":0.63,"15min":0.63},"max":{"1min":1.349,"5min":1.383,"15min":1.383},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.95399999999999996,"15min":0.94999999999999996},"min":{"1min":0.63900000000000001,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.3560000000000001,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.0620000000000001}]},{"osd":5,"last update":"Tue Feb 13 03:43:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0469999999999999,"15min":1.0549999999999999},"min":{"1min":0.88600000000000001,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.2829999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.97099999999999997},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.0820000000000001,"15min":1.0820000000000001},"min":{"1min":0.93200000000000005,"5min":0.81499999999999995,"15min":0.81499999999999995},"max":{"1min":1.27,"5min":1.351,"15min":1.351},"last":1.2490000000000001}]},{"osd":6,"last update":"Tue Feb 13 03:43:51 2024","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.099,"15min":1.097},"min":{"1min":0.82299999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.395,"5min":1.46,"15min":1.46},"last":1.206},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.161,"15min":1.155},"min":{"1min":1.024,"5min":0.94399999999999995,"15min":0.94399999999999995},"max":{"1min":1.3089999999999999,"5min":1.72,"15min":1.72},"last":1.3049999999999999}]},{"osd":7,"last update":"Tue Feb 13 03:44:06 2024","interfaces":[{"interface":"back","average":{"1min":1.155,"5min":1.1579999999999999,"15min":1.1519999999999999},"min":{"1min":0.93200000000000005,"5min":0.83299999999999996,"15min":0.83299999999999996},"max":{"1min":1.4299999999999999,"5min":1.534,"15min":1.534},"last":1.5860000000000001},{"interface":"front","average":{"1min":1.2549999999999999,"5min":1.274,"15min":1.268},"min":{"1min":0.93400000000000005,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.657,"5min":1.901,"15min":1.901},"last":1.2709999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:42 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.91900000000000004,"15min":0.90900000000000003},"min":{"1min":0.63,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.1919999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.84599999999999997,"15min":0.87},"min":{"1min":0.55000000000000004,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":0.97999999999999998,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.754}]},{"osd":2,"last update":"Tue Feb 13 03:43:42 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.85299999999999998,"15min":0.84899999999999998},"min":{"1min":0.65500000000000003,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.194,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.92100000000000004,"15min":0.91100000000000003},"min":{"1min":0.75,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.135}]},{"osd":3,"last update":"Tue Feb 13 03:43:48 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.81299999999999994,"15min":0.81599999999999995},"min":{"1min":0.60899999999999999,"5min":0.501,"15min":0.501},"max":{"1min":1.244,"5min":1.274,"15min":1.274},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.81100000000000005,"5min":0.82899999999999996,"15min":0.83499999999999996},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.0900000000000001,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.85999999999999999}]},{"osd":4,"last update":"Tue Feb 13 03:43:48 2024","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.97099999999999997},{"interface":"front","average":{"1min":1.1200000000000001,"5min":1.052,"15min":1.036},"min":{"1min":0.89900000000000002,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.395,"5min":1.395,"15min":1.395},"last":1.0780000000000001}]},{"osd":5,"last update":"Tue Feb 13 03:43:58 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.90000000000000002,"15min":0.91100000000000003},"min":{"1min":0.65000000000000002,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1040000000000001,"5min":1.252,"15min":1.252},"last":0.93700000000000006},{"interface":"front","average":{"1min":0.997,"5min":0.97899999999999998,"15min":0.98299999999999998},"min":{"1min":0.77400000000000002,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":0.89400000000000002}]},{"osd":6,"last update":"Tue Feb 13 03:43:48 2024","interfaces":[{"interface":"back","average":{"1min":1.198,"5min":1.1459999999999999,"15min":1.1399999999999999},"min":{"1min":1.0049999999999999,"5min":0.753,"15min":0.753},"max":{"1min":1.639,"5min":1.639,"15min":1.639},"last":1.1879999999999999},{"interface":"front","average":{"1min":1.087,"5min":1.1359999999999999,"15min":1.147},"min":{"1min":0.86099999999999999,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.474,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.0980000000000001}]},{"osd":7,"last update":"Tue Feb 13 03:44:00 2024","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.179,"15min":1.1679999999999999},"min":{"1min":0.93700000000000006,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.2330000000000001},{"interface":"front","average":{"1min":1.135,"5min":1.181,"15min":1.1899999999999999},"min":{"1min":0.746,"5min":0.746,"15min":0.746},"max":{"1min":1.5840000000000001,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":1.026}]}]},{"osd":4,"up_from":26,"seq":111669149744,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:47 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.73799999999999999,"15min":0.75600000000000001},"min":{"1min":0.58899999999999997,"5min":0.498,"15min":0.498},"max":{"1min":0.88300000000000001,"5min":2.0590000000000002,"15min":2.0590000000000002},"last":0.94599999999999995},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.85399999999999998,"15min":0.872},"min":{"1min":0.623,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.2170000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.90900000000000003}]},{"osd":1,"last update":"Tue Feb 13 03:43:47 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.92500000000000004,"15min":0.95099999999999996},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.0820000000000001,"5min":2.6800000000000002,"15min":2.6800000000000002},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.94899999999999995,"15min":0.97799999999999998},"min":{"1min":0.76600000000000001,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.014,"5min":2.1709999999999998,"15min":2.1709999999999998},"last":1.1699999999999999}]},{"osd":2,"last update":"Tue Feb 13 03:43:47 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.88100000000000001,"15min":0.89300000000000002},"min":{"1min":0.60099999999999998,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1240000000000001,"5min":2.2890000000000001,"15min":2.2890000000000001},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.90700000000000003,"15min":0.94399999999999995},"min":{"1min":0.61099999999999999,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.0149999999999999,"5min":2.7829999999999999,"15min":2.7829999999999999},"last":0.86199999999999999}]},{"osd":3,"last update":"Tue Feb 13 03:43:55 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":1.0229999999999999,"15min":1.036},"min":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.28,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.1990000000000001},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.0469999999999999,"15min":1.0820000000000001},"min":{"1min":0.82999999999999996,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.1479999999999999,"5min":2.5750000000000002,"15min":2.5750000000000002},"last":1.054}]},{"osd":5,"last update":"Tue Feb 13 03:43:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.073,"15min":1.105},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.268,"5min":2.1179999999999999,"15min":2.1179999999999999},"last":1.109},{"interface":"front","average":{"1min":1.079,"5min":1.1599999999999999,"15min":1.1870000000000001},"min":{"1min":0.84799999999999998,"5min":0.83099999999999996,"15min":0.83099999999999996},"max":{"1min":1.296,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.034}]},{"osd":6,"last update":"Tue Feb 13 03:43:55 2024","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.165,"15min":1.1930000000000001},"min":{"1min":0.84299999999999997,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.4419999999999999,"5min":2.6259999999999999,"15min":2.6259999999999999},"last":1.3169999999999999},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.2170000000000001,"15min":1.2450000000000001},"min":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"max":{"1min":1.3939999999999999,"5min":1.579,"15min":1.579},"last":1.1339999999999999}]},{"osd":7,"last update":"Tue Feb 13 03:44:02 2024","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.25,"15min":1.272},"min":{"1min":0.88800000000000001,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.3959999999999999,"5min":1.6519999999999999,"15min":1.6519999999999999},"last":1.2669999999999999},{"interface":"front","average":{"1min":1.171,"5min":1.2589999999999999,"15min":1.302},"min":{"1min":0.97899999999999998,"5min":0.90300000000000002,"15min":0.90300000000000002},"max":{"1min":1.522,"5min":2.7429999999999999,"15min":2.7429999999999999},"last":1.284}]}]},{"osd":3,"up_from":30,"seq":128849018926,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.87,"15min":0.86699999999999999},"min":{"1min":0.59399999999999997,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.84499999999999997,"15min":0.85199999999999998},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.1120000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.68799999999999994}]},{"osd":1,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.69399999999999995,"15min":0.69799999999999995},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.0900000000000001,"5min":1.0900000000000001,"15min":1.0900000000000001},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.745,"5min":0.73199999999999998,"15min":0.72799999999999998},"min":{"1min":0.44400000000000001,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.137,"5min":1.137,"15min":1.137},"last":1.226}]},{"osd":2,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.97799999999999998,"15min":0.97999999999999998},"min":{"1min":0.65700000000000003,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.1850000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.91400000000000003,"15min":0.91100000000000003},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.1950000000000001,"5min":1.266,"15min":1.266},"last":0.85499999999999998}]},{"osd":4,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.88,"15min":0.89500000000000002},"min":{"1min":0.55100000000000005,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.103,"5min":1.149,"15min":1.149},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.252,"5min":1.395,"15min":1.395},"last":1.1000000000000001}]},{"osd":5,"last update":"Tue Feb 13 03:43:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.97799999999999998,"15min":0.96599999999999997},"min":{"1min":0.628,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":1.018},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.92000000000000004,"15min":0.91000000000000003},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.2450000000000001,"5min":1.276,"15min":1.276},"last":1.0349999999999999}]},{"osd":6,"last update":"Tue Feb 13 03:43:54 2024","interfaces":[{"interface":"back","average":{"1min":1.0609999999999999,"5min":1.0800000000000001,"15min":1.081},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.375,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.93700000000000006},{"interface":"front","average":{"1min":1.002,"5min":1.077,"15min":1.091},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2210000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":1.0549999999999999}]},{"osd":7,"last update":"Tue Feb 13 03:44:04 2024","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":1.165,"15min":1.177},"min":{"1min":0.69599999999999995,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.4590000000000001,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.294},{"interface":"front","average":{"1min":1.085,"5min":1.1060000000000001,"15min":1.107},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.3140000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.167}]}]},{"osd":6,"up_from":30,"seq":128849018927,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":158779,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.67200000000000004,"5min":0.81399999999999995,"15min":0.85799999999999998},"min":{"1min":0.50700000000000001,"5min":0.495,"15min":0.495},"max":{"1min":0.92200000000000004,"5min":3.738,"15min":3.738},"last":1.0409999999999999},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.90400000000000003,"15min":0.90600000000000003},"min":{"1min":0.69999999999999996,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.296,"5min":2.1890000000000001,"15min":2.1890000000000001},"last":0.996}]},{"osd":1,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.90400000000000003,"15min":0.92600000000000005},"min":{"1min":0.65600000000000003,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.123,"5min":3.129,"15min":3.129},"last":0.85399999999999998},{"interface":"front","average":{"1min":0.94499999999999995,"5min":1.0089999999999999,"15min":1.0389999999999999},"min":{"1min":0.68400000000000005,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3029999999999999,"5min":3.6680000000000001,"15min":3.6680000000000001},"last":0.93200000000000005}]},{"osd":2,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.94699999999999995,"15min":0.98199999999999998},"min":{"1min":0.58499999999999996,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2110000000000001,"5min":3.5409999999999999,"15min":3.5409999999999999},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.85799999999999998,"15min":0.85699999999999998},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.204,"5min":2.2570000000000001,"15min":2.2570000000000001},"last":1.0700000000000001}]},{"osd":3,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":1.123,"15min":1.2030000000000001},"min":{"1min":0.70999999999999996,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.1870000000000001,"5min":6.8710000000000004,"15min":6.8710000000000004},"last":0.80100000000000005},{"interface":"front","average":{"1min":1.0680000000000001,"5min":1.2589999999999999,"15min":1.3400000000000001},"min":{"1min":0.95199999999999996,"5min":0.876,"15min":0.876},"max":{"1min":1.2330000000000001,"5min":6.641,"15min":6.641},"last":1.226}]},{"osd":4,"last update":"Tue Feb 13 03:43:49 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":1,"15min":1.02},"min":{"1min":0.65900000000000003,"5min":0.63,"15min":0.63},"max":{"1min":1.2470000000000001,"5min":1.984,"15min":1.984},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.083,"5min":1.103,"15min":1.1359999999999999},"min":{"1min":0.93000000000000005,"5min":0.628,"15min":0.628},"max":{"1min":1.2150000000000001,"5min":3.254,"15min":3.254},"last":0.73199999999999998}]},{"osd":5,"last update":"Tue Feb 13 03:43:57 2024","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.079,"15min":1.0860000000000001},"min":{"1min":0.87,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.2430000000000001,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.0229999999999999},{"interface":"front","average":{"1min":1.115,"5min":1.137,"15min":1.145},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.3049999999999999,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.145}]},{"osd":7,"last update":"Tue Feb 13 03:44:06 2024","interfaces":[{"interface":"back","average":{"1min":1.244,"5min":1.159,"15min":1.137},"min":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":3.1720000000000002,"5min":3.1720000000000002,"15min":3.1720000000000002},"last":1.105},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.1819999999999999,"15min":1.1799999999999999},"min":{"1min":0.94199999999999995,"5min":0.89800000000000002,"15min":0.89800000000000002},"max":{"1min":1.357,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.89200000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-13T03:44:30.247 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-13T03:44:30.247 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-13T03:44:30.248 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-13T03:44:30.248 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-13T03:44:30.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:29 smithi196 bash[19959]: cluster 2024-02-13T03:44:28.638375+0000 mgr.smithi143.mxhzlj (mgr.14184) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:31.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:30 smithi143 bash[16533]: audit 2024-02-13T03:44:29.695543+0000 mgr.smithi143.mxhzlj (mgr.14184) 206 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:31.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:30 smithi196 bash[19959]: audit 2024-02-13T03:44:29.695543+0000 mgr.smithi143.mxhzlj (mgr.14184) 206 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:31 smithi143 bash[16533]: cluster 2024-02-13T03:44:30.638948+0000 mgr.smithi143.mxhzlj (mgr.14184) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:32.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:31 smithi196 bash[19959]: cluster 2024-02-13T03:44:30.638948+0000 mgr.smithi143.mxhzlj (mgr.14184) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:34.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:33 smithi143 bash[16533]: cluster 2024-02-13T03:44:32.639544+0000 mgr.smithi143.mxhzlj (mgr.14184) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:34.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:33 smithi196 bash[19959]: cluster 2024-02-13T03:44:32.639544+0000 mgr.smithi143.mxhzlj (mgr.14184) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:35.087 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/mon.smithi143/config 2024-02-13T03:44:36.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:35 smithi143 bash[16533]: cluster 2024-02-13T03:44:34.640193+0000 mgr.smithi143.mxhzlj (mgr.14184) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:36.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:35 smithi196 bash[19959]: cluster 2024-02-13T03:44:34.640193+0000 mgr.smithi143.mxhzlj (mgr.14184) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:38.018 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:44:38.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:37 smithi143 bash[16533]: cluster 2024-02-13T03:44:36.640804+0000 mgr.smithi143.mxhzlj (mgr.14184) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:38.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:37 smithi196 bash[19959]: cluster 2024-02-13T03:44:36.640804+0000 mgr.smithi143.mxhzlj (mgr.14184) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:38.645 INFO:teuthology.orchestra.run.smithi143.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-13T03:44:38.646 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-13T03:44:38.646 INFO:tasks.cephadm:Setup complete, yielding 2024-02-13T03:44:38.646 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T03:44:38.658 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T03:44:38.659 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-13T03:44:38.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:38 smithi143 bash[16533]: audit 2024-02-13T03:44:38.019164+0000 mon.smithi143 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.143:0/961755363' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-13T03:44:39.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:38 smithi196 bash[19959]: audit 2024-02-13T03:44:38.019164+0000 mon.smithi143 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.143:0/961755363' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-13T03:44:40.007 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:39 smithi143 bash[16533]: cluster 2024-02-13T03:44:38.641407+0000 mgr.smithi143.mxhzlj (mgr.14184) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:39 smithi196 bash[19959]: cluster 2024-02-13T03:44:38.641407+0000 mgr.smithi143.mxhzlj (mgr.14184) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:41.863 INFO:teuthology.orchestra.run.smithi143.stdout:Backend: cephadm 2024-02-13T03:44:41.863 INFO:teuthology.orchestra.run.smithi143.stdout:Available: Yes 2024-02-13T03:44:41.864 INFO:teuthology.orchestra.run.smithi143.stdout:Paused: No 2024-02-13T03:44:42.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:41 smithi143 bash[16533]: cluster 2024-02-13T03:44:40.642150+0000 mgr.smithi143.mxhzlj (mgr.14184) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:42.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:41 smithi196 bash[19959]: cluster 2024-02-13T03:44:40.642150+0000 mgr.smithi143.mxhzlj (mgr.14184) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:42.478 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-13T03:44:43.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:42 smithi143 bash[16533]: audit 2024-02-13T03:44:41.864104+0000 mgr.smithi143.mxhzlj (mgr.14184) 213 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:43.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:42 smithi196 bash[19959]: audit 2024-02-13T03:44:41.864104+0000 mgr.smithi143.mxhzlj (mgr.14184) 213 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:44.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:43 smithi143 bash[16533]: cluster 2024-02-13T03:44:42.642768+0000 mgr.smithi143.mxhzlj (mgr.14184) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:43 smithi196 bash[19959]: cluster 2024-02-13T03:44:42.642768+0000 mgr.smithi143.mxhzlj (mgr.14184) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:45.612 INFO:teuthology.orchestra.run.smithi143.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:alertmanager.smithi143 smithi143 *:9093,9094 running (3m) 18s ago 6m 14.6M - 0.23.0 ba2b418f427c 7c61d07c4f00 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:crash.smithi143 smithi143 running (6m) 18s ago 6m 7700k - 16.2.14-521-g0e714d9a 1fbc92c859dc b10cdf7de1c6 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:crash.smithi196 smithi196 running (5m) 18s ago 5m 9367k - 16.2.14-521-g0e714d9a 1fbc92c859dc 07bd12d10948 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:grafana.smithi143 smithi143 *:3000 running (3m) 18s ago 5m 42.0M - 8.3.5 dad864ee21e9 5dec801b01d1 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:mgr.smithi143.mxhzlj smithi143 *:9283 running (7m) 18s ago 7m 429M - 16.2.14-521-g0e714d9a 1fbc92c859dc 8ddf6e9cdda4 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:mgr.smithi196.beqlkm smithi196 *:8443,9283 running (5m) 18s ago 5m 378M - 16.2.14-521-g0e714d9a 1fbc92c859dc 511ef33096e6 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:mon.smithi143 smithi143 running (7m) 18s ago 7m 60.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc b3005703444d 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:mon.smithi196 smithi196 running (5m) 18s ago 5m 57.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 42851d0115cc 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 18s ago 5m 11.3M - 1.3.1 1dbe0e931976 c7e3b859e884 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:node-exporter.smithi196 smithi196 *:9100 running (5m) 18s ago 5m 11.4M - 1.3.1 1dbe0e931976 846e44166ccd 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:osd.0 smithi196 running (4m) 18s ago 4m 35.5M 3785M 16.2.14-521-g0e714d9a 1fbc92c859dc 7f6540f117e5 2024-02-13T03:44:45.613 INFO:teuthology.orchestra.run.smithi143.stdout:osd.1 smithi143 running (4m) 18s ago 4m 33.7M 3529M 16.2.14-521-g0e714d9a 1fbc92c859dc 4464c3629f45 2024-02-13T03:44:45.614 INFO:teuthology.orchestra.run.smithi143.stdout:osd.2 smithi196 running (4m) 18s ago 4m 35.5M 3785M 16.2.14-521-g0e714d9a 1fbc92c859dc 7fe90f715383 2024-02-13T03:44:45.614 INFO:teuthology.orchestra.run.smithi143.stdout:osd.3 smithi143 running (4m) 18s ago 4m 34.8M 3529M 16.2.14-521-g0e714d9a 1fbc92c859dc e940ae49b6a3 2024-02-13T03:44:45.614 INFO:teuthology.orchestra.run.smithi143.stdout:osd.4 smithi196 running (4m) 18s ago 4m 34.4M 3785M 16.2.14-521-g0e714d9a 1fbc92c859dc ebbb1e938d0b 2024-02-13T03:44:45.614 INFO:teuthology.orchestra.run.smithi143.stdout:osd.5 smithi143 running (4m) 18s ago 4m 34.2M 3529M 16.2.14-521-g0e714d9a 1fbc92c859dc 82136bd4994f 2024-02-13T03:44:45.614 INFO:teuthology.orchestra.run.smithi143.stdout:osd.6 smithi196 running (4m) 18s ago 4m 34.2M 3785M 16.2.14-521-g0e714d9a 1fbc92c859dc 969776bb70b8 2024-02-13T03:44:45.614 INFO:teuthology.orchestra.run.smithi143.stdout:osd.7 smithi143 running (3m) 18s ago 3m 35.1M 3529M 16.2.14-521-g0e714d9a 1fbc92c859dc fbe17276564b 2024-02-13T03:44:45.614 INFO:teuthology.orchestra.run.smithi143.stdout:prometheus.smithi196 smithi196 *:9095 running (5m) 18s ago 5m 53.4M - 2.33.4 514e6a882f6e c4d55b52f682 2024-02-13T03:44:46.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:45 smithi143 bash[16533]: cluster 2024-02-13T03:44:44.643399+0000 mgr.smithi143.mxhzlj (mgr.14184) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:46.256 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-13T03:44:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:45 smithi196 bash[19959]: cluster 2024-02-13T03:44:44.643399+0000 mgr.smithi143.mxhzlj (mgr.14184) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:47.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:46 smithi143 bash[16533]: audit 2024-02-13T03:44:45.592632+0000 mgr.smithi143.mxhzlj (mgr.14184) 216 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:47.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:46 smithi196 bash[19959]: audit 2024-02-13T03:44:45.592632+0000 mgr.smithi143.mxhzlj (mgr.14184) 216 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:48.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:47 smithi143 bash[16533]: cluster 2024-02-13T03:44:46.643992+0000 mgr.smithi143.mxhzlj (mgr.14184) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:47 smithi196 bash[19959]: cluster 2024-02-13T03:44:46.643992+0000 mgr.smithi143.mxhzlj (mgr.14184) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:49.548 INFO:teuthology.orchestra.run.smithi143.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-13T03:44:49.548 INFO:teuthology.orchestra.run.smithi143.stdout:alertmanager ?:9093,9094 1/1 22s ago 6m count:1 2024-02-13T03:44:49.548 INFO:teuthology.orchestra.run.smithi143.stdout:crash 2/2 22s ago 7m * 2024-02-13T03:44:49.549 INFO:teuthology.orchestra.run.smithi143.stdout:grafana ?:3000 1/1 22s ago 6m count:1 2024-02-13T03:44:49.549 INFO:teuthology.orchestra.run.smithi143.stdout:mgr 2/2 22s ago 7m count:2 2024-02-13T03:44:49.549 INFO:teuthology.orchestra.run.smithi143.stdout:mon 2/2 22s ago 5m smithi143:172.21.15.143=smithi143;smithi196:172.21.15.196=smithi196;count:2 2024-02-13T03:44:49.549 INFO:teuthology.orchestra.run.smithi143.stdout:node-exporter ?:9100 2/2 22s ago 6m * 2024-02-13T03:44:49.549 INFO:teuthology.orchestra.run.smithi143.stdout:osd.all-available-devices 8 22s ago 5m * 2024-02-13T03:44:49.549 INFO:teuthology.orchestra.run.smithi143.stdout:prometheus ?:9095 1/1 22s ago 6m count:1 2024-02-13T03:44:50.091 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-13T03:44:50.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:49 smithi143 bash[16533]: cluster 2024-02-13T03:44:48.644648+0000 mgr.smithi143.mxhzlj (mgr.14184) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:49 smithi196 bash[19959]: cluster 2024-02-13T03:44:48.644648+0000 mgr.smithi143.mxhzlj (mgr.14184) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:51.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:50 smithi196 bash[19959]: audit 2024-02-13T03:44:49.544457+0000 mgr.smithi143.mxhzlj (mgr.14184) 219 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:51.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:50 smithi143 bash[16533]: audit 2024-02-13T03:44:49.544457+0000 mgr.smithi143.mxhzlj (mgr.14184) 219 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:51 smithi196 bash[19959]: cluster 2024-02-13T03:44:50.645263+0000 mgr.smithi143.mxhzlj (mgr.14184) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:52.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:51 smithi143 bash[16533]: cluster 2024-02-13T03:44:50.645263+0000 mgr.smithi143.mxhzlj (mgr.14184) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:53.550 INFO:teuthology.orchestra.run.smithi143.stdout:HOST ADDR LABELS STATUS 2024-02-13T03:44:53.550 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 172.21.15.143 2024-02-13T03:44:53.550 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 172.21.15.196 2024-02-13T03:44:53.550 INFO:teuthology.orchestra.run.smithi143.stdout:2 hosts in cluster 2024-02-13T03:44:54.162 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-13T03:44:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:53 smithi196 bash[19959]: cluster 2024-02-13T03:44:52.645840+0000 mgr.smithi143.mxhzlj (mgr.14184) 221 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:54.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:53 smithi143 bash[16533]: cluster 2024-02-13T03:44:52.645840+0000 mgr.smithi143.mxhzlj (mgr.14184) 221 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:54 smithi196 bash[19959]: audit 2024-02-13T03:44:53.549904+0000 mgr.smithi143.mxhzlj (mgr.14184) 222 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:55.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:54 smithi143 bash[16533]: audit 2024-02-13T03:44:53.549904+0000 mgr.smithi143.mxhzlj (mgr.14184) 222 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:55 smithi196 bash[19959]: cluster 2024-02-13T03:44:54.646535+0000 mgr.smithi143.mxhzlj (mgr.14184) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:56.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:55 smithi143 bash[16533]: cluster 2024-02-13T03:44:54.646535+0000 mgr.smithi143.mxhzlj (mgr.14184) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:57.389 INFO:teuthology.orchestra.run.smithi143.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme0n1 ssd _CVFT62330073400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme1n1 ssd _6468dc2c55d5b974 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme2n1 ssd _5df4e68fa6fb3c9d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme3n1 ssd _2dea853f79d93f20 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme4n1 ssd _4da4a11c9ec09d1d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme0n1 ssd _CVFT6246000Z400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme1n1 ssd _0558e61d413da83c 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme2n1 ssd _78156158a3680de5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme3n1 ssd _b89f4d52b8c2d3b6 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:44:57.390 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme4n1 ssd _21ea8d71830715c6 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:44:58.024 INFO:teuthology.run_tasks:Running task vip... 2024-02-13T03:44:58.034 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-13T03:44:58.034 INFO:tasks.vip:peername 172.21.15.143 2024-02-13T03:44:58.037 INFO:tasks.vip:172.21.15.143 in 172.21.0.0/20, pos 3982 2024-02-13T03:44:58.042 INFO:tasks.vip:smithi143.front.sepia.ceph.com static 10.0.15.143, vnet 10.0.0.0/16 2024-02-13T03:44:58.042 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-13T03:44:58.042 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip route ls 2024-02-13T03:44:58.058 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-13T03:44:58.058 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.143 metric 100 2024-02-13T03:44:58.058 INFO:teuthology.orchestra.run.smithi143.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-13T03:44:58.058 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.143 2024-02-13T03:44:58.058 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.143 metric 100 2024-02-13T03:44:58.059 INFO:tasks.vip:Configuring 10.0.15.143 on smithi143.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T03:44:58.059 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr add 10.0.15.143/16 dev enp3s0f1 2024-02-13T03:44:58.119 INFO:tasks.vip:peername 172.21.15.196 2024-02-13T03:44:58.121 INFO:tasks.vip:172.21.15.196 in 172.21.0.0/20, pos 4035 2024-02-13T03:44:58.125 INFO:tasks.vip:smithi196.front.sepia.ceph.com static 10.0.15.196, vnet 10.0.0.0/16 2024-02-13T03:44:58.126 DEBUG:teuthology.orchestra.run.smithi196:> sudo ip route ls 2024-02-13T03:44:58.140 INFO:teuthology.orchestra.run.smithi196.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-13T03:44:58.140 INFO:teuthology.orchestra.run.smithi196.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.196 metric 100 2024-02-13T03:44:58.141 INFO:teuthology.orchestra.run.smithi196.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-13T03:44:58.141 INFO:teuthology.orchestra.run.smithi196.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.196 2024-02-13T03:44:58.141 INFO:teuthology.orchestra.run.smithi196.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.196 metric 100 2024-02-13T03:44:58.141 INFO:tasks.vip:Configuring 10.0.15.196 on smithi196.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T03:44:58.142 DEBUG:teuthology.orchestra.run.smithi196:> sudo ip addr add 10.0.15.196/16 dev enp3s0f1 2024-02-13T03:44:58.195 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:57 smithi196 bash[19959]: cluster 2024-02-13T03:44:56.647081+0000 mgr.smithi143.mxhzlj (mgr.14184) 224 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:58.199 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T03:44:58.208 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T03:44:58.208 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-13T03:44:58.220 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:57 smithi143 bash[16533]: cluster 2024-02-13T03:44:56.647081+0000 mgr.smithi143.mxhzlj (mgr.14184) 224 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:44:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:58 smithi196 bash[19959]: audit 2024-02-13T03:44:57.386237+0000 mgr.smithi143.mxhzlj (mgr.14184) 225 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:44:59.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:58 smithi143 bash[16533]: audit 2024-02-13T03:44:57.386237+0000 mgr.smithi143.mxhzlj (mgr.14184) 225 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:45:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:44:59 smithi196 bash[19959]: cluster 2024-02-13T03:44:58.647703+0000 mgr.smithi143.mxhzlj (mgr.14184) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:00.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:44:59 smithi143 bash[16533]: cluster 2024-02-13T03:44:58.647703+0000 mgr.smithi143.mxhzlj (mgr.14184) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:01.471 INFO:teuthology.orchestra.run.smithi143.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-13T03:45:01.471 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme0n1 ssd _CVFT62330073400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-13T03:45:01.471 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme1n1 ssd _6468dc2c55d5b974 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:45:01.471 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme2n1 ssd _5df4e68fa6fb3c9d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:45:01.471 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme3n1 ssd _2dea853f79d93f20 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:45:01.472 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme4n1 ssd _4da4a11c9ec09d1d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:45:01.472 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme0n1 ssd _CVFT6246000Z400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-13T03:45:01.472 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme1n1 ssd _0558e61d413da83c 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:45:01.472 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme2n1 ssd _78156158a3680de5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:45:01.472 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme3n1 ssd _b89f4d52b8c2d3b6 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:45:01.472 INFO:teuthology.orchestra.run.smithi143.stdout:smithi196 /dev/nvme4n1 ssd _21ea8d71830715c6 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:45:02.141 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-13T03:45:02.150 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T03:45:02.150 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-13T03:45:02.197 INFO:teuthology.orchestra.run.smithi143.stderr:+ systemctl stop nfs-server 2024-02-13T03:45:02.210 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:01 smithi143 bash[16533]: cluster 2024-02-13T03:45:00.648314+0000 mgr.smithi143.mxhzlj (mgr.14184) 227 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:02.210 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:01 smithi143 bash[16533]: audit 2024-02-13T03:45:01.501634+0000 mon.smithi143 (mon.0) 603 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:45:02.221 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi196.front.sepia.ceph.com 2024-02-13T03:45:02.222 DEBUG:teuthology.orchestra.run.smithi196:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-13T03:45:02.234 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:01 smithi196 bash[19959]: cluster 2024-02-13T03:45:00.648314+0000 mgr.smithi143.mxhzlj (mgr.14184) 227 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:02.234 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:01 smithi196 bash[19959]: audit 2024-02-13T03:45:01.501634+0000 mon.smithi143 (mon.0) 603 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:45:02.236 INFO:teuthology.orchestra.run.smithi196.stderr:+ systemctl stop nfs-server 2024-02-13T03:45:02.261 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T03:45:02.270 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T03:45:02.270 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-13T03:45:03.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:02 smithi196 bash[19959]: audit 2024-02-13T03:45:01.463674+0000 mgr.smithi143.mxhzlj (mgr.14184) 228 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:45:03.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:02 smithi143 bash[16533]: audit 2024-02-13T03:45:01.463674+0000 mgr.smithi143.mxhzlj (mgr.14184) 228 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:45:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:03 smithi196 bash[19959]: cluster 2024-02-13T03:45:02.648929+0000 mgr.smithi143.mxhzlj (mgr.14184) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:03 smithi143 bash[16533]: cluster 2024-02-13T03:45:02.648929+0000 mgr.smithi143.mxhzlj (mgr.14184) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:05.458 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled rgw.foorgw update... 2024-02-13T03:45:06.041 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.143/16' 2024-02-13T03:45:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:05 smithi196 bash[19959]: cluster 2024-02-13T03:45:04.649544+0000 mgr.smithi143.mxhzlj (mgr.14184) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:05 smithi196 bash[19959]: audit 2024-02-13T03:45:05.458730+0000 mon.smithi143 (mon.0) 604 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:05 smithi143 bash[16533]: cluster 2024-02-13T03:45:04.649544+0000 mgr.smithi143.mxhzlj (mgr.14184) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:05 smithi143 bash[16533]: audit 2024-02-13T03:45:05.458730+0000 mon.smithi143 (mon.0) 604 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:07.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:06 smithi196 bash[19959]: audit 2024-02-13T03:45:05.449153+0000 mgr.smithi143.mxhzlj (mgr.14184) 231 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:45:07.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:06 smithi196 bash[19959]: cephadm 2024-02-13T03:45:05.452137+0000 mgr.smithi143.mxhzlj (mgr.14184) 232 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-13T03:45:07.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:06 smithi143 bash[16533]: audit 2024-02-13T03:45:05.449153+0000 mgr.smithi143.mxhzlj (mgr.14184) 231 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:45:07.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:06 smithi143 bash[16533]: cephadm 2024-02-13T03:45:05.452137+0000 mgr.smithi143.mxhzlj (mgr.14184) 232 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-13T03:45:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:07 smithi196 bash[19959]: cluster 2024-02-13T03:45:06.650066+0000 mgr.smithi143.mxhzlj (mgr.14184) 233 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:07 smithi196 bash[19959]: audit 2024-02-13T03:45:07.360002+0000 mon.smithi143 (mon.0) 605 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:07 smithi196 bash[19959]: audit 2024-02-13T03:45:07.567620+0000 mon.smithi143 (mon.0) 606 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:08.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:07 smithi143 bash[16533]: cluster 2024-02-13T03:45:06.650066+0000 mgr.smithi143.mxhzlj (mgr.14184) 233 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:08.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:07 smithi143 bash[16533]: audit 2024-02-13T03:45:07.360002+0000 mon.smithi143 (mon.0) 605 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:08.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:07 smithi143 bash[16533]: audit 2024-02-13T03:45:07.567620+0000 mon.smithi143 (mon.0) 606 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:10.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:09 smithi196 bash[19959]: cluster 2024-02-13T03:45:08.650445+0000 mgr.smithi143.mxhzlj (mgr.14184) 234 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:09 smithi196 bash[19959]: audit 2024-02-13T03:45:09.309722+0000 mon.smithi143 (mon.0) 607 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T03:45:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:09 smithi143 bash[16533]: cluster 2024-02-13T03:45:08.650445+0000 mgr.smithi143.mxhzlj (mgr.14184) 234 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:10.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:09 smithi143 bash[16533]: audit 2024-02-13T03:45:09.309722+0000 mon.smithi143 (mon.0) 607 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T03:45:11.064 INFO:teuthology.orchestra.run.smithi143.stdout:NFS Cluster Created Successfully 2024-02-13T03:45:11.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:11 smithi143 bash[16533]: audit 2024-02-13T03:45:09.306381+0000 mgr.smithi143.mxhzlj (mgr.14184) 235 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.143/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:45:11.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:11 smithi143 bash[16533]: audit 2024-02-13T03:45:10.007140+0000 mon.smithi143 (mon.0) 608 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-13T03:45:11.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:11 smithi143 bash[16533]: cluster 2024-02-13T03:45:10.007215+0000 mon.smithi143 (mon.0) 609 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-13T03:45:11.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:11 smithi143 bash[16533]: audit 2024-02-13T03:45:10.026964+0000 mon.smithi143 (mon.0) 610 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T03:45:11.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:11 smithi196 bash[19959]: audit 2024-02-13T03:45:09.306381+0000 mgr.smithi143.mxhzlj (mgr.14184) 235 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.143/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:45:11.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:11 smithi196 bash[19959]: audit 2024-02-13T03:45:10.007140+0000 mon.smithi143 (mon.0) 608 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-13T03:45:11.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:11 smithi196 bash[19959]: cluster 2024-02-13T03:45:10.007215+0000 mon.smithi143 (mon.0) 609 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-13T03:45:11.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:11 smithi196 bash[19959]: audit 2024-02-13T03:45:10.026964+0000 mon.smithi143 (mon.0) 610 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T03:45:11.809 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-13T03:45:11.819 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T03:45:11.820 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-13T03:45:11.834 INFO:teuthology.orchestra.run.smithi143.stderr:+ dnf install -y python3-boto3 2024-02-13T03:45:11.835 INFO:teuthology.orchestra.run.smithi143.stderr:bash: dnf: command not found 2024-02-13T03:45:11.835 INFO:teuthology.orchestra.run.smithi143.stderr:+ apt install -y python3-boto3 2024-02-13T03:45:11.843 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:45:11.843 INFO:teuthology.orchestra.run.smithi143.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-02-13T03:45:11.843 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T03:45:11.910 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-02-13T03:45:12.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:12 smithi143 bash[16533]: cluster 2024-02-13T03:45:10.651003+0000 mgr.smithi143.mxhzlj (mgr.14184) 236 : cluster [DBG] pgmap v213: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:12 smithi143 bash[16533]: audit 2024-02-13T03:45:11.014426+0000 mon.smithi143 (mon.0) 611 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-13T03:45:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:12 smithi143 bash[16533]: cluster 2024-02-13T03:45:11.014750+0000 mon.smithi143 (mon.0) 612 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-13T03:45:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:12 smithi143 bash[16533]: cephadm 2024-02-13T03:45:11.054986+0000 mgr.smithi143.mxhzlj (mgr.14184) 237 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-13T03:45:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:12 smithi143 bash[16533]: audit 2024-02-13T03:45:11.059264+0000 mon.smithi143 (mon.0) 613 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:12 smithi143 bash[16533]: cephadm 2024-02-13T03:45:11.061515+0000 mgr.smithi143.mxhzlj (mgr.14184) 238 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-13T03:45:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:12 smithi143 bash[16533]: audit 2024-02-13T03:45:11.065284+0000 mon.smithi143 (mon.0) 614 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:12 smithi143 bash[16533]: cluster 2024-02-13T03:45:12.013358+0000 mon.smithi143 (mon.0) 615 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-13T03:45:12.209 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-02-13T03:45:12.210 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-02-13T03:45:12.428 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2024-02-13T03:45:12.428 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-13T03:45:12.429 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-13T03:45:12.429 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-13T03:45:12.429 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-13T03:45:12.429 INFO:teuthology.orchestra.run.smithi143.stdout:The following additional packages will be installed: 2024-02-13T03:45:12.431 INFO:teuthology.orchestra.run.smithi143.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2024-02-13T03:45:12.431 INFO:teuthology.orchestra.run.smithi143.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2024-02-13T03:45:12.432 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2024-02-13T03:45:12.434 INFO:teuthology.orchestra.run.smithi143.stdout:Suggested packages: 2024-02-13T03:45:12.434 INFO:teuthology.orchestra.run.smithi143.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2024-02-13T03:45:12.434 INFO:teuthology.orchestra.run.smithi143.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2024-02-13T03:45:12.434 INFO:teuthology.orchestra.run.smithi143.stdout: sgml-base-doc debhelper 2024-02-13T03:45:12.473 INFO:teuthology.orchestra.run.smithi143.stdout:The following NEW packages will be installed: 2024-02-13T03:45:12.475 INFO:teuthology.orchestra.run.smithi143.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2024-02-13T03:45:12.475 INFO:teuthology.orchestra.run.smithi143.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2024-02-13T03:45:12.475 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2024-02-13T03:45:12.475 INFO:teuthology.orchestra.run.smithi143.stdout: xml-core 2024-02-13T03:45:12.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:12 smithi196 bash[19959]: cluster 2024-02-13T03:45:10.651003+0000 mgr.smithi143.mxhzlj (mgr.14184) 236 : cluster [DBG] pgmap v213: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:12.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:12 smithi196 bash[19959]: audit 2024-02-13T03:45:11.014426+0000 mon.smithi143 (mon.0) 611 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-13T03:45:12.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:12 smithi196 bash[19959]: cluster 2024-02-13T03:45:11.014750+0000 mon.smithi143 (mon.0) 612 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-13T03:45:12.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:12 smithi196 bash[19959]: cephadm 2024-02-13T03:45:11.054986+0000 mgr.smithi143.mxhzlj (mgr.14184) 237 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-13T03:45:12.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:12 smithi196 bash[19959]: audit 2024-02-13T03:45:11.059264+0000 mon.smithi143 (mon.0) 613 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:12.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:12 smithi196 bash[19959]: cephadm 2024-02-13T03:45:11.061515+0000 mgr.smithi143.mxhzlj (mgr.14184) 238 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-13T03:45:12.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:12 smithi196 bash[19959]: audit 2024-02-13T03:45:11.065284+0000 mon.smithi143 (mon.0) 614 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:12.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:12 smithi196 bash[19959]: cluster 2024-02-13T03:45:12.013358+0000 mon.smithi143 (mon.0) 615 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-13T03:45:12.542 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 15 newly installed, 0 to remove and 146 not upgraded. 2024-02-13T03:45:12.542 INFO:teuthology.orchestra.run.smithi143.stdout:Need to get 4,955 kB of archives. 2024-02-13T03:45:12.542 INFO:teuthology.orchestra.run.smithi143.stdout:After this operation, 55.1 MB of additional disk space will be used. 2024-02-13T03:45:12.542 INFO:teuthology.orchestra.run.smithi143.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2024-02-13T03:45:12.563 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2024-02-13T03:45:12.573 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2024-02-13T03:45:12.629 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2024-02-13T03:45:12.632 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2024-02-13T03:45:12.633 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2024-02-13T03:45:12.640 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2024-02-13T03:45:12.640 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2024-02-13T03:45:12.667 INFO:teuthology.orchestra.run.smithi143.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-jmespath all 0.9.3-1ubuntu1.1 [18.8 kB] 2024-02-13T03:45:12.668 INFO:teuthology.orchestra.run.smithi143.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.18.04.1 [3,255 kB] 2024-02-13T03:45:12.727 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-s3transfer all 0.3.3-1ubuntu0.18.04.1 [46.7 kB] 2024-02-13T03:45:12.728 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2024-02-13T03:45:12.729 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2024-02-13T03:45:12.729 INFO:teuthology.orchestra.run.smithi143.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2024-02-13T03:45:12.733 INFO:teuthology.orchestra.run.smithi143.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] 2024-02-13T03:45:12.977 INFO:teuthology.orchestra.run.smithi143.stderr:debconf: unable to initialize frontend: Dialog 2024-02-13T03:45:12.977 INFO:teuthology.orchestra.run.smithi143.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-02-13T03:45:12.977 INFO:teuthology.orchestra.run.smithi143.stderr:debconf: falling back to frontend: Readline 2024-02-13T03:45:13.003 INFO:teuthology.orchestra.run.smithi143.stderr:debconf: unable to initialize frontend: Readline 2024-02-13T03:45:13.003 INFO:teuthology.orchestra.run.smithi143.stderr:debconf: (This frontend requires a controlling tty.) 2024-02-13T03:45:13.003 INFO:teuthology.orchestra.run.smithi143.stderr:debconf: falling back to frontend: Teletype 2024-02-13T03:45:13.010 INFO:teuthology.orchestra.run.smithi143.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-02-13T03:45:13.075 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 4,955 kB in 0s (20.3 MB/s) 2024-02-13T03:45:13.323 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package sgml-base. 2024-02-13T03:45:13.384 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 ... 172445 files and directories currently installed.) 2024-02-13T03:45:13.389 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2024-02-13T03:45:13.435 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking sgml-base (1.29) ... 2024-02-13T03:45:14.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:14 smithi143 bash[16533]: cluster 2024-02-13T03:45:12.651543+0000 mgr.smithi143.mxhzlj (mgr.14184) 239 : cluster [DBG] pgmap v216: 33 pgs: 1 creating+peering, 14 active+clean, 18 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:14 smithi143 bash[16533]: cluster 2024-02-13T03:45:13.046311+0000 mon.smithi143 (mon.0) 616 : cluster [DBG] mgrmap e19: smithi143.mxhzlj(active, since 6m), standbys: smithi196.beqlkm 2024-02-13T03:45:14.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:14 smithi196 bash[19959]: cluster 2024-02-13T03:45:12.651543+0000 mgr.smithi143.mxhzlj (mgr.14184) 239 : cluster [DBG] pgmap v216: 33 pgs: 1 creating+peering, 14 active+clean, 18 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:14.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:14 smithi196 bash[19959]: cluster 2024-02-13T03:45:13.046311+0000 mon.smithi143 (mon.0) 616 : cluster [DBG] mgrmap e19: smithi143.mxhzlj(active, since 6m), standbys: smithi196.beqlkm 2024-02-13T03:45:15.067 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package xml-core. 2024-02-13T03:45:15.083 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2024-02-13T03:45:15.128 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking xml-core (0.18) ... 2024-02-13T03:45:16.116 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package docutils-common. 2024-02-13T03:45:16.129 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2024-02-13T03:45:16.338 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2024-02-13T03:45:16.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:16 smithi143 bash[16533]: cluster 2024-02-13T03:45:14.652260+0000 mgr.smithi143.mxhzlj (mgr.14184) 240 : cluster [DBG] pgmap v217: 33 pgs: 1 creating+peering, 32 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:16.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:16 smithi196 bash[19959]: cluster 2024-02-13T03:45:14.652260+0000 mgr.smithi143.mxhzlj (mgr.14184) 240 : cluster [DBG] pgmap v217: 33 pgs: 1 creating+peering, 32 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:17.484 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libpaper1:amd64. 2024-02-13T03:45:17.499 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2024-02-13T03:45:17.627 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2024-02-13T03:45:17.921 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libpaper-utils. 2024-02-13T03:45:17.941 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2024-02-13T03:45:17.996 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2024-02-13T03:45:18.325 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-dateutil. 2024-02-13T03:45:18.339 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2024-02-13T03:45:18.382 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2024-02-13T03:45:18.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:18 smithi143 bash[16533]: cluster 2024-02-13T03:45:16.652961+0000 mgr.smithi143.mxhzlj (mgr.14184) 241 : cluster [DBG] pgmap v218: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:18.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:18 smithi143 bash[16533]: audit 2024-02-13T03:45:17.566997+0000 mon.smithi143 (mon.0) 617 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:18.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:18 smithi196 bash[19959]: cluster 2024-02-13T03:45:16.652961+0000 mgr.smithi143.mxhzlj (mgr.14184) 241 : cluster [DBG] pgmap v218: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:18 smithi196 bash[19959]: audit 2024-02-13T03:45:17.566997+0000 mon.smithi143 (mon.0) 617 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:18.694 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-roman. 2024-02-13T03:45:18.706 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2024-02-13T03:45:18.743 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-roman (2.0.0-3) ... 2024-02-13T03:45:19.055 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-docutils. 2024-02-13T03:45:19.070 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2024-02-13T03:45:19.137 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2024-02-13T03:45:20.128 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-jmespath. 2024-02-13T03:45:20.143 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2024-02-13T03:45:20.212 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2024-02-13T03:45:20.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:20 smithi143 bash[16533]: cluster 2024-02-13T03:45:18.653749+0000 mgr.smithi143.mxhzlj (mgr.14184) 242 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:20.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:20 smithi196 bash[19959]: cluster 2024-02-13T03:45:18.653749+0000 mgr.smithi143.mxhzlj (mgr.14184) 242 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:20.514 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-botocore. 2024-02-13T03:45:20.531 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2024-02-13T03:45:20.573 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.275513+0000 mon.smithi143 (mon.0) 618 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.276827+0000 mon.smithi143 (mon.0) 619 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.277818+0000 mon.smithi143 (mon.0) 620 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.283445+0000 mon.smithi143 (mon.0) 621 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.291205+0000 mon.smithi143 (mon.0) 622 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: cephadm 2024-02-13T03:45:20.298162+0000 mgr.smithi143.mxhzlj (mgr.14184) 243 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.305119+0000 mon.smithi143 (mon.0) 623 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.305916+0000 mon.smithi143 (mon.0) 624 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi196.rjjjrc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:45:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.311750+0000 mon.smithi143 (mon.0) 625 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi196.rjjjrc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:45:21.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.320007+0000 mon.smithi143 (mon.0) 626 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:21.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: audit 2024-02-13T03:45:20.321036+0000 mon.smithi143 (mon.0) 627 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:21.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: cephadm 2024-02-13T03:45:20.322021+0000 mgr.smithi143.mxhzlj (mgr.14184) 244 : cephadm [INF] Deploying daemon rgw.foorgw.smithi196.rjjjrc on smithi196 2024-02-13T03:45:21.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:21 smithi143 bash[16533]: cluster 2024-02-13T03:45:20.654462+0000 mgr.smithi143.mxhzlj (mgr.14184) 245 : cluster [DBG] pgmap v220: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:21.687 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.275513+0000 mon.smithi143 (mon.0) 618 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:21.687 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.276827+0000 mon.smithi143 (mon.0) 619 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.277818+0000 mon.smithi143 (mon.0) 620 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.283445+0000 mon.smithi143 (mon.0) 621 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.291205+0000 mon.smithi143 (mon.0) 622 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: cephadm 2024-02-13T03:45:20.298162+0000 mgr.smithi143.mxhzlj (mgr.14184) 243 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.305119+0000 mon.smithi143 (mon.0) 623 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.305916+0000 mon.smithi143 (mon.0) 624 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi196.rjjjrc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.311750+0000 mon.smithi143 (mon.0) 625 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi196.rjjjrc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.320007+0000 mon.smithi143 (mon.0) 626 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: audit 2024-02-13T03:45:20.321036+0000 mon.smithi143 (mon.0) 627 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: cephadm 2024-02-13T03:45:20.322021+0000 mgr.smithi143.mxhzlj (mgr.14184) 244 : cephadm [INF] Deploying daemon rgw.foorgw.smithi196.rjjjrc on smithi196 2024-02-13T03:45:21.688 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:21 smithi196 bash[19959]: cluster 2024-02-13T03:45:20.654462+0000 mgr.smithi143.mxhzlj (mgr.14184) 245 : cluster [DBG] pgmap v220: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:21.694 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-s3transfer. 2024-02-13T03:45:21.711 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2024-02-13T03:45:21.752 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2024-02-13T03:45:22.072 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-boto3. 2024-02-13T03:45:22.088 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2024-02-13T03:45:22.130 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2024-02-13T03:45:22.476 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-olefile. 2024-02-13T03:45:22.494 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2024-02-13T03:45:22.534 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-olefile (0.45.1-1) ... 2024-02-13T03:45:22.845 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pil:amd64. 2024-02-13T03:45:22.857 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2024-02-13T03:45:22.895 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2024-02-13T03:45:23.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:23 smithi196 bash[19959]: audit 2024-02-13T03:45:22.590188+0000 mon.smithi143 (mon.0) 628 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:23 smithi196 bash[19959]: audit 2024-02-13T03:45:22.593075+0000 mon.smithi143 (mon.0) 629 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.lgnxxy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:45:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:23 smithi196 bash[19959]: audit 2024-02-13T03:45:22.599337+0000 mon.smithi143 (mon.0) 630 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.lgnxxy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:45:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:23 smithi196 bash[19959]: audit 2024-02-13T03:45:22.607272+0000 mon.smithi143 (mon.0) 631 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:23 smithi196 bash[19959]: audit 2024-02-13T03:45:22.608698+0000 mon.smithi143 (mon.0) 632 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:23 smithi196 bash[19959]: cephadm 2024-02-13T03:45:22.609748+0000 mgr.smithi143.mxhzlj (mgr.14184) 246 : cephadm [INF] Deploying daemon rgw.foorgw.smithi143.lgnxxy on smithi143 2024-02-13T03:45:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:23 smithi196 bash[19959]: cluster 2024-02-13T03:45:22.655032+0000 mgr.smithi143.mxhzlj (mgr.14184) 247 : cluster [DBG] pgmap v221: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:23.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:23 smithi143 bash[16533]: audit 2024-02-13T03:45:22.590188+0000 mon.smithi143 (mon.0) 628 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:23.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:23 smithi143 bash[16533]: audit 2024-02-13T03:45:22.593075+0000 mon.smithi143 (mon.0) 629 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.lgnxxy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:45:23.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:23 smithi143 bash[16533]: audit 2024-02-13T03:45:22.599337+0000 mon.smithi143 (mon.0) 630 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.lgnxxy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:45:23.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:23 smithi143 bash[16533]: audit 2024-02-13T03:45:22.607272+0000 mon.smithi143 (mon.0) 631 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:23.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:23 smithi143 bash[16533]: audit 2024-02-13T03:45:22.608698+0000 mon.smithi143 (mon.0) 632 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:23.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:23 smithi143 bash[16533]: cephadm 2024-02-13T03:45:22.609748+0000 mgr.smithi143.mxhzlj (mgr.14184) 246 : cephadm [INF] Deploying daemon rgw.foorgw.smithi143.lgnxxy on smithi143 2024-02-13T03:45:23.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:23 smithi143 bash[16533]: cluster 2024-02-13T03:45:22.655032+0000 mgr.smithi143.mxhzlj (mgr.14184) 247 : cluster [DBG] pgmap v221: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:24.156 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pygments. 2024-02-13T03:45:24.173 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2024-02-13T03:45:24.253 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2024-02-13T03:45:24.834 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2024-02-13T03:45:25.318 INFO:teuthology.orchestra.run.smithi143.stdout:debconf: unable to initialize frontend: Dialog 2024-02-13T03:45:25.318 INFO:teuthology.orchestra.run.smithi143.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-02-13T03:45:25.318 INFO:teuthology.orchestra.run.smithi143.stdout:debconf: falling back to frontend: Readline 2024-02-13T03:45:25.478 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:45:25.478 INFO:teuthology.orchestra.run.smithi143.stdout:Creating config file /etc/papersize with new version 2024-02-13T03:45:25.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:25 smithi143 bash[16533]: cluster 2024-02-13T03:45:24.610381+0000 mon.smithi143 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-13T03:45:25.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:25 smithi143 bash[16533]: audit 2024-02-13T03:45:24.618913+0000 mon.smithi196 (mon.1) 20 : audit [INF] from='client.? 172.21.15.196:0/3457344741' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-13T03:45:25.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:25 smithi143 bash[16533]: audit 2024-02-13T03:45:24.620934+0000 mon.smithi143 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-13T03:45:25.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:25 smithi143 bash[16533]: cluster 2024-02-13T03:45:24.655490+0000 mgr.smithi143.mxhzlj (mgr.14184) 248 : cluster [DBG] pgmap v223: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:25.988 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2024-02-13T03:45:26.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:25 smithi196 bash[19959]: cluster 2024-02-13T03:45:24.610381+0000 mon.smithi143 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-13T03:45:26.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:25 smithi196 bash[19959]: audit 2024-02-13T03:45:24.618913+0000 mon.smithi196 (mon.1) 20 : audit [INF] from='client.? 172.21.15.196:0/3457344741' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-13T03:45:26.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:25 smithi196 bash[19959]: audit 2024-02-13T03:45:24.620934+0000 mon.smithi143 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-13T03:45:26.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:25 smithi196 bash[19959]: cluster 2024-02-13T03:45:24.655490+0000 mgr.smithi143.mxhzlj (mgr.14184) 248 : cluster [DBG] pgmap v223: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:26.376 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-roman (2.0.0-3) ... 2024-02-13T03:45:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:25.620851+0000 mon.smithi143 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: cluster 2024-02-13T03:45:25.621007+0000 mon.smithi143 (mon.0) 636 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:25.643940+0000 mon.smithi143 (mon.0) 637 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:25.651881+0000 mon.smithi143 (mon.0) 638 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: cephadm 2024-02-13T03:45:25.675468+0000 mgr.smithi143.mxhzlj (mgr.14184) 249 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi143.vrughl 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:25.675902+0000 mon.smithi143 (mon.0) 639 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.vrughl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:25.682361+0000 mon.smithi143 (mon.0) 640 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.vrughl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: cephadm 2024-02-13T03:45:25.683161+0000 mgr.smithi143.mxhzlj (mgr.14184) 250 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:25.683440+0000 mon.smithi143 (mon.0) 641 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:25.687382+0000 mon.smithi143 (mon.0) 642 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:25.688521+0000 mon.smithi143 (mon.0) 643 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:26.153632+0000 mon.smithi143 (mon.0) 644 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:26.158489+0000 mon.smithi143 (mon.0) 645 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:26.218710+0000 mon.smithi143 (mon.0) 646 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.vrughl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:45:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:26.224796+0000 mon.smithi143 (mon.0) 647 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.vrughl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:45:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:26 smithi143 bash[16533]: audit 2024-02-13T03:45:26.231385+0000 mon.smithi143 (mon.0) 648 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:25.620851+0000 mon.smithi143 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: cluster 2024-02-13T03:45:25.621007+0000 mon.smithi143 (mon.0) 636 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:25.643940+0000 mon.smithi143 (mon.0) 637 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:25.651881+0000 mon.smithi143 (mon.0) 638 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: cephadm 2024-02-13T03:45:25.675468+0000 mgr.smithi143.mxhzlj (mgr.14184) 249 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi143.vrughl 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:25.675902+0000 mon.smithi143 (mon.0) 639 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.vrughl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:25.682361+0000 mon.smithi143 (mon.0) 640 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.vrughl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: cephadm 2024-02-13T03:45:25.683161+0000 mgr.smithi143.mxhzlj (mgr.14184) 250 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:25.683440+0000 mon.smithi143 (mon.0) 641 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-13T03:45:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:25.687382+0000 mon.smithi143 (mon.0) 642 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-13T03:45:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:25.688521+0000 mon.smithi143 (mon.0) 643 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:26.153632+0000 mon.smithi143 (mon.0) 644 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T03:45:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:26.158489+0000 mon.smithi143 (mon.0) 645 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T03:45:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:26.218710+0000 mon.smithi143 (mon.0) 646 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.vrughl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:45:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:26.224796+0000 mon.smithi143 (mon.0) 647 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.vrughl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:45:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:26 smithi196 bash[19959]: audit 2024-02-13T03:45:26.231385+0000 mon.smithi143 (mon.0) 648 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:27.456 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2024-02-13T03:45:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:27 smithi143 bash[16533]: cephadm 2024-02-13T03:45:26.218061+0000 mgr.smithi143.mxhzlj (mgr.14184) 251 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T03:45:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:27 smithi143 bash[16533]: cephadm 2024-02-13T03:45:26.218221+0000 mgr.smithi143.mxhzlj (mgr.14184) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi143.vrughl-rgw 2024-02-13T03:45:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:27 smithi143 bash[16533]: cephadm 2024-02-13T03:45:26.232477+0000 mgr.smithi143.mxhzlj (mgr.14184) 253 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi143.vrughl on smithi143 2024-02-13T03:45:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:27 smithi143 bash[16533]: cluster 2024-02-13T03:45:26.633069+0000 mon.smithi143 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-13T03:45:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:27 smithi143 bash[16533]: audit 2024-02-13T03:45:26.635443+0000 mon.smithi196 (mon.1) 21 : audit [INF] from='client.? 172.21.15.196:0/3457344741' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:45:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:27 smithi143 bash[16533]: audit 2024-02-13T03:45:26.637556+0000 mon.smithi143 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:45:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:27 smithi143 bash[16533]: cluster 2024-02-13T03:45:26.655948+0000 mgr.smithi143.mxhzlj (mgr.14184) 254 : cluster [DBG] pgmap v226: 97 pgs: 62 unknown, 35 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:27 smithi143 bash[16533]: audit 2024-02-13T03:45:26.943008+0000 mon.smithi143 (mon.0) 651 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:27 smithi196 bash[19959]: cephadm 2024-02-13T03:45:26.218061+0000 mgr.smithi143.mxhzlj (mgr.14184) 251 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T03:45:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:27 smithi196 bash[19959]: cephadm 2024-02-13T03:45:26.218221+0000 mgr.smithi143.mxhzlj (mgr.14184) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi143.vrughl-rgw 2024-02-13T03:45:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:27 smithi196 bash[19959]: cephadm 2024-02-13T03:45:26.232477+0000 mgr.smithi143.mxhzlj (mgr.14184) 253 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi143.vrughl on smithi143 2024-02-13T03:45:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:27 smithi196 bash[19959]: cluster 2024-02-13T03:45:26.633069+0000 mon.smithi143 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-13T03:45:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:27 smithi196 bash[19959]: audit 2024-02-13T03:45:26.635443+0000 mon.smithi196 (mon.1) 21 : audit [INF] from='client.? 172.21.15.196:0/3457344741' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:45:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:27 smithi196 bash[19959]: audit 2024-02-13T03:45:26.637556+0000 mon.smithi143 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:45:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:27 smithi196 bash[19959]: cluster 2024-02-13T03:45:26.655948+0000 mgr.smithi143.mxhzlj (mgr.14184) 254 : cluster [DBG] pgmap v226: 97 pgs: 62 unknown, 35 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:45:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:27 smithi196 bash[19959]: audit 2024-02-13T03:45:26.943008+0000 mon.smithi143 (mon.0) 651 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:28.025 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-olefile (0.45.1-1) ... 2024-02-13T03:45:28.617 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up sgml-base (1.29) ... 2024-02-13T03:45:28.972 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2024-02-13T03:45:28.978 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:28 smithi143 bash[16533]: audit 2024-02-13T03:45:27.643538+0000 mon.smithi143 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-13T03:45:28.978 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:28 smithi143 bash[16533]: cluster 2024-02-13T03:45:27.643752+0000 mon.smithi143 (mon.0) 653 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-13T03:45:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:28 smithi196 bash[19959]: audit 2024-02-13T03:45:27.643538+0000 mon.smithi143 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-13T03:45:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:28 smithi196 bash[19959]: cluster 2024-02-13T03:45:27.643752+0000 mon.smithi143 (mon.0) 653 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-13T03:45:29.249 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up xml-core (0.18) ... 2024-02-13T03:45:29.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:29 smithi143 bash[16533]: cluster 2024-02-13T03:45:28.656332+0000 mon.smithi143 (mon.0) 654 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-13T03:45:29.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:29 smithi143 bash[16533]: cluster 2024-02-13T03:45:28.656334+0000 mgr.smithi143.mxhzlj (mgr.14184) 255 : cluster [DBG] pgmap v229: 129 pgs: 11 creating+peering, 61 unknown, 57 active+clean; 16 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-13T03:45:29.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:29 smithi143 bash[16533]: audit 2024-02-13T03:45:28.658233+0000 mon.smithi196 (mon.1) 22 : audit [INF] from='client.? 172.21.15.196:0/3457344741' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:45:29.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:29 smithi143 bash[16533]: audit 2024-02-13T03:45:28.660141+0000 mon.smithi143 (mon.0) 655 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:45:29.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:29 smithi143 bash[16533]: audit 2024-02-13T03:45:28.660641+0000 mon.smithi143 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:45:29.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:29 smithi143 bash[16533]: audit 2024-02-13T03:45:29.265065+0000 mon.smithi143 (mon.0) 657 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:29.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:29 smithi143 bash[16533]: audit 2024-02-13T03:45:29.272837+0000 mon.smithi143 (mon.0) 658 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:29 smithi196 bash[19959]: cluster 2024-02-13T03:45:28.656332+0000 mon.smithi143 (mon.0) 654 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-13T03:45:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:29 smithi196 bash[19959]: cluster 2024-02-13T03:45:28.656334+0000 mgr.smithi143.mxhzlj (mgr.14184) 255 : cluster [DBG] pgmap v229: 129 pgs: 11 creating+peering, 61 unknown, 57 active+clean; 16 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-13T03:45:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:29 smithi196 bash[19959]: audit 2024-02-13T03:45:28.658233+0000 mon.smithi196 (mon.1) 22 : audit [INF] from='client.? 172.21.15.196:0/3457344741' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:45:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:29 smithi196 bash[19959]: audit 2024-02-13T03:45:28.660141+0000 mon.smithi143 (mon.0) 655 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:45:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:29 smithi196 bash[19959]: audit 2024-02-13T03:45:28.660641+0000 mon.smithi143 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:45:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:29 smithi196 bash[19959]: audit 2024-02-13T03:45:29.265065+0000 mon.smithi143 (mon.0) 657 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:29 smithi196 bash[19959]: audit 2024-02-13T03:45:29.272837+0000 mon.smithi143 (mon.0) 658 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:30.382 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-dateutil (2.6.1-1) ... 2024-02-13T03:45:30.759 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2024-02-13T03:45:30.911 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:30 smithi143 bash[16533]: audit 2024-02-13T03:45:29.666077+0000 mon.smithi143 (mon.0) 659 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-13T03:45:30.911 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:30 smithi143 bash[16533]: audit 2024-02-13T03:45:29.666223+0000 mon.smithi143 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-13T03:45:30.911 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:30 smithi143 bash[16533]: cluster 2024-02-13T03:45:29.666337+0000 mon.smithi143 (mon.0) 661 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-13T03:45:31.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:30 smithi196 bash[19959]: audit 2024-02-13T03:45:29.666077+0000 mon.smithi143 (mon.0) 659 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-13T03:45:31.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:30 smithi196 bash[19959]: audit 2024-02-13T03:45:29.666223+0000 mon.smithi143 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-13T03:45:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:30 smithi196 bash[19959]: cluster 2024-02-13T03:45:29.666337+0000 mon.smithi143 (mon.0) 661 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-13T03:45:31.293 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2024-02-13T03:45:31.431 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2024-02-13T03:45:32.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:31 smithi196 bash[19959]: cephadm 2024-02-13T03:45:29.284894+0000 mgr.smithi143.mxhzlj (mgr.14184) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.srdeoy on smithi196 2024-02-13T03:45:32.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:31 smithi196 bash[19959]: cluster 2024-02-13T03:45:30.656961+0000 mgr.smithi143.mxhzlj (mgr.14184) 257 : cluster [DBG] pgmap v231: 129 pgs: 22 creating+peering, 25 unknown, 82 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-02-13T03:45:32.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:31 smithi196 bash[19959]: cluster 2024-02-13T03:45:30.673306+0000 mon.smithi143 (mon.0) 662 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-13T03:45:32.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:31 smithi196 bash[19959]: audit 2024-02-13T03:45:30.674990+0000 mon.smithi143 (mon.0) 663 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:45:32.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:31 smithi196 bash[19959]: audit 2024-02-13T03:45:30.676549+0000 mon.smithi196 (mon.1) 23 : audit [INF] from='client.? 172.21.15.196:0/1007654136' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:45:32.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:31 smithi196 bash[19959]: audit 2024-02-13T03:45:30.678719+0000 mon.smithi143 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:45:32.125 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2024-02-13T03:45:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:31 smithi143 bash[16533]: cephadm 2024-02-13T03:45:29.284894+0000 mgr.smithi143.mxhzlj (mgr.14184) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.srdeoy on smithi196 2024-02-13T03:45:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:31 smithi143 bash[16533]: cluster 2024-02-13T03:45:30.656961+0000 mgr.smithi143.mxhzlj (mgr.14184) 257 : cluster [DBG] pgmap v231: 129 pgs: 22 creating+peering, 25 unknown, 82 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-02-13T03:45:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:31 smithi143 bash[16533]: cluster 2024-02-13T03:45:30.673306+0000 mon.smithi143 (mon.0) 662 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-13T03:45:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:31 smithi143 bash[16533]: audit 2024-02-13T03:45:30.674990+0000 mon.smithi143 (mon.0) 663 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:45:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:31 smithi143 bash[16533]: audit 2024-02-13T03:45:30.676549+0000 mon.smithi196 (mon.1) 23 : audit [INF] from='client.? 172.21.15.196:0/1007654136' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:45:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:31 smithi143 bash[16533]: audit 2024-02-13T03:45:30.678719+0000 mon.smithi143 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: audit 2024-02-13T03:45:31.675724+0000 mon.smithi143 (mon.0) 665 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: audit 2024-02-13T03:45:31.675917+0000 mon.smithi143 (mon.0) 666 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: cluster 2024-02-13T03:45:31.676281+0000 mon.smithi143 (mon.0) 667 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: audit 2024-02-13T03:45:31.687644+0000 mon.smithi196 (mon.1) 24 : audit [INF] from='client.? 172.21.15.196:0/1007654136' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: audit 2024-02-13T03:45:31.690080+0000 mon.smithi143 (mon.0) 668 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: audit 2024-02-13T03:45:31.700826+0000 mon.smithi143 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: audit 2024-02-13T03:45:31.959024+0000 mon.smithi143 (mon.0) 670 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: audit 2024-02-13T03:45:32.681844+0000 mon.smithi143 (mon.0) 671 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:45:32.997 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: audit 2024-02-13T03:45:32.681967+0000 mon.smithi143 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:45:32.998 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:32 smithi196 bash[19959]: cluster 2024-02-13T03:45:32.682098+0000 mon.smithi143 (mon.0) 673 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: audit 2024-02-13T03:45:31.675724+0000 mon.smithi143 (mon.0) 665 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: audit 2024-02-13T03:45:31.675917+0000 mon.smithi143 (mon.0) 666 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: cluster 2024-02-13T03:45:31.676281+0000 mon.smithi143 (mon.0) 667 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: audit 2024-02-13T03:45:31.687644+0000 mon.smithi196 (mon.1) 24 : audit [INF] from='client.? 172.21.15.196:0/1007654136' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: audit 2024-02-13T03:45:31.690080+0000 mon.smithi143 (mon.0) 668 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: audit 2024-02-13T03:45:31.700826+0000 mon.smithi143 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: audit 2024-02-13T03:45:31.959024+0000 mon.smithi143 (mon.0) 670 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: audit 2024-02-13T03:45:32.681844+0000 mon.smithi143 (mon.0) 671 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:45:33.050 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: audit 2024-02-13T03:45:32.681967+0000 mon.smithi143 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rjjjrc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:45:33.051 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:32 smithi143 bash[16533]: cluster 2024-02-13T03:45:32.682098+0000 mon.smithi143 (mon.0) 673 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-13T03:45:34.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: cluster 2024-02-13T03:45:32.658074+0000 mgr.smithi143.mxhzlj (mgr.14184) 258 : cluster [DBG] pgmap v234: 161 pgs: 13 creating+peering, 29 unknown, 119 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 3.0 KiB/s wr, 11 op/s 2024-02-13T03:45:34.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: cephadm 2024-02-13T03:45:33.051784+0000 mgr.smithi143.mxhzlj (mgr.14184) 259 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.srdeoy ... 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:45:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.srdeoy ... 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: cephadm 2024-02-13T03:45:33.052074+0000 mgr.smithi143.mxhzlj (mgr.14184) 260 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: audit 2024-02-13T03:45:33.052452+0000 mon.smithi143 (mon.0) 674 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.srdeoy"}]: dispatch 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: cephadm 2024-02-13T03:45:33.053213+0000 mgr.smithi143.mxhzlj (mgr.14184) 261 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.srdeoy on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.srdeoy ... 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:33 smithi196 bash[19959]: cephadm 2024-02-13T03:45:33.055090+0000 mgr.smithi143.mxhzlj (mgr.14184) 262 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.xqreah on smithi143 2024-02-13T03:45:34.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: cluster 2024-02-13T03:45:32.658074+0000 mgr.smithi143.mxhzlj (mgr.14184) 258 : cluster [DBG] pgmap v234: 161 pgs: 13 creating+peering, 29 unknown, 119 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 3.0 KiB/s wr, 11 op/s 2024-02-13T03:45:34.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: cephadm 2024-02-13T03:45:33.051784+0000 mgr.smithi143.mxhzlj (mgr.14184) 259 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:34.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.srdeoy ... 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:34.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.srdeoy ... 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: cephadm 2024-02-13T03:45:33.052074+0000 mgr.smithi143.mxhzlj (mgr.14184) 260 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: audit 2024-02-13T03:45:33.052452+0000 mon.smithi143 (mon.0) 674 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.srdeoy"}]: dispatch 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: cephadm 2024-02-13T03:45:33.053213+0000 mgr.smithi143.mxhzlj (mgr.14184) 261 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.srdeoy on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-srdeoy 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.srdeoy 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.srdeoy ... 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:34.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:33 smithi143 bash[16533]: cephadm 2024-02-13T03:45:33.055090+0000 mgr.smithi143.mxhzlj (mgr.14184) 262 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.xqreah on smithi143 2024-02-13T03:45:36.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:35 smithi196 bash[19959]: cluster 2024-02-13T03:45:34.659617+0000 mgr.smithi143.mxhzlj (mgr.14184) 263 : cluster [DBG] pgmap v236: 161 pgs: 2 creating+peering, 159 active+clean; 3.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 5.4 KiB/s wr, 166 op/s 2024-02-13T03:45:36.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:35 smithi143 bash[16533]: cluster 2024-02-13T03:45:34.659617+0000 mgr.smithi143.mxhzlj (mgr.14184) 263 : cluster [DBG] pgmap v236: 161 pgs: 2 creating+peering, 159 active+clean; 3.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 5.4 KiB/s wr, 166 op/s 2024-02-13T03:45:37.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:36 smithi143 bash[16533]: audit 2024-02-13T03:45:36.896503+0000 mon.smithi143 (mon.0) 675 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.xqreah"}]: dispatch 2024-02-13T03:45:37.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:36 smithi143 bash[16533]: audit 2024-02-13T03:45:36.908409+0000 mon.smithi143 (mon.0) 676 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:37.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:36 smithi143 bash[16533]: audit 2024-02-13T03:45:36.913741+0000 mon.smithi143 (mon.0) 677 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:45:37.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:36 smithi196 bash[19959]: audit 2024-02-13T03:45:36.896503+0000 mon.smithi143 (mon.0) 675 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.xqreah"}]: dispatch 2024-02-13T03:45:37.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:36 smithi196 bash[19959]: audit 2024-02-13T03:45:36.908409+0000 mon.smithi143 (mon.0) 676 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:37.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:36 smithi196 bash[19959]: audit 2024-02-13T03:45:36.913741+0000 mon.smithi143 (mon.0) 677 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:45:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: cluster 2024-02-13T03:45:36.660601+0000 mgr.smithi143.mxhzlj (mgr.14184) 264 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 KiB/s rd, 5.2 KiB/s wr, 190 op/s 2024-02-13T03:45:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: cephadm 2024-02-13T03:45:36.895607+0000 mgr.smithi143.mxhzlj (mgr.14184) 265 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.xqreah ... 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:45:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:45:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:45:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:38.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.xqreah ... 2024-02-13T03:45:38.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:38.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: cephadm 2024-02-13T03:45:36.895961+0000 mgr.smithi143.mxhzlj (mgr.14184) 266 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: cephadm 2024-02-13T03:45:36.898005+0000 mgr.smithi143.mxhzlj (mgr.14184) 267 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.xqreah on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.xqreah ... 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:38.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: cephadm 2024-02-13T03:45:36.909076+0000 mgr.smithi143.mxhzlj (mgr.14184) 268 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.qeddbz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:38.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: cephadm 2024-02-13T03:45:36.911401+0000 mgr.smithi143.mxhzlj (mgr.14184) 269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.hdgghr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:38.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: cluster 2024-02-13T03:45:36.912502+0000 mgr.smithi143.mxhzlj (mgr.14184) 270 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 154 KiB/s rd, 6.4 KiB/s wr, 297 op/s 2024-02-13T03:45:38.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: cluster 2024-02-13T03:45:36.964075+0000 mon.smithi143 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:45:38.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:37 smithi196 bash[19959]: audit 2024-02-13T03:45:36.978840+0000 mon.smithi143 (mon.0) 679 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: cluster 2024-02-13T03:45:36.660601+0000 mgr.smithi143.mxhzlj (mgr.14184) 264 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 KiB/s rd, 5.2 KiB/s wr, 190 op/s 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: cephadm 2024-02-13T03:45:36.895607+0000 mgr.smithi143.mxhzlj (mgr.14184) 265 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.xqreah ... 2024-02-13T03:45:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:38.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.xqreah ... 2024-02-13T03:45:38.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:38.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:38.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:38.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: cephadm 2024-02-13T03:45:36.895961+0000 mgr.smithi143.mxhzlj (mgr.14184) 266 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: cephadm 2024-02-13T03:45:36.898005+0000 mgr.smithi143.mxhzlj (mgr.14184) 267 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.xqreah on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-xqreah 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.xqreah 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.xqreah ... 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: cephadm 2024-02-13T03:45:36.909076+0000 mgr.smithi143.mxhzlj (mgr.14184) 268 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.qeddbz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:38.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: cephadm 2024-02-13T03:45:36.911401+0000 mgr.smithi143.mxhzlj (mgr.14184) 269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.hdgghr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:38.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: cluster 2024-02-13T03:45:36.912502+0000 mgr.smithi143.mxhzlj (mgr.14184) 270 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 154 KiB/s rd, 6.4 KiB/s wr, 297 op/s 2024-02-13T03:45:38.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: cluster 2024-02-13T03:45:36.964075+0000 mon.smithi143 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:45:38.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:37 smithi143 bash[16533]: audit 2024-02-13T03:45:36.978840+0000 mon.smithi143 (mon.0) 679 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:39 smithi196 bash[19959]: cluster 2024-02-13T03:45:38.913968+0000 mgr.smithi143.mxhzlj (mgr.14184) 271 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 KiB/s rd, 5.5 KiB/s wr, 326 op/s 2024-02-13T03:45:40.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:39 smithi143 bash[16533]: cluster 2024-02-13T03:45:38.913968+0000 mgr.smithi143.mxhzlj (mgr.14184) 271 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 KiB/s rd, 5.5 KiB/s wr, 326 op/s 2024-02-13T03:45:41.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:41 smithi196 bash[19959]: cluster 2024-02-13T03:45:40.915240+0000 mgr.smithi143.mxhzlj (mgr.14184) 272 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 157 KiB/s rd, 3.9 KiB/s wr, 291 op/s 2024-02-13T03:45:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:41 smithi143 bash[16533]: cluster 2024-02-13T03:45:40.915240+0000 mgr.smithi143.mxhzlj (mgr.14184) 272 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 157 KiB/s rd, 3.9 KiB/s wr, 291 op/s 2024-02-13T03:45:43.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:42 smithi196 bash[19959]: audit 2024-02-13T03:45:41.991550+0000 mon.smithi143 (mon.0) 680 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:43.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:42 smithi196 bash[19959]: audit 2024-02-13T03:45:42.815716+0000 mon.smithi143 (mon.0) 681 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:43.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:42 smithi143 bash[16533]: audit 2024-02-13T03:45:41.991550+0000 mon.smithi143 (mon.0) 680 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:43.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:42 smithi143 bash[16533]: audit 2024-02-13T03:45:42.815716+0000 mon.smithi143 (mon.0) 681 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: cluster 2024-02-13T03:45:42.916224+0000 mgr.smithi143.mxhzlj (mgr.14184) 273 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 136 KiB/s rd, 3.1 KiB/s wr, 249 op/s 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: audit 2024-02-13T03:45:43.067807+0000 mon.smithi143 (mon.0) 682 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: audit 2024-02-13T03:45:43.356116+0000 mon.smithi143 (mon.0) 683 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: audit 2024-02-13T03:45:43.357639+0000 mon.smithi143 (mon.0) 684 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: audit 2024-02-13T03:45:43.763429+0000 mon.smithi143 (mon.0) 685 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: audit 2024-02-13T03:45:43.771272+0000 mon.smithi143 (mon.0) 686 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: audit 2024-02-13T03:45:43.779715+0000 mon.smithi143 (mon.0) 687 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: audit 2024-02-13T03:45:43.791108+0000 mon.smithi143 (mon.0) 688 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: audit 2024-02-13T03:45:43.808711+0000 mon.smithi143 (mon.0) 689 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: cluster 2024-02-13T03:45:43.812675+0000 mon.smithi143 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:45:44.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:44 smithi143 bash[16533]: cluster 2024-02-13T03:45:43.812729+0000 mon.smithi143 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: cluster 2024-02-13T03:45:42.916224+0000 mgr.smithi143.mxhzlj (mgr.14184) 273 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 136 KiB/s rd, 3.1 KiB/s wr, 249 op/s 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: audit 2024-02-13T03:45:43.067807+0000 mon.smithi143 (mon.0) 682 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: audit 2024-02-13T03:45:43.356116+0000 mon.smithi143 (mon.0) 683 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: audit 2024-02-13T03:45:43.357639+0000 mon.smithi143 (mon.0) 684 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: audit 2024-02-13T03:45:43.763429+0000 mon.smithi143 (mon.0) 685 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: audit 2024-02-13T03:45:43.771272+0000 mon.smithi143 (mon.0) 686 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: audit 2024-02-13T03:45:43.779715+0000 mon.smithi143 (mon.0) 687 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: audit 2024-02-13T03:45:43.791108+0000 mon.smithi143 (mon.0) 688 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: audit 2024-02-13T03:45:43.808711+0000 mon.smithi143 (mon.0) 689 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: cluster 2024-02-13T03:45:43.812675+0000 mon.smithi143 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:45:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:44 smithi196 bash[19959]: cluster 2024-02-13T03:45:43.812729+0000 mon.smithi143 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-02-13T03:45:45.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:45 smithi143 bash[16533]: cephadm 2024-02-13T03:45:43.366458+0000 mgr.smithi143.mxhzlj (mgr.14184) 274 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-13T03:45:45.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:45 smithi143 bash[16533]: cluster 2024-02-13T03:45:43.782085+0000 mgr.smithi143.mxhzlj (mgr.14184) 275 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 1.4 KiB/s wr, 197 op/s 2024-02-13T03:45:45.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:45 smithi143 bash[16533]: cephadm 2024-02-13T03:45:43.815493+0000 mgr.smithi143.mxhzlj (mgr.14184) 276 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.lxrffg on smithi196 2024-02-13T03:45:45.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:45 smithi196 bash[19959]: cephadm 2024-02-13T03:45:43.366458+0000 mgr.smithi143.mxhzlj (mgr.14184) 274 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-13T03:45:45.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:45 smithi196 bash[19959]: cluster 2024-02-13T03:45:43.782085+0000 mgr.smithi143.mxhzlj (mgr.14184) 275 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 1.4 KiB/s wr, 197 op/s 2024-02-13T03:45:45.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:45 smithi196 bash[19959]: cephadm 2024-02-13T03:45:43.815493+0000 mgr.smithi143.mxhzlj (mgr.14184) 276 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.lxrffg on smithi196 2024-02-13T03:45:46.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:46 smithi196 bash[19959]: cluster 2024-02-13T03:45:45.783184+0000 mgr.smithi143.mxhzlj (mgr.14184) 277 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 1010 B/s wr, 164 op/s 2024-02-13T03:45:46.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:46 smithi143 bash[16533]: cluster 2024-02-13T03:45:45.783184+0000 mgr.smithi143.mxhzlj (mgr.14184) 277 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 1010 B/s wr, 164 op/s 2024-02-13T03:45:47.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:47 smithi196 bash[19959]: audit 2024-02-13T03:45:47.575775+0000 mon.smithi143 (mon.0) 692 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.lxrffg"}]: dispatch 2024-02-13T03:45:47.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:47 smithi143 bash[16533]: audit 2024-02-13T03:45:47.575775+0000 mon.smithi143 (mon.0) 692 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.lxrffg"}]: dispatch 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: cephadm 2024-02-13T03:45:47.574619+0000 mgr.smithi143.mxhzlj (mgr.14184) 278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.lxrffg ... 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.lxrffg ... 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:48.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: cephadm 2024-02-13T03:45:47.575104+0000 mgr.smithi143.mxhzlj (mgr.14184) 279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: cephadm 2024-02-13T03:45:47.577354+0000 mgr.smithi143.mxhzlj (mgr.14184) 280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.lxrffg on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.lxrffg ... 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:48.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: cephadm 2024-02-13T03:45:47.582368+0000 mgr.smithi143.mxhzlj (mgr.14184) 281 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.sxqveo on smithi143 2024-02-13T03:45:48.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:48 smithi143 bash[16533]: cluster 2024-02-13T03:45:47.784427+0000 mgr.smithi143.mxhzlj (mgr.14184) 282 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 188 B/s wr, 79 op/s 2024-02-13T03:45:49.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: cephadm 2024-02-13T03:45:47.574619+0000 mgr.smithi143.mxhzlj (mgr.14184) 278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:49.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:49.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:49.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.lxrffg ... 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:49.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.lxrffg ... 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: cephadm 2024-02-13T03:45:47.575104+0000 mgr.smithi143.mxhzlj (mgr.14184) 279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: cephadm 2024-02-13T03:45:47.577354+0000 mgr.smithi143.mxhzlj (mgr.14184) 280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.lxrffg on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:49.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-lxrffg 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.lxrffg 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.lxrffg ... 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: cephadm 2024-02-13T03:45:47.582368+0000 mgr.smithi143.mxhzlj (mgr.14184) 281 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.sxqveo on smithi143 2024-02-13T03:45:49.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:48 smithi196 bash[19959]: cluster 2024-02-13T03:45:47.784427+0000 mgr.smithi143.mxhzlj (mgr.14184) 282 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 188 B/s wr, 79 op/s 2024-02-13T03:45:51.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:50 smithi143 bash[16533]: cluster 2024-02-13T03:45:49.785848+0000 mgr.smithi143.mxhzlj (mgr.14184) 283 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 188 B/s wr, 34 op/s 2024-02-13T03:45:51.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:50 smithi196 bash[19959]: cluster 2024-02-13T03:45:49.785848+0000 mgr.smithi143.mxhzlj (mgr.14184) 283 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 188 B/s wr, 34 op/s 2024-02-13T03:45:51.940 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for sgml-base (1.29) ... 2024-02-13T03:45:52.070 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2024-02-13T03:45:52.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:51 smithi143 bash[16533]: audit 2024-02-13T03:45:51.522431+0000 mon.smithi143 (mon.0) 693 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.sxqveo"}]: dispatch 2024-02-13T03:45:52.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:51 smithi143 bash[16533]: audit 2024-02-13T03:45:51.539187+0000 mon.smithi143 (mon.0) 694 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:45:52.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:51 smithi196 bash[19959]: audit 2024-02-13T03:45:51.522431+0000 mon.smithi143 (mon.0) 693 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.sxqveo"}]: dispatch 2024-02-13T03:45:52.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:51 smithi196 bash[19959]: audit 2024-02-13T03:45:51.539187+0000 mon.smithi143 (mon.0) 694 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:45:52.502 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for sgml-base (1.29) ... 2024-02-13T03:45:52.625 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2024-02-13T03:45:52.946 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2024-02-13T03:45:52.988 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2024-02-13T03:45:53.023 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2024-02-13T03:45:53.065 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2024-02-13T03:45:53.107 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2024-02-13T03:45:53.142 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2024-02-13T03:45:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: cephadm 2024-02-13T03:45:51.521449+0000 mgr.smithi143.mxhzlj (mgr.14184) 284 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.sxqveo ... 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.sxqveo ... 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: cephadm 2024-02-13T03:45:51.521748+0000 mgr.smithi143.mxhzlj (mgr.14184) 285 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: cephadm 2024-02-13T03:45:51.524169+0000 mgr.smithi143.mxhzlj (mgr.14184) 286 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.sxqveo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.sxqveo ... 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: cephadm 2024-02-13T03:45:51.528601+0000 mgr.smithi143.mxhzlj (mgr.14184) 287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.klrger on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: cephadm 2024-02-13T03:45:51.532636+0000 mgr.smithi143.mxhzlj (mgr.14184) 288 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: cluster 2024-02-13T03:45:51.534576+0000 mgr.smithi143.mxhzlj (mgr.14184) 289 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 192 B/s wr, 29 op/s 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: cluster 2024-02-13T03:45:51.843067+0000 mon.smithi143 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:45:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:52 smithi143 bash[16533]: audit 2024-02-13T03:45:52.263404+0000 mon.smithi143 (mon.0) 696 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:53.169 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2024-02-13T03:45:53.192 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2024-02-13T03:45:53.217 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2024-02-13T03:45:53.243 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2024-02-13T03:45:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: cephadm 2024-02-13T03:45:51.521449+0000 mgr.smithi143.mxhzlj (mgr.14184) 284 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.sxqveo ... 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.sxqveo ... 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: cephadm 2024-02-13T03:45:51.521748+0000 mgr.smithi143.mxhzlj (mgr.14184) 285 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: cephadm 2024-02-13T03:45:51.524169+0000 mgr.smithi143.mxhzlj (mgr.14184) 286 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.sxqveo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sxqveo 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sxqveo 2024-02-13T03:45:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.sxqveo ... 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: cephadm 2024-02-13T03:45:51.528601+0000 mgr.smithi143.mxhzlj (mgr.14184) 287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.klrger on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: cephadm 2024-02-13T03:45:51.532636+0000 mgr.smithi143.mxhzlj (mgr.14184) 288 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: cluster 2024-02-13T03:45:51.534576+0000 mgr.smithi143.mxhzlj (mgr.14184) 289 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 192 B/s wr, 29 op/s 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: cluster 2024-02-13T03:45:51.843067+0000 mon.smithi143 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:45:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:52 smithi196 bash[19959]: audit 2024-02-13T03:45:52.263404+0000 mon.smithi143 (mon.0) 696 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:53.268 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2024-02-13T03:45:53.294 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2024-02-13T03:45:53.319 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2024-02-13T03:45:53.694 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2024-02-13T03:45:54.079 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2024-02-13T03:45:54.380 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-boto3 (1.4.2-1) ... 2024-02-13T03:45:55.049 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-02-13T03:45:55.108 INFO:teuthology.orchestra.run.smithi143.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-13T03:45:55.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:54 smithi143 bash[16533]: cluster 2024-02-13T03:45:53.536103+0000 mgr.smithi143.mxhzlj (mgr.14184) 290 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 192 B/s wr, 15 op/s 2024-02-13T03:45:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:54 smithi196 bash[19959]: cluster 2024-02-13T03:45:53.536103+0000 mgr.smithi143.mxhzlj (mgr.14184) 290 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 192 B/s wr, 15 op/s 2024-02-13T03:45:56.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:56 smithi196 bash[19959]: cluster 2024-02-13T03:45:55.537521+0000 mgr.smithi143.mxhzlj (mgr.14184) 291 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 174 B/s wr, 9 op/s 2024-02-13T03:45:56.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:56 smithi143 bash[16533]: cluster 2024-02-13T03:45:55.537521+0000 mgr.smithi143.mxhzlj (mgr.14184) 291 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 174 B/s wr, 9 op/s 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: audit 2024-02-13T03:45:57.435923+0000 mon.smithi143 (mon.0) 697 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: cluster 2024-02-13T03:45:57.539026+0000 mgr.smithi143.mxhzlj (mgr.14184) 292 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 174 B/s wr, 8 op/s 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: audit 2024-02-13T03:45:57.777767+0000 mon.smithi143 (mon.0) 698 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: audit 2024-02-13T03:45:57.779934+0000 mon.smithi143 (mon.0) 699 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: audit 2024-02-13T03:45:57.781695+0000 mon.smithi143 (mon.0) 700 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: cephadm 2024-02-13T03:45:57.789971+0000 mgr.smithi143.mxhzlj (mgr.14184) 293 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: audit 2024-02-13T03:45:58.062744+0000 mon.smithi143 (mon.0) 701 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: cluster 2024-02-13T03:45:58.064028+0000 mgr.smithi143.mxhzlj (mgr.14184) 294 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: audit 2024-02-13T03:45:58.070318+0000 mon.smithi143 (mon.0) 702 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:45:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: audit 2024-02-13T03:45:58.085746+0000 mon.smithi143 (mon.0) 703 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:58.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:58 smithi196 bash[19959]: cephadm 2024-02-13T03:45:58.090881+0000 mgr.smithi143.mxhzlj (mgr.14184) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.jzlxtv on smithi196 2024-02-13T03:45:58.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: audit 2024-02-13T03:45:57.435923+0000 mon.smithi143 (mon.0) 697 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: cluster 2024-02-13T03:45:57.539026+0000 mgr.smithi143.mxhzlj (mgr.14184) 292 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 174 B/s wr, 8 op/s 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: audit 2024-02-13T03:45:57.777767+0000 mon.smithi143 (mon.0) 698 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: audit 2024-02-13T03:45:57.779934+0000 mon.smithi143 (mon.0) 699 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: audit 2024-02-13T03:45:57.781695+0000 mon.smithi143 (mon.0) 700 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: cephadm 2024-02-13T03:45:57.789971+0000 mgr.smithi143.mxhzlj (mgr.14184) 293 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: audit 2024-02-13T03:45:58.062744+0000 mon.smithi143 (mon.0) 701 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: cluster 2024-02-13T03:45:58.064028+0000 mgr.smithi143.mxhzlj (mgr.14184) 294 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: audit 2024-02-13T03:45:58.070318+0000 mon.smithi143 (mon.0) 702 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: audit 2024-02-13T03:45:58.085746+0000 mon.smithi143 (mon.0) 703 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:45:58.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:58 smithi143 bash[16533]: cephadm 2024-02-13T03:45:58.090881+0000 mgr.smithi143.mxhzlj (mgr.14184) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.jzlxtv on smithi196 2024-02-13T03:45:59.471 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring fsid b99e06ee-ca20-11ee-95b9-87774f69a715 2024-02-13T03:45:59.501 INFO:teuthology.orchestra.run.smithi143.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc 2024-02-13T03:45:59.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:59 smithi196 bash[19959]: cluster 2024-02-13T03:45:58.432652+0000 mon.smithi143 (mon.0) 704 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:45:59.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:45:59 smithi196 bash[19959]: cluster 2024-02-13T03:45:58.432724+0000 mon.smithi143 (mon.0) 705 : cluster [INF] Cluster is now healthy 2024-02-13T03:46:00.304 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:59 smithi143 bash[16533]: cluster 2024-02-13T03:45:58.432652+0000 mon.smithi143 (mon.0) 704 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:46:00.304 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:45:59 smithi143 bash[16533]: cluster 2024-02-13T03:45:58.432724+0000 mon.smithi143 (mon.0) 705 : cluster [INF] Cluster is now healthy 2024-02-13T03:46:00.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:00 smithi196 bash[19959]: cluster 2024-02-13T03:46:00.065231+0000 mgr.smithi143.mxhzlj (mgr.14184) 296 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 996 B/s rd, 0 op/s 2024-02-13T03:46:00.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:00 smithi143 bash[16533]: cluster 2024-02-13T03:46:00.065231+0000 mgr.smithi143.mxhzlj (mgr.14184) 296 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 996 B/s rd, 0 op/s 2024-02-13T03:46:01.940 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:01 smithi143 bash[16533]: audit 2024-02-13T03:46:01.869243+0000 mon.smithi143 (mon.0) 706 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.jzlxtv"}]: dispatch 2024-02-13T03:46:02.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:01 smithi196 bash[19959]: audit 2024-02-13T03:46:01.869243+0000 mon.smithi143 (mon.0) 706 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.jzlxtv"}]: dispatch 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: cephadm 2024-02-13T03:46:01.868040+0000 mgr.smithi143.mxhzlj (mgr.14184) 297 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.jzlxtv ... 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:03.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.jzlxtv ... 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: cephadm 2024-02-13T03:46:01.868585+0000 mgr.smithi143.mxhzlj (mgr.14184) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: cephadm 2024-02-13T03:46:01.871113+0000 mgr.smithi143.mxhzlj (mgr.14184) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.jzlxtv ... 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:03.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.267 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: cephadm 2024-02-13T03:46:01.876696+0000 mgr.smithi143.mxhzlj (mgr.14184) 300 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.pmkbub on smithi143 2024-02-13T03:46:03.267 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:02 smithi196 bash[19959]: cluster 2024-02-13T03:46:02.066390+0000 mgr.smithi143.mxhzlj (mgr.14184) 301 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: cephadm 2024-02-13T03:46:01.868040+0000 mgr.smithi143.mxhzlj (mgr.14184) 297 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.jzlxtv ... 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:03.333 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.334 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.jzlxtv ... 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: cephadm 2024-02-13T03:46:01.868585+0000 mgr.smithi143.mxhzlj (mgr.14184) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: cephadm 2024-02-13T03:46:01.871113+0000 mgr.smithi143.mxhzlj (mgr.14184) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.jzlxtv ... 2024-02-13T03:46:03.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.336 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:03.336 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:03.336 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:03.336 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:03.336 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: cephadm 2024-02-13T03:46:01.876696+0000 mgr.smithi143.mxhzlj (mgr.14184) 300 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.pmkbub on smithi143 2024-02-13T03:46:03.336 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:02 smithi143 bash[16533]: cluster 2024-02-13T03:46:02.066390+0000 mgr.smithi143.mxhzlj (mgr.14184) 301 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-13T03:46:04.218 INFO:teuthology.run_tasks:Running task python... 2024-02-13T03:46:04.232 INFO:tasks.python:Running python on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T03:46:04.232 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-02-13T03:46:04.232 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-13T03:46:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:04 smithi143 bash[16533]: cluster 2024-02-13T03:46:04.067766+0000 mgr.smithi143.mxhzlj (mgr.14184) 302 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 2 op/s 2024-02-13T03:46:04.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:04 smithi196 bash[19959]: cluster 2024-02-13T03:46:04.067766+0000 mgr.smithi143.mxhzlj (mgr.14184) 302 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 2 op/s 2024-02-13T03:46:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: cluster 2024-02-13T03:46:05.160927+0000 mon.smithi143 (mon.0) 707 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-13T03:46:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: audit 2024-02-13T03:46:05.161913+0000 mon.smithi143 (mon.0) 708 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-13T03:46:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: cephadm 2024-02-13T03:46:05.757679+0000 mgr.smithi143.mxhzlj (mgr.14184) 303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.pmkbub ... 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:46:06.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:06.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.pmkbub ... 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: cephadm 2024-02-13T03:46:05.758207+0000 mgr.smithi143.mxhzlj (mgr.14184) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: audit 2024-02-13T03:46:05.758819+0000 mon.smithi143 (mon.0) 709 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.pmkbub"}]: dispatch 2024-02-13T03:46:06.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: cephadm 2024-02-13T03:46:05.760278+0000 mgr.smithi143.mxhzlj (mgr.14184) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.pmkbub ... 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: cephadm 2024-02-13T03:46:05.764003+0000 mgr.smithi143.mxhzlj (mgr.14184) 306 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:46:06.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: cephadm 2024-02-13T03:46:05.766811+0000 mgr.smithi143.mxhzlj (mgr.14184) 307 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:46:06.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:06 smithi143 bash[16533]: cluster 2024-02-13T03:46:05.767814+0000 mgr.smithi143.mxhzlj (mgr.14184) 308 : cluster [DBG] pgmap v255: 193 pgs: 32 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-02-13T03:46:06.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: cluster 2024-02-13T03:46:05.160927+0000 mon.smithi143 (mon.0) 707 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: audit 2024-02-13T03:46:05.161913+0000 mon.smithi143 (mon.0) 708 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: cephadm 2024-02-13T03:46:05.757679+0000 mgr.smithi143.mxhzlj (mgr.14184) 303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.pmkbub ... 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.pmkbub ... 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:06.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: cephadm 2024-02-13T03:46:05.758207+0000 mgr.smithi143.mxhzlj (mgr.14184) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: audit 2024-02-13T03:46:05.758819+0000 mon.smithi143 (mon.0) 709 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.pmkbub"}]: dispatch 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: cephadm 2024-02-13T03:46:05.760278+0000 mgr.smithi143.mxhzlj (mgr.14184) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.pmkbub ... 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:46:06.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:46:06.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:46:06.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:46:06.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: cephadm 2024-02-13T03:46:05.764003+0000 mgr.smithi143.mxhzlj (mgr.14184) 306 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:46:06.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: cephadm 2024-02-13T03:46:05.766811+0000 mgr.smithi143.mxhzlj (mgr.14184) 307 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:46:06.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:06 smithi196 bash[19959]: cluster 2024-02-13T03:46:05.767814+0000 mgr.smithi143.mxhzlj (mgr.14184) 308 : cluster [DBG] pgmap v255: 193 pgs: 32 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-02-13T03:46:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:07 smithi196 bash[19959]: audit 2024-02-13T03:46:06.173392+0000 mon.smithi143 (mon.0) 710 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-13T03:46:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:07 smithi196 bash[19959]: cluster 2024-02-13T03:46:06.173819+0000 mon.smithi143 (mon.0) 711 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-13T03:46:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:07 smithi196 bash[19959]: audit 2024-02-13T03:46:06.176197+0000 mon.smithi143 (mon.0) 712 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:46:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:07 smithi196 bash[19959]: cluster 2024-02-13T03:46:06.225845+0000 mon.smithi143 (mon.0) 713 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:46:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:07 smithi196 bash[19959]: audit 2024-02-13T03:46:06.779025+0000 mon.smithi143 (mon.0) 714 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:46:07.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:07 smithi143 bash[16533]: audit 2024-02-13T03:46:06.173392+0000 mon.smithi143 (mon.0) 710 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-13T03:46:07.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:07 smithi143 bash[16533]: cluster 2024-02-13T03:46:06.173819+0000 mon.smithi143 (mon.0) 711 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-13T03:46:07.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:07 smithi143 bash[16533]: audit 2024-02-13T03:46:06.176197+0000 mon.smithi143 (mon.0) 712 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:46:07.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:07 smithi143 bash[16533]: cluster 2024-02-13T03:46:06.225845+0000 mon.smithi143 (mon.0) 713 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:46:07.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:07 smithi143 bash[16533]: audit 2024-02-13T03:46:06.779025+0000 mon.smithi143 (mon.0) 714 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:46:08.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:08 smithi196 bash[19959]: audit 2024-02-13T03:46:07.176679+0000 mon.smithi143 (mon.0) 715 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:46:08.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:08 smithi196 bash[19959]: cluster 2024-02-13T03:46:07.176812+0000 mon.smithi143 (mon.0) 716 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-13T03:46:08.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:08 smithi196 bash[19959]: audit 2024-02-13T03:46:07.647775+0000 mon.smithi143 (mon.0) 717 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:46:08.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:08 smithi196 bash[19959]: cluster 2024-02-13T03:46:07.768726+0000 mgr.smithi143.mxhzlj (mgr.14184) 309 : cluster [DBG] pgmap v258: 193 pgs: 3 creating+peering, 18 unknown, 172 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 359 B/s wr, 2 op/s 2024-02-13T03:46:08.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:08 smithi143 bash[16533]: audit 2024-02-13T03:46:07.176679+0000 mon.smithi143 (mon.0) 715 : audit [INF] from='client.? 172.21.15.143:0/574927602' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:46:08.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:08 smithi143 bash[16533]: cluster 2024-02-13T03:46:07.176812+0000 mon.smithi143 (mon.0) 716 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-13T03:46:08.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:08 smithi143 bash[16533]: audit 2024-02-13T03:46:07.647775+0000 mon.smithi143 (mon.0) 717 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:46:08.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:08 smithi143 bash[16533]: cluster 2024-02-13T03:46:07.768726+0000 mgr.smithi143.mxhzlj (mgr.14184) 309 : cluster [DBG] pgmap v258: 193 pgs: 3 creating+peering, 18 unknown, 172 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 359 B/s wr, 2 op/s 2024-02-13T03:46:09.276 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T03:46:09.286 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T03:46:09.286 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2024-02-13T03:46:09.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:09 smithi196 bash[19959]: cluster 2024-02-13T03:46:08.202698+0000 mon.smithi143 (mon.0) 718 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-13T03:46:09.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:09 smithi196 bash[19959]: audit 2024-02-13T03:46:08.210235+0000 mon.smithi143 (mon.0) 719 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-13T03:46:09.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:09 smithi143 bash[16533]: cluster 2024-02-13T03:46:08.202698+0000 mon.smithi143 (mon.0) 718 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-13T03:46:09.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:09 smithi143 bash[16533]: audit 2024-02-13T03:46:08.210235+0000 mon.smithi143 (mon.0) 719 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-13T03:46:10.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:10 smithi196 bash[19959]: audit 2024-02-13T03:46:09.211221+0000 mon.smithi143 (mon.0) 720 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-13T03:46:10.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:10 smithi196 bash[19959]: cluster 2024-02-13T03:46:09.211410+0000 mon.smithi143 (mon.0) 721 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-13T03:46:10.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:10 smithi196 bash[19959]: cluster 2024-02-13T03:46:09.769797+0000 mgr.smithi143.mxhzlj (mgr.14184) 310 : cluster [DBG] pgmap v261: 225 pgs: 18 creating+peering, 17 unknown, 190 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-13T03:46:10.557 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:10 smithi143 bash[16533]: audit 2024-02-13T03:46:09.211221+0000 mon.smithi143 (mon.0) 720 : audit [INF] from='client.? 172.21.15.143:0/182559203' entity='client.rgw.foorgw.smithi143.lgnxxy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-13T03:46:10.557 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:10 smithi143 bash[16533]: cluster 2024-02-13T03:46:09.211410+0000 mon.smithi143 (mon.0) 721 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-13T03:46:10.557 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:10 smithi143 bash[16533]: cluster 2024-02-13T03:46:09.769797+0000 mgr.smithi143.mxhzlj (mgr.14184) 310 : cluster [DBG] pgmap v261: 225 pgs: 18 creating+peering, 17 unknown, 190 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-13T03:46:11.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:11 smithi196 bash[19959]: cluster 2024-02-13T03:46:10.213963+0000 mon.smithi143 (mon.0) 722 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-13T03:46:11.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:11 smithi143 bash[16533]: cluster 2024-02-13T03:46:10.213963+0000 mon.smithi143 (mon.0) 722 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-13T03:46:12.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:12 smithi196 bash[19959]: cluster 2024-02-13T03:46:11.771057+0000 mgr.smithi143.mxhzlj (mgr.14184) 311 : cluster [DBG] pgmap v263: 225 pgs: 15 creating+peering, 12 unknown, 198 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 222 B/s rd, 890 B/s wr, 3 op/s 2024-02-13T03:46:12.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:12 smithi143 bash[16533]: cluster 2024-02-13T03:46:11.771057+0000 mgr.smithi143.mxhzlj (mgr.14184) 311 : cluster [DBG] pgmap v263: 225 pgs: 15 creating+peering, 12 unknown, 198 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 222 B/s rd, 890 B/s wr, 3 op/s 2024-02-13T03:46:12.916 INFO:teuthology.orchestra.run.smithi143.stdout:{ 2024-02-13T03:46:12.916 INFO:teuthology.orchestra.run.smithi143.stdout: "bind": "/foouser", 2024-02-13T03:46:12.916 INFO:teuthology.orchestra.run.smithi143.stdout: "path": "/", 2024-02-13T03:46:12.916 INFO:teuthology.orchestra.run.smithi143.stdout: "cluster": "foo", 2024-02-13T03:46:12.916 INFO:teuthology.orchestra.run.smithi143.stdout: "mode": "RW", 2024-02-13T03:46:12.917 INFO:teuthology.orchestra.run.smithi143.stdout: "squash": "none" 2024-02-13T03:46:12.917 INFO:teuthology.orchestra.run.smithi143.stdout:} 2024-02-13T03:46:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:13 smithi196 bash[19959]: audit 2024-02-13T03:46:12.716574+0000 mgr.smithi143.mxhzlj (mgr.14184) 312 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:46:13.571 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:13 smithi143 bash[16533]: audit 2024-02-13T03:46:12.716574+0000 mgr.smithi143.mxhzlj (mgr.14184) 312 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:46:13.572 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-13T03:46:13.582 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-13T03:46:13.582 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:14.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:14 smithi196 bash[19959]: cluster 2024-02-13T03:46:13.773397+0000 mgr.smithi143.mxhzlj (mgr.14184) 313 : cluster [DBG] pgmap v264: 225 pgs: 15 creating+peering, 210 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 3 op/s 2024-02-13T03:46:14.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:14 smithi143 bash[16533]: cluster 2024-02-13T03:46:13.773397+0000 mgr.smithi143.mxhzlj (mgr.14184) 313 : cluster [DBG] pgmap v264: 225 pgs: 15 creating+peering, 210 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 3 op/s 2024-02-13T03:46:16.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:16 smithi196 bash[19959]: cluster 2024-02-13T03:46:15.775244+0000 mgr.smithi143.mxhzlj (mgr.14184) 314 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 945 B/s wr, 10 op/s 2024-02-13T03:46:16.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:16 smithi143 bash[16533]: cluster 2024-02-13T03:46:15.775244+0000 mgr.smithi143.mxhzlj (mgr.14184) 314 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 945 B/s wr, 10 op/s 2024-02-13T03:46:16.702 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:16.702 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:17.354 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-13T03:46:17.355 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-13T03:46:17.364 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-13T03:46:17.364 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:17.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:17 smithi196 bash[19959]: audit 2024-02-13T03:46:16.697400+0000 mgr.smithi143.mxhzlj (mgr.14184) 315 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:17.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:17 smithi143 bash[16533]: audit 2024-02-13T03:46:16.697400+0000 mgr.smithi143.mxhzlj (mgr.14184) 315 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:18.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:18 smithi196 bash[19959]: cluster 2024-02-13T03:46:17.776999+0000 mgr.smithi143.mxhzlj (mgr.14184) 316 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 836 B/s wr, 15 op/s 2024-02-13T03:46:18.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:18 smithi143 bash[16533]: cluster 2024-02-13T03:46:17.776999+0000 mgr.smithi143.mxhzlj (mgr.14184) 316 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 836 B/s wr, 15 op/s 2024-02-13T03:46:20.432 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:20.433 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:21.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:21.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:20 smithi143 bash[16533]: cluster 2024-02-13T03:46:19.779144+0000 mgr.smithi143.mxhzlj (mgr.14184) 317 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 716 B/s wr, 15 op/s 2024-02-13T03:46:21.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:20 smithi196 bash[19959]: cluster 2024-02-13T03:46:19.779144+0000 mgr.smithi143.mxhzlj (mgr.14184) 317 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 716 B/s wr, 15 op/s 2024-02-13T03:46:22.017 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:22.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:21 smithi143 bash[16533]: audit 2024-02-13T03:46:20.424047+0000 mgr.smithi143.mxhzlj (mgr.14184) 318 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:22.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:21 smithi196 bash[19959]: audit 2024-02-13T03:46:20.424047+0000 mgr.smithi143.mxhzlj (mgr.14184) 318 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:23.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:22 smithi143 bash[16533]: cluster 2024-02-13T03:46:21.785230+0000 mgr.smithi143.mxhzlj (mgr.14184) 319 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 619 B/s wr, 13 op/s 2024-02-13T03:46:23.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:22 smithi196 bash[19959]: cluster 2024-02-13T03:46:21.785230+0000 mgr.smithi143.mxhzlj (mgr.14184) 319 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 619 B/s wr, 13 op/s 2024-02-13T03:46:25.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:24 smithi143 bash[16533]: cluster 2024-02-13T03:46:23.787271+0000 mgr.smithi143.mxhzlj (mgr.14184) 320 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 12 op/s 2024-02-13T03:46:25.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:24 smithi196 bash[19959]: cluster 2024-02-13T03:46:23.787271+0000 mgr.smithi143.mxhzlj (mgr.14184) 320 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 12 op/s 2024-02-13T03:46:25.267 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:25.267 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:25.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:26.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:26 smithi196 bash[19959]: audit 2024-02-13T03:46:25.259193+0000 mgr.smithi143.mxhzlj (mgr.14184) 321 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:26.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:26 smithi196 bash[19959]: cluster 2024-02-13T03:46:25.788717+0000 mgr.smithi143.mxhzlj (mgr.14184) 322 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 426 B/s wr, 12 op/s 2024-02-13T03:46:26.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:26 smithi143 bash[16533]: audit 2024-02-13T03:46:25.259193+0000 mgr.smithi143.mxhzlj (mgr.14184) 321 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:26.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:26 smithi143 bash[16533]: cluster 2024-02-13T03:46:25.788717+0000 mgr.smithi143.mxhzlj (mgr.14184) 322 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 426 B/s wr, 12 op/s 2024-02-13T03:46:26.881 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:29.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:28 smithi143 bash[16533]: cluster 2024-02-13T03:46:27.790400+0000 mgr.smithi143.mxhzlj (mgr.14184) 323 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 7 op/s 2024-02-13T03:46:29.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:28 smithi196 bash[19959]: cluster 2024-02-13T03:46:27.790400+0000 mgr.smithi143.mxhzlj (mgr.14184) 323 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 7 op/s 2024-02-13T03:46:30.233 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:30.234 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:30.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:31.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:30 smithi143 bash[16533]: cluster 2024-02-13T03:46:29.791893+0000 mgr.smithi143.mxhzlj (mgr.14184) 324 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-13T03:46:31.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:30 smithi196 bash[19959]: cluster 2024-02-13T03:46:29.791893+0000 mgr.smithi143.mxhzlj (mgr.14184) 324 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-13T03:46:31.849 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:31 smithi143 bash[16533]: audit 2024-02-13T03:46:30.221141+0000 mgr.smithi143.mxhzlj (mgr.14184) 325 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:32.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:31 smithi196 bash[19959]: audit 2024-02-13T03:46:30.221141+0000 mgr.smithi143.mxhzlj (mgr.14184) 325 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:33.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:32 smithi143 bash[16533]: cluster 2024-02-13T03:46:31.793081+0000 mgr.smithi143.mxhzlj (mgr.14184) 326 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:33.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:32 smithi196 bash[19959]: cluster 2024-02-13T03:46:31.793081+0000 mgr.smithi143.mxhzlj (mgr.14184) 326 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:34.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:34 smithi143 bash[16533]: cluster 2024-02-13T03:46:33.795145+0000 mgr.smithi143.mxhzlj (mgr.14184) 327 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:35.090 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:35.090 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:35.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:34 smithi196 bash[19959]: cluster 2024-02-13T03:46:33.795145+0000 mgr.smithi143.mxhzlj (mgr.14184) 327 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:35.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:36.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:35 smithi143 bash[16533]: audit 2024-02-13T03:46:35.078695+0000 mgr.smithi143.mxhzlj (mgr.14184) 328 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:36.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:35 smithi196 bash[19959]: audit 2024-02-13T03:46:35.078695+0000 mgr.smithi143.mxhzlj (mgr.14184) 328 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:36.740 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:37.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:36 smithi143 bash[16533]: cluster 2024-02-13T03:46:35.796536+0000 mgr.smithi143.mxhzlj (mgr.14184) 329 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:37.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:36 smithi196 bash[19959]: cluster 2024-02-13T03:46:35.796536+0000 mgr.smithi143.mxhzlj (mgr.14184) 329 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:39.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:38 smithi143 bash[16533]: cluster 2024-02-13T03:46:37.798289+0000 mgr.smithi143.mxhzlj (mgr.14184) 330 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:39.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:38 smithi196 bash[19959]: cluster 2024-02-13T03:46:37.798289+0000 mgr.smithi143.mxhzlj (mgr.14184) 330 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:40.039 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:40.040 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:40.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:41.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:40 smithi143 bash[16533]: cluster 2024-02-13T03:46:39.799260+0000 mgr.smithi143.mxhzlj (mgr.14184) 331 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:41.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:40 smithi143 bash[16533]: audit 2024-02-13T03:46:40.035734+0000 mgr.smithi143.mxhzlj (mgr.14184) 332 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:41.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:40 smithi196 bash[19959]: cluster 2024-02-13T03:46:39.799260+0000 mgr.smithi143.mxhzlj (mgr.14184) 331 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:41.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:40 smithi196 bash[19959]: audit 2024-02-13T03:46:40.035734+0000 mgr.smithi143.mxhzlj (mgr.14184) 332 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:41.672 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:43.088 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:42 smithi143 bash[16533]: cluster 2024-02-13T03:46:41.800378+0000 mgr.smithi143.mxhzlj (mgr.14184) 333 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:43.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:42 smithi196 bash[19959]: cluster 2024-02-13T03:46:41.800378+0000 mgr.smithi143.mxhzlj (mgr.14184) 333 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:44.852 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:44.852 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:45.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:44 smithi143 bash[16533]: cluster 2024-02-13T03:46:43.802373+0000 mgr.smithi143.mxhzlj (mgr.14184) 334 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:44 smithi196 bash[19959]: cluster 2024-02-13T03:46:43.802373+0000 mgr.smithi143.mxhzlj (mgr.14184) 334 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:46:45.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:46.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:45 smithi143 bash[16533]: audit 2024-02-13T03:46:44.848765+0000 mgr.smithi143.mxhzlj (mgr.14184) 335 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:45 smithi196 bash[19959]: audit 2024-02-13T03:46:44.848765+0000 mgr.smithi143.mxhzlj (mgr.14184) 335 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:46.507 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:46 smithi196 bash[19959]: cluster 2024-02-13T03:46:45.803819+0000 mgr.smithi143.mxhzlj (mgr.14184) 336 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:47.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:46 smithi143 bash[16533]: cluster 2024-02-13T03:46:45.803819+0000 mgr.smithi143.mxhzlj (mgr.14184) 336 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:49.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:48 smithi143 bash[16533]: cluster 2024-02-13T03:46:47.805595+0000 mgr.smithi143.mxhzlj (mgr.14184) 337 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:49.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:48 smithi196 bash[19959]: cluster 2024-02-13T03:46:47.805595+0000 mgr.smithi143.mxhzlj (mgr.14184) 337 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:49.663 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:49.663 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:50.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:51.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:50 smithi196 bash[19959]: audit 2024-02-13T03:46:49.652076+0000 mgr.smithi143.mxhzlj (mgr.14184) 338 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:51.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:50 smithi196 bash[19959]: cluster 2024-02-13T03:46:49.807783+0000 mgr.smithi143.mxhzlj (mgr.14184) 339 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:51.296 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:51.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:50 smithi143 bash[16533]: audit 2024-02-13T03:46:49.652076+0000 mgr.smithi143.mxhzlj (mgr.14184) 338 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:51.308 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:50 smithi143 bash[16533]: cluster 2024-02-13T03:46:49.807783+0000 mgr.smithi143.mxhzlj (mgr.14184) 339 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:52 smithi143 bash[16533]: cluster 2024-02-13T03:46:51.809004+0000 mgr.smithi143.mxhzlj (mgr.14184) 340 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:52 smithi196 bash[19959]: cluster 2024-02-13T03:46:51.809004+0000 mgr.smithi143.mxhzlj (mgr.14184) 340 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:54.560 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:54.561 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:55.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:54 smithi196 bash[19959]: cluster 2024-02-13T03:46:53.811002+0000 mgr.smithi143.mxhzlj (mgr.14184) 341 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:55.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:54 smithi143 bash[16533]: cluster 2024-02-13T03:46:53.811002+0000 mgr.smithi143.mxhzlj (mgr.14184) 341 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:56.133 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:55 smithi196 bash[19959]: audit 2024-02-13T03:46:54.557002+0000 mgr.smithi143.mxhzlj (mgr.14184) 342 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:56.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:55 smithi143 bash[16533]: audit 2024-02-13T03:46:54.557002+0000 mgr.smithi143.mxhzlj (mgr.14184) 342 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:57.226 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:56 smithi143 bash[16533]: cluster 2024-02-13T03:46:55.812450+0000 mgr.smithi143.mxhzlj (mgr.14184) 343 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:57.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:56 smithi196 bash[19959]: cluster 2024-02-13T03:46:55.812450+0000 mgr.smithi143.mxhzlj (mgr.14184) 343 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:59.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:46:58 smithi143 bash[16533]: cluster 2024-02-13T03:46:57.814069+0000 mgr.smithi143.mxhzlj (mgr.14184) 344 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:59.198 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:46:59.198 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:46:58 smithi196 bash[19959]: cluster 2024-02-13T03:46:57.814069+0000 mgr.smithi143.mxhzlj (mgr.14184) 344 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:59.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:00.791 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:01.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:00 smithi196 bash[19959]: audit 2024-02-13T03:46:59.187069+0000 mgr.smithi143.mxhzlj (mgr.14184) 345 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:01.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:00 smithi196 bash[19959]: cluster 2024-02-13T03:46:59.816194+0000 mgr.smithi143.mxhzlj (mgr.14184) 346 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:01.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:00 smithi143 bash[16533]: audit 2024-02-13T03:46:59.187069+0000 mgr.smithi143.mxhzlj (mgr.14184) 345 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:01.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:00 smithi143 bash[16533]: cluster 2024-02-13T03:46:59.816194+0000 mgr.smithi143.mxhzlj (mgr.14184) 346 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:03.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:02 smithi196 bash[19959]: cluster 2024-02-13T03:47:01.817383+0000 mgr.smithi143.mxhzlj (mgr.14184) 347 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:03.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:02 smithi143 bash[16533]: cluster 2024-02-13T03:47:01.817383+0000 mgr.smithi143.mxhzlj (mgr.14184) 347 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:04.082 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:04.082 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:04.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:05.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:04 smithi196 bash[19959]: cluster 2024-02-13T03:47:03.818947+0000 mgr.smithi143.mxhzlj (mgr.14184) 348 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:05.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:04 smithi196 bash[19959]: audit 2024-02-13T03:47:04.073449+0000 mgr.smithi143.mxhzlj (mgr.14184) 349 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:05.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:04 smithi143 bash[16533]: cluster 2024-02-13T03:47:03.818947+0000 mgr.smithi143.mxhzlj (mgr.14184) 348 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:05.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:04 smithi143 bash[16533]: audit 2024-02-13T03:47:04.073449+0000 mgr.smithi143.mxhzlj (mgr.14184) 349 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:05.630 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:06.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:06 smithi196 bash[19959]: audit 2024-02-13T03:47:05.772610+0000 mon.smithi143 (mon.0) 723 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:47:06.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:06 smithi196 bash[19959]: cluster 2024-02-13T03:47:05.820156+0000 mgr.smithi143.mxhzlj (mgr.14184) 350 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:06.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:06 smithi143 bash[16533]: audit 2024-02-13T03:47:05.772610+0000 mon.smithi143 (mon.0) 723 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:47:06.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:06 smithi143 bash[16533]: cluster 2024-02-13T03:47:05.820156+0000 mgr.smithi143.mxhzlj (mgr.14184) 350 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:07.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:07 smithi143 bash[16533]: audit 2024-02-13T03:47:06.592247+0000 mon.smithi143 (mon.0) 724 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [4, 6]}]: dispatch 2024-02-13T03:47:07.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:07 smithi143 bash[16533]: audit 2024-02-13T03:47:06.592588+0000 mon.smithi143 (mon.0) 725 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]: dispatch 2024-02-13T03:47:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:07 smithi196 bash[19959]: audit 2024-02-13T03:47:06.592247+0000 mon.smithi143 (mon.0) 724 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [4, 6]}]: dispatch 2024-02-13T03:47:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:07 smithi196 bash[19959]: audit 2024-02-13T03:47:06.592588+0000 mon.smithi143 (mon.0) 725 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]: dispatch 2024-02-13T03:47:08.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:08 smithi143 bash[16533]: audit 2024-02-13T03:47:07.270237+0000 mon.smithi143 (mon.0) 726 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [4, 6]}]': finished 2024-02-13T03:47:08.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:08 smithi143 bash[16533]: audit 2024-02-13T03:47:07.270382+0000 mon.smithi143 (mon.0) 727 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]': finished 2024-02-13T03:47:08.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:08 smithi143 bash[16533]: cluster 2024-02-13T03:47:07.270483+0000 mon.smithi143 (mon.0) 728 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-13T03:47:08.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:08 smithi143 bash[16533]: cluster 2024-02-13T03:47:07.821277+0000 mgr.smithi143.mxhzlj (mgr.14184) 351 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-13T03:47:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:08 smithi196 bash[19959]: audit 2024-02-13T03:47:07.270237+0000 mon.smithi143 (mon.0) 726 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [4, 6]}]': finished 2024-02-13T03:47:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:08 smithi196 bash[19959]: audit 2024-02-13T03:47:07.270382+0000 mon.smithi143 (mon.0) 727 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]': finished 2024-02-13T03:47:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:08 smithi196 bash[19959]: cluster 2024-02-13T03:47:07.270483+0000 mon.smithi143 (mon.0) 728 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-13T03:47:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:08 smithi196 bash[19959]: cluster 2024-02-13T03:47:07.821277+0000 mgr.smithi143.mxhzlj (mgr.14184) 351 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-13T03:47:08.853 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:08.853 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:45:57.763483Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:45:57.421997Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:45:57.763873Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:45:57.422457Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:45:57.422808Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:45:57.765204Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:45:57.423141Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:45:57.423817Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:45:57.423486Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:45:57.425143Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:09.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:09.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:09 smithi143 bash[16533]: cluster 2024-02-13T03:47:08.281135+0000 mon.smithi143 (mon.0) 729 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-13T03:47:09.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:09 smithi143 bash[16533]: audit 2024-02-13T03:47:08.849324+0000 mgr.smithi143.mxhzlj (mgr.14184) 352 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:09.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:09 smithi196 bash[19959]: cluster 2024-02-13T03:47:08.281135+0000 mon.smithi143 (mon.0) 729 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-13T03:47:09.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:09 smithi196 bash[19959]: audit 2024-02-13T03:47:08.849324+0000 mgr.smithi143.mxhzlj (mgr.14184) 352 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:10.458 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:10.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:10 smithi143 bash[16533]: cluster 2024-02-13T03:47:09.822982+0000 mgr.smithi143.mxhzlj (mgr.14184) 353 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:47:10.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:10 smithi196 bash[19959]: cluster 2024-02-13T03:47:09.822982+0000 mgr.smithi143.mxhzlj (mgr.14184) 353 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:47:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:12 smithi196 bash[19959]: audit 2024-02-13T03:47:11.670541+0000 mon.smithi143 (mon.0) 730 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:12 smithi196 bash[19959]: cluster 2024-02-13T03:47:11.824045+0000 mgr.smithi143.mxhzlj (mgr.14184) 354 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:47:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:12 smithi196 bash[19959]: audit 2024-02-13T03:47:12.389911+0000 mon.smithi143 (mon.0) 731 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:13.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:12 smithi143 bash[16533]: audit 2024-02-13T03:47:11.670541+0000 mon.smithi143 (mon.0) 730 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:13.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:12 smithi143 bash[16533]: cluster 2024-02-13T03:47:11.824045+0000 mgr.smithi143.mxhzlj (mgr.14184) 354 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:47:13.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:12 smithi143 bash[16533]: audit 2024-02-13T03:47:12.389911+0000 mon.smithi143 (mon.0) 731 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:13.688 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:13.688 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:51.532421Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.osvpfq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:14.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:13 smithi196 bash[19959]: audit 2024-02-13T03:47:12.698766+0000 mon.smithi143 (mon.0) 732 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:47:14.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:13 smithi196 bash[19959]: audit 2024-02-13T03:47:12.699855+0000 mon.smithi143 (mon.0) 733 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:47:14.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:13 smithi196 bash[19959]: audit 2024-02-13T03:47:12.706219+0000 mon.smithi143 (mon.0) 734 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:14.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:13 smithi196 bash[19959]: cluster 2024-02-13T03:47:12.707279+0000 mgr.smithi143.mxhzlj (mgr.14184) 355 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 148 B/s rd, 0 op/s 2024-02-13T03:47:14.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:13 smithi196 bash[19959]: audit 2024-02-13T03:47:12.712230+0000 mon.smithi143 (mon.0) 735 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:47:14.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:13 smithi196 bash[19959]: audit 2024-02-13T03:47:12.723748+0000 mon.smithi143 (mon.0) 736 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:14.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:13 smithi196 bash[19959]: cephadm 2024-02-13T03:47:12.727053+0000 mgr.smithi143.mxhzlj (mgr.14184) 356 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.mtcukn on smithi196 2024-02-13T03:47:14.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:13 smithi143 bash[16533]: audit 2024-02-13T03:47:12.698766+0000 mon.smithi143 (mon.0) 732 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:47:14.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:13 smithi143 bash[16533]: audit 2024-02-13T03:47:12.699855+0000 mon.smithi143 (mon.0) 733 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:47:14.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:13 smithi143 bash[16533]: audit 2024-02-13T03:47:12.706219+0000 mon.smithi143 (mon.0) 734 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:14.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:13 smithi143 bash[16533]: cluster 2024-02-13T03:47:12.707279+0000 mgr.smithi143.mxhzlj (mgr.14184) 355 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 148 B/s rd, 0 op/s 2024-02-13T03:47:14.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:13 smithi143 bash[16533]: audit 2024-02-13T03:47:12.712230+0000 mon.smithi143 (mon.0) 735 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:47:14.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:13 smithi143 bash[16533]: audit 2024-02-13T03:47:12.723748+0000 mon.smithi143 (mon.0) 736 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:14.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:13 smithi143 bash[16533]: cephadm 2024-02-13T03:47:12.727053+0000 mgr.smithi143.mxhzlj (mgr.14184) 356 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.mtcukn on smithi196 2024-02-13T03:47:14.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:15.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:14 smithi196 bash[19959]: audit 2024-02-13T03:47:13.677777+0000 mgr.smithi143.mxhzlj (mgr.14184) 357 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:15.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:14 smithi196 bash[19959]: cluster 2024-02-13T03:47:13.704428+0000 mon.smithi143 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:47:15.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:14 smithi196 bash[19959]: cluster 2024-02-13T03:47:13.704475+0000 mon.smithi143 (mon.0) 738 : cluster [INF] Cluster is now healthy 2024-02-13T03:47:15.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:14 smithi143 bash[16533]: audit 2024-02-13T03:47:13.677777+0000 mgr.smithi143.mxhzlj (mgr.14184) 357 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:15.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:14 smithi143 bash[16533]: cluster 2024-02-13T03:47:13.704428+0000 mon.smithi143 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:47:15.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:14 smithi143 bash[16533]: cluster 2024-02-13T03:47:13.704475+0000 mon.smithi143 (mon.0) 738 : cluster [INF] Cluster is now healthy 2024-02-13T03:47:15.300 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:16.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:15 smithi196 bash[19959]: cluster 2024-02-13T03:47:14.709025+0000 mgr.smithi143.mxhzlj (mgr.14184) 358 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:47:16.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:15 smithi143 bash[16533]: cluster 2024-02-13T03:47:14.709025+0000 mgr.smithi143.mxhzlj (mgr.14184) 358 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: cluster 2024-02-13T03:47:16.709851+0000 mgr.smithi143.mxhzlj (mgr.14184) 359 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: cephadm 2024-02-13T03:47:16.765038+0000 mgr.smithi143.mxhzlj (mgr.14184) 360 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.mtcukn ... 2024-02-13T03:47:18.021 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:18.022 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.mtcukn ... 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: cephadm 2024-02-13T03:47:16.765622+0000 mgr.smithi143.mxhzlj (mgr.14184) 361 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: audit 2024-02-13T03:47:16.768405+0000 mon.smithi143 (mon.0) 739 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.mtcukn"}]: dispatch 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: cephadm 2024-02-13T03:47:16.770066+0000 mgr.smithi143.mxhzlj (mgr.14184) 362 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.023 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.mtcukn ... 2024-02-13T03:47:18.024 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.024 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:18.024 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:18.024 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:18.024 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.024 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:17 smithi143 bash[16533]: cephadm 2024-02-13T03:47:16.773064+0000 mgr.smithi143.mxhzlj (mgr.14184) 363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.sblmul on smithi143 2024-02-13T03:47:18.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: cluster 2024-02-13T03:47:16.709851+0000 mgr.smithi143.mxhzlj (mgr.14184) 359 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:47:18.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: cephadm 2024-02-13T03:47:16.765038+0000 mgr.smithi143.mxhzlj (mgr.14184) 360 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.mtcukn ... 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:47:18.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.mtcukn ... 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: cephadm 2024-02-13T03:47:16.765622+0000 mgr.smithi143.mxhzlj (mgr.14184) 361 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: audit 2024-02-13T03:47:16.768405+0000 mon.smithi143 (mon.0) 739 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.mtcukn"}]: dispatch 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: cephadm 2024-02-13T03:47:16.770066+0000 mgr.smithi143.mxhzlj (mgr.14184) 362 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.mtcukn ... 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:18.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:17 smithi196 bash[19959]: cephadm 2024-02-13T03:47:16.773064+0000 mgr.smithi143.mxhzlj (mgr.14184) 363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.sblmul on smithi143 2024-02-13T03:47:18.387 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:18.387 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:01.870787Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jzlxtv on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jzlxtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jzlxtv\nDeploy daemon haproxy.nfs.foo.smithi196.jzlxtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.760031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.pmkbub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-pmkbub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.pmkbub\nDeploy daemon haproxy.nfs.foo.smithi143.pmkbub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:46:05.763834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fxbzmn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:19.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:20.044 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:20.056 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:19 smithi143 bash[16533]: audit 2024-02-13T03:47:18.376062+0000 mgr.smithi143.mxhzlj (mgr.14184) 364 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:20.057 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:19 smithi143 bash[16533]: cluster 2024-02-13T03:47:18.711339+0000 mgr.smithi143.mxhzlj (mgr.14184) 365 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:20.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:19 smithi196 bash[19959]: audit 2024-02-13T03:47:18.376062+0000 mgr.smithi143.mxhzlj (mgr.14184) 364 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:20.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:19 smithi196 bash[19959]: cluster 2024-02-13T03:47:18.711339+0000 mgr.smithi143.mxhzlj (mgr.14184) 365 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:21.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: cluster 2024-02-13T03:47:20.712740+0000 mgr.smithi143.mxhzlj (mgr.14184) 366 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: cephadm 2024-02-13T03:47:21.070156+0000 mgr.smithi143.mxhzlj (mgr.14184) 367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.sblmul ... 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:21.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.sblmul ... 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: cephadm 2024-02-13T03:47:21.070600+0000 mgr.smithi143.mxhzlj (mgr.14184) 368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: audit 2024-02-13T03:47:21.071117+0000 mon.smithi143 (mon.0) 740 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.sblmul"}]: dispatch 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: cephadm 2024-02-13T03:47:21.072246+0000 mgr.smithi143.mxhzlj (mgr.14184) 369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.sblmul ... 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:21.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:21.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:21.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: cephadm 2024-02-13T03:47:21.076174+0000 mgr.smithi143.mxhzlj (mgr.14184) 370 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:47:21.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: cephadm 2024-02-13T03:47:21.079141+0000 mgr.smithi143.mxhzlj (mgr.14184) 371 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:47:21.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:21 smithi143 bash[16533]: cluster 2024-02-13T03:47:21.080208+0000 mgr.smithi143.mxhzlj (mgr.14184) 372 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2024-02-13T03:47:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: cluster 2024-02-13T03:47:20.712740+0000 mgr.smithi143.mxhzlj (mgr.14184) 366 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-02-13T03:47:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: cephadm 2024-02-13T03:47:21.070156+0000 mgr.smithi143.mxhzlj (mgr.14184) 367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.sblmul ... 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:47:21.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.sblmul ... 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: cephadm 2024-02-13T03:47:21.070600+0000 mgr.smithi143.mxhzlj (mgr.14184) 368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: audit 2024-02-13T03:47:21.071117+0000 mon.smithi143 (mon.0) 740 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.sblmul"}]: dispatch 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: cephadm 2024-02-13T03:47:21.072246+0000 mgr.smithi143.mxhzlj (mgr.14184) 369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.sblmul ... 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: cephadm 2024-02-13T03:47:21.076174+0000 mgr.smithi143.mxhzlj (mgr.14184) 370 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:47:21.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: cephadm 2024-02-13T03:47:21.079141+0000 mgr.smithi143.mxhzlj (mgr.14184) 371 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:47:21.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:21 smithi196 bash[19959]: cluster 2024-02-13T03:47:21.080208+0000 mgr.smithi143.mxhzlj (mgr.14184) 372 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2024-02-13T03:47:22.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:22 smithi196 bash[19959]: cluster 2024-02-13T03:47:21.256102+0000 mon.smithi143 (mon.0) 741 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:47:22.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:22 smithi143 bash[16533]: cluster 2024-02-13T03:47:21.256102+0000 mon.smithi143 (mon.0) 741 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:47:23.603 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:23.603 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:23.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:23 smithi143 bash[16533]: audit 2024-02-13T03:47:22.712210+0000 mon.smithi143 (mon.0) 742 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:23.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:23 smithi143 bash[16533]: cluster 2024-02-13T03:47:23.082037+0000 mgr.smithi143.mxhzlj (mgr.14184) 373 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:24.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:23 smithi196 bash[19959]: audit 2024-02-13T03:47:22.712210+0000 mon.smithi143 (mon.0) 742 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:47:24.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:23 smithi196 bash[19959]: cluster 2024-02-13T03:47:23.082037+0000 mgr.smithi143.mxhzlj (mgr.14184) 373 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:24.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:25.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:24 smithi196 bash[19959]: audit 2024-02-13T03:47:23.599965+0000 mgr.smithi143.mxhzlj (mgr.14184) 374 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:25.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:24 smithi143 bash[16533]: audit 2024-02-13T03:47:23.599965+0000 mgr.smithi143.mxhzlj (mgr.14184) 374 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:25.219 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:26.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:25 smithi196 bash[19959]: cluster 2024-02-13T03:47:25.083683+0000 mgr.smithi143.mxhzlj (mgr.14184) 375 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:26.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:25 smithi143 bash[16533]: cluster 2024-02-13T03:47:25.083683+0000 mgr.smithi143.mxhzlj (mgr.14184) 375 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:27 smithi196 bash[19959]: cluster 2024-02-13T03:47:27.085346+0000 mgr.smithi143.mxhzlj (mgr.14184) 376 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-13T03:47:27.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:27 smithi143 bash[16533]: cluster 2024-02-13T03:47:27.085346+0000 mgr.smithi143.mxhzlj (mgr.14184) 376 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-13T03:47:28.528 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:28.528 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:29.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:29 smithi143 bash[16533]: audit 2024-02-13T03:47:28.516834+0000 mgr.smithi143.mxhzlj (mgr.14184) 377 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:29 smithi143 bash[16533]: cluster 2024-02-13T03:47:29.087450+0000 mgr.smithi143.mxhzlj (mgr.14184) 378 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:29.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:29 smithi196 bash[19959]: audit 2024-02-13T03:47:28.516834+0000 mgr.smithi143.mxhzlj (mgr.14184) 377 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:29.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:29 smithi196 bash[19959]: cluster 2024-02-13T03:47:29.087450+0000 mgr.smithi143.mxhzlj (mgr.14184) 378 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:30.145 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:31.543 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:31 smithi143 bash[16533]: cluster 2024-02-13T03:47:31.088714+0000 mgr.smithi143.mxhzlj (mgr.14184) 379 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:31.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:31 smithi196 bash[19959]: cluster 2024-02-13T03:47:31.088714+0000 mgr.smithi143.mxhzlj (mgr.14184) 379 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-13T03:47:33.247 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:33.247 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:33.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:33 smithi196 bash[19959]: cluster 2024-02-13T03:47:33.090621+0000 mgr.smithi143.mxhzlj (mgr.14184) 380 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:33.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:33 smithi143 bash[16533]: cluster 2024-02-13T03:47:33.090621+0000 mgr.smithi143.mxhzlj (mgr.14184) 380 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:33.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:34.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:34 smithi196 bash[19959]: audit 2024-02-13T03:47:33.243531+0000 mgr.smithi143.mxhzlj (mgr.14184) 381 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:34.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:34 smithi143 bash[16533]: audit 2024-02-13T03:47:33.243531+0000 mgr.smithi143.mxhzlj (mgr.14184) 381 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:34.838 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:35.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:35 smithi196 bash[19959]: cluster 2024-02-13T03:47:35.092223+0000 mgr.smithi143.mxhzlj (mgr.14184) 382 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:35.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:35 smithi143 bash[16533]: cluster 2024-02-13T03:47:35.092223+0000 mgr.smithi143.mxhzlj (mgr.14184) 382 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:37.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:37 smithi196 bash[19959]: cluster 2024-02-13T03:47:37.093899+0000 mgr.smithi143.mxhzlj (mgr.14184) 383 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:37.553 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:37 smithi143 bash[16533]: cluster 2024-02-13T03:47:37.093899+0000 mgr.smithi143.mxhzlj (mgr.14184) 383 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:37.990 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:37.990 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:38 smithi143 bash[16533]: audit 2024-02-13T03:47:37.979210+0000 mgr.smithi143.mxhzlj (mgr.14184) 384 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:38 smithi196 bash[19959]: audit 2024-02-13T03:47:37.979210+0000 mgr.smithi143.mxhzlj (mgr.14184) 384 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:38.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:39 smithi196 bash[19959]: cluster 2024-02-13T03:47:39.095931+0000 mgr.smithi143.mxhzlj (mgr.14184) 385 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:39.654 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:39.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:39 smithi143 bash[16533]: cluster 2024-02-13T03:47:39.095931+0000 mgr.smithi143.mxhzlj (mgr.14184) 385 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:41 smithi143 bash[16533]: cluster 2024-02-13T03:47:41.097210+0000 mgr.smithi143.mxhzlj (mgr.14184) 386 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:41 smithi196 bash[19959]: cluster 2024-02-13T03:47:41.097210+0000 mgr.smithi143.mxhzlj (mgr.14184) 386 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:42.849 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:42.849 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:43.428 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:43 smithi143 bash[16533]: audit 2024-02-13T03:47:42.845753+0000 mgr.smithi143.mxhzlj (mgr.14184) 387 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:43.428 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:43 smithi143 bash[16533]: cluster 2024-02-13T03:47:43.099063+0000 mgr.smithi143.mxhzlj (mgr.14184) 388 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:43.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:43.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:43 smithi196 bash[19959]: audit 2024-02-13T03:47:42.845753+0000 mgr.smithi143.mxhzlj (mgr.14184) 387 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:43.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:43 smithi196 bash[19959]: cluster 2024-02-13T03:47:43.099063+0000 mgr.smithi143.mxhzlj (mgr.14184) 388 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:44.430 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:45.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:45 smithi143 bash[16533]: cluster 2024-02-13T03:47:45.100721+0000 mgr.smithi143.mxhzlj (mgr.14184) 389 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:45.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:45 smithi196 bash[19959]: cluster 2024-02-13T03:47:45.100721+0000 mgr.smithi143.mxhzlj (mgr.14184) 389 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:47.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:47 smithi143 bash[16533]: cluster 2024-02-13T03:47:47.102104+0000 mgr.smithi143.mxhzlj (mgr.14184) 390 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:47.472 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:47.473 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:47.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:47 smithi196 bash[19959]: cluster 2024-02-13T03:47:47.102104+0000 mgr.smithi143.mxhzlj (mgr.14184) 390 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:48.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:48.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:48 smithi143 bash[16533]: audit 2024-02-13T03:47:47.462468+0000 mgr.smithi143.mxhzlj (mgr.14184) 391 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:48.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:48 smithi196 bash[19959]: audit 2024-02-13T03:47:47.462468+0000 mgr.smithi143.mxhzlj (mgr.14184) 391 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:49.102 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:49.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:49 smithi143 bash[16533]: cluster 2024-02-13T03:47:49.104044+0000 mgr.smithi143.mxhzlj (mgr.14184) 392 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:49.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:49 smithi196 bash[19959]: cluster 2024-02-13T03:47:49.104044+0000 mgr.smithi143.mxhzlj (mgr.14184) 392 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:51.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:51 smithi143 bash[16533]: cluster 2024-02-13T03:47:51.105310+0000 mgr.smithi143.mxhzlj (mgr.14184) 393 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:51.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:51 smithi196 bash[19959]: cluster 2024-02-13T03:47:51.105310+0000 mgr.smithi143.mxhzlj (mgr.14184) 393 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:52.241 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:52.241 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:52.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:53.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:53 smithi196 bash[19959]: audit 2024-02-13T03:47:52.230149+0000 mgr.smithi143.mxhzlj (mgr.14184) 394 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:53.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:53 smithi196 bash[19959]: cluster 2024-02-13T03:47:53.107146+0000 mgr.smithi143.mxhzlj (mgr.14184) 395 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:53.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:53 smithi143 bash[16533]: audit 2024-02-13T03:47:52.230149+0000 mgr.smithi143.mxhzlj (mgr.14184) 394 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:53.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:53 smithi143 bash[16533]: cluster 2024-02-13T03:47:53.107146+0000 mgr.smithi143.mxhzlj (mgr.14184) 395 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:53.852 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:55 smithi196 bash[19959]: cluster 2024-02-13T03:47:55.108615+0000 mgr.smithi143.mxhzlj (mgr.14184) 396 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:55.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:55 smithi143 bash[16533]: cluster 2024-02-13T03:47:55.108615+0000 mgr.smithi143.mxhzlj (mgr.14184) 396 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:56.877 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:47:56.878 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:57.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:57 smithi143 bash[16533]: audit 2024-02-13T03:47:56.874400+0000 mgr.smithi143.mxhzlj (mgr.14184) 397 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:57.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:57 smithi143 bash[16533]: cluster 2024-02-13T03:47:57.110307+0000 mgr.smithi143.mxhzlj (mgr.14184) 398 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:57.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:57.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:57 smithi196 bash[19959]: audit 2024-02-13T03:47:56.874400+0000 mgr.smithi143.mxhzlj (mgr.14184) 397 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:57.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:57 smithi196 bash[19959]: cluster 2024-02-13T03:47:57.110307+0000 mgr.smithi143.mxhzlj (mgr.14184) 398 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:58.454 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:59.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:47:59 smithi196 bash[19959]: cluster 2024-02-13T03:47:59.112215+0000 mgr.smithi143.mxhzlj (mgr.14184) 399 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:59.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:47:59 smithi143 bash[16533]: cluster 2024-02-13T03:47:59.112215+0000 mgr.smithi143.mxhzlj (mgr.14184) 399 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:01.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:01 smithi143 bash[16533]: cluster 2024-02-13T03:48:01.113359+0000 mgr.smithi143.mxhzlj (mgr.14184) 400 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:01.589 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:01.589 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:01.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:01 smithi196 bash[19959]: cluster 2024-02-13T03:48:01.113359+0000 mgr.smithi143.mxhzlj (mgr.14184) 400 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:02.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:02.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:02 smithi143 bash[16533]: audit 2024-02-13T03:48:01.577550+0000 mgr.smithi143.mxhzlj (mgr.14184) 401 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:02.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:02 smithi196 bash[19959]: audit 2024-02-13T03:48:01.577550+0000 mgr.smithi143.mxhzlj (mgr.14184) 401 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:03.195 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:03 smithi143 bash[16533]: cluster 2024-02-13T03:48:03.115221+0000 mgr.smithi143.mxhzlj (mgr.14184) 402 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:03 smithi196 bash[19959]: cluster 2024-02-13T03:48:03.115221+0000 mgr.smithi143.mxhzlj (mgr.14184) 402 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:05.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:05 smithi196 bash[19959]: cluster 2024-02-13T03:48:05.116933+0000 mgr.smithi143.mxhzlj (mgr.14184) 403 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:05.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:05 smithi143 bash[16533]: cluster 2024-02-13T03:48:05.116933+0000 mgr.smithi143.mxhzlj (mgr.14184) 403 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:06.406 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:06.407 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:07.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:07.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:07 smithi143 bash[16533]: audit 2024-02-13T03:48:06.395723+0000 mgr.smithi143.mxhzlj (mgr.14184) 404 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:07.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:07 smithi143 bash[16533]: cluster 2024-02-13T03:48:07.118618+0000 mgr.smithi143.mxhzlj (mgr.14184) 405 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:07 smithi196 bash[19959]: audit 2024-02-13T03:48:06.395723+0000 mgr.smithi143.mxhzlj (mgr.14184) 404 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:07 smithi196 bash[19959]: cluster 2024-02-13T03:48:07.118618+0000 mgr.smithi143.mxhzlj (mgr.14184) 405 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:08.036 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:09.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:09 smithi143 bash[16533]: cluster 2024-02-13T03:48:09.120685+0000 mgr.smithi143.mxhzlj (mgr.14184) 406 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:09.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:09 smithi196 bash[19959]: cluster 2024-02-13T03:48:09.120685+0000 mgr.smithi143.mxhzlj (mgr.14184) 406 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:11.222 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:11.222 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:11.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:11 smithi143 bash[16533]: cluster 2024-02-13T03:48:11.121908+0000 mgr.smithi143.mxhzlj (mgr.14184) 407 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:11 smithi196 bash[19959]: cluster 2024-02-13T03:48:11.121908+0000 mgr.smithi143.mxhzlj (mgr.14184) 407 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:11.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:12.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:12 smithi143 bash[16533]: audit 2024-02-13T03:48:11.213591+0000 mgr.smithi143.mxhzlj (mgr.14184) 408 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:12.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:12 smithi196 bash[19959]: audit 2024-02-13T03:48:11.213591+0000 mgr.smithi143.mxhzlj (mgr.14184) 408 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:12.881 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:14.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:14 smithi143 bash[16533]: cluster 2024-02-13T03:48:13.123484+0000 mgr.smithi143.mxhzlj (mgr.14184) 409 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:14.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:14 smithi196 bash[19959]: cluster 2024-02-13T03:48:13.123484+0000 mgr.smithi143.mxhzlj (mgr.14184) 409 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:15.977 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:15.977 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:16.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:16 smithi143 bash[16533]: cluster 2024-02-13T03:48:15.125079+0000 mgr.smithi143.mxhzlj (mgr.14184) 410 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:16.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:16 smithi143 bash[16533]: audit 2024-02-13T03:48:15.968125+0000 mgr.smithi143.mxhzlj (mgr.14184) 411 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:16.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:16 smithi196 bash[19959]: cluster 2024-02-13T03:48:15.125079+0000 mgr.smithi143.mxhzlj (mgr.14184) 410 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:16 smithi196 bash[19959]: audit 2024-02-13T03:48:15.968125+0000 mgr.smithi143.mxhzlj (mgr.14184) 411 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:17.594 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:18 smithi143 bash[16533]: cluster 2024-02-13T03:48:17.126783+0000 mgr.smithi143.mxhzlj (mgr.14184) 412 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-13T03:48:18.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:18 smithi196 bash[19959]: cluster 2024-02-13T03:48:17.126783+0000 mgr.smithi143.mxhzlj (mgr.14184) 412 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-13T03:48:20.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:20 smithi143 bash[16533]: cluster 2024-02-13T03:48:19.128844+0000 mgr.smithi143.mxhzlj (mgr.14184) 413 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:48:20.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:20 smithi196 bash[19959]: cluster 2024-02-13T03:48:19.128844+0000 mgr.smithi143.mxhzlj (mgr.14184) 413 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:48:20.794 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:20.794 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:21.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:21 smithi143 bash[16533]: audit 2024-02-13T03:48:20.789015+0000 mgr.smithi143.mxhzlj (mgr.14184) 414 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:21 smithi143 bash[16533]: audit 2024-02-13T03:48:21.084494+0000 mon.smithi143 (mon.0) 743 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:48:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:21 smithi196 bash[19959]: audit 2024-02-13T03:48:20.789015+0000 mgr.smithi143.mxhzlj (mgr.14184) 414 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:21 smithi196 bash[19959]: audit 2024-02-13T03:48:21.084494+0000 mon.smithi143 (mon.0) 743 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:48:22.396 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:22.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:22 smithi143 bash[16533]: cluster 2024-02-13T03:48:21.129837+0000 mgr.smithi143.mxhzlj (mgr.14184) 415 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:48:22.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:22 smithi143 bash[16533]: audit 2024-02-13T03:48:21.387807+0000 mon.smithi143 (mon.0) 744 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:22.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:22 smithi196 bash[19959]: cluster 2024-02-13T03:48:21.129837+0000 mgr.smithi143.mxhzlj (mgr.14184) 415 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:48:22.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:22 smithi196 bash[19959]: audit 2024-02-13T03:48:21.387807+0000 mon.smithi143 (mon.0) 744 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:24.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:24 smithi143 bash[16533]: cluster 2024-02-13T03:48:23.131568+0000 mgr.smithi143.mxhzlj (mgr.14184) 416 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:48:24.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:24 smithi196 bash[19959]: cluster 2024-02-13T03:48:23.131568+0000 mgr.smithi143.mxhzlj (mgr.14184) 416 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:48:25.607 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:25.607 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:11.657805Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:11.658204Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:11.658358Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:11.658499Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:11.658725Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:47:11.658616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:11.659323Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:26.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:26.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:26 smithi143 bash[16533]: cluster 2024-02-13T03:48:25.133210+0000 mgr.smithi143.mxhzlj (mgr.14184) 417 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:48:26.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:26 smithi143 bash[16533]: audit 2024-02-13T03:48:25.598416+0000 mgr.smithi143.mxhzlj (mgr.14184) 418 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:26 smithi196 bash[19959]: cluster 2024-02-13T03:48:25.133210+0000 mgr.smithi143.mxhzlj (mgr.14184) 417 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:48:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:26 smithi196 bash[19959]: audit 2024-02-13T03:48:25.598416+0000 mgr.smithi143.mxhzlj (mgr.14184) 418 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:27.227 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:27 smithi196 bash[19959]: audit 2024-02-13T03:48:26.974761+0000 mon.smithi143 (mon.0) 745 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:27 smithi196 bash[19959]: audit 2024-02-13T03:48:27.264517+0000 mon.smithi143 (mon.0) 746 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:48:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:27 smithi196 bash[19959]: audit 2024-02-13T03:48:27.266015+0000 mon.smithi143 (mon.0) 747 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:48:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:27 smithi196 bash[19959]: audit 2024-02-13T03:48:27.274042+0000 mon.smithi143 (mon.0) 748 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:27 smithi196 bash[19959]: audit 2024-02-13T03:48:27.281828+0000 mon.smithi143 (mon.0) 749 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:48:28.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:27 smithi196 bash[19959]: audit 2024-02-13T03:48:27.295514+0000 mon.smithi143 (mon.0) 750 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:28.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:27 smithi143 bash[16533]: audit 2024-02-13T03:48:26.974761+0000 mon.smithi143 (mon.0) 745 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:28.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:27 smithi143 bash[16533]: audit 2024-02-13T03:48:27.264517+0000 mon.smithi143 (mon.0) 746 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:48:28.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:27 smithi143 bash[16533]: audit 2024-02-13T03:48:27.266015+0000 mon.smithi143 (mon.0) 747 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:48:28.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:27 smithi143 bash[16533]: audit 2024-02-13T03:48:27.274042+0000 mon.smithi143 (mon.0) 748 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:28.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:27 smithi143 bash[16533]: audit 2024-02-13T03:48:27.281828+0000 mon.smithi143 (mon.0) 749 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:48:28.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:27 smithi143 bash[16533]: audit 2024-02-13T03:48:27.295514+0000 mon.smithi143 (mon.0) 750 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:29.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:28 smithi196 bash[19959]: cluster 2024-02-13T03:48:27.134864+0000 mgr.smithi143.mxhzlj (mgr.14184) 419 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-13T03:48:29.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:28 smithi196 bash[19959]: cluster 2024-02-13T03:48:27.275025+0000 mgr.smithi143.mxhzlj (mgr.14184) 420 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:48:29.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:28 smithi196 bash[19959]: cephadm 2024-02-13T03:48:27.298869+0000 mgr.smithi143.mxhzlj (mgr.14184) 421 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.ocprag on smithi196 2024-02-13T03:48:29.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:28 smithi196 bash[19959]: cluster 2024-02-13T03:48:27.971431+0000 mon.smithi143 (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:48:29.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:28 smithi196 bash[19959]: cluster 2024-02-13T03:48:27.971516+0000 mon.smithi143 (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-02-13T03:48:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:28 smithi143 bash[16533]: cluster 2024-02-13T03:48:27.134864+0000 mgr.smithi143.mxhzlj (mgr.14184) 419 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-13T03:48:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:28 smithi143 bash[16533]: cluster 2024-02-13T03:48:27.275025+0000 mgr.smithi143.mxhzlj (mgr.14184) 420 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:48:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:28 smithi143 bash[16533]: cephadm 2024-02-13T03:48:27.298869+0000 mgr.smithi143.mxhzlj (mgr.14184) 421 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.ocprag on smithi196 2024-02-13T03:48:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:28 smithi143 bash[16533]: cluster 2024-02-13T03:48:27.971431+0000 mon.smithi143 (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:48:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:28 smithi143 bash[16533]: cluster 2024-02-13T03:48:27.971516+0000 mon.smithi143 (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-02-13T03:48:30.508 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:30.509 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:46:05.766645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.asfxmr on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:16.769798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.mtcukn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-mtcukn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.mtcukn\nDeploy daemon haproxy.nfs.foo.smithi196.mtcukn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.072015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sblmul on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-sblmul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.sblmul\nDeploy daemon haproxy.nfs.foo.smithi143.sblmul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:47:21.076000Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwjawp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:31.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:31.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:30 smithi196 bash[19959]: cluster 2024-02-13T03:48:29.276738+0000 mgr.smithi143.mxhzlj (mgr.14184) 422 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:48:31.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:30 smithi143 bash[16533]: cluster 2024-02-13T03:48:29.276738+0000 mgr.smithi143.mxhzlj (mgr.14184) 422 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:48:32.172 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:32.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: audit 2024-02-13T03:48:30.497770+0000 mgr.smithi143.mxhzlj (mgr.14184) 423 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:32.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: cephadm 2024-02-13T03:48:31.118707+0000 mgr.smithi143.mxhzlj (mgr.14184) 424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:32.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ocprag ... 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:48:32.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ocprag ... 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:32.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: cephadm 2024-02-13T03:48:31.118951+0000 mgr.smithi143.mxhzlj (mgr.14184) 425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: audit 2024-02-13T03:48:31.119502+0000 mon.smithi143 (mon.0) 753 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.ocprag"}]: dispatch 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: cephadm 2024-02-13T03:48:31.120943+0000 mgr.smithi143.mxhzlj (mgr.14184) 426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ocprag ... 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:32.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:32.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:32.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:31 smithi196 bash[19959]: cephadm 2024-02-13T03:48:31.123229+0000 mgr.smithi143.mxhzlj (mgr.14184) 427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.kveyxg on smithi143 2024-02-13T03:48:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: audit 2024-02-13T03:48:30.497770+0000 mgr.smithi143.mxhzlj (mgr.14184) 423 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: cephadm 2024-02-13T03:48:31.118707+0000 mgr.smithi143.mxhzlj (mgr.14184) 424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ocprag ... 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:48:32.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ocprag ... 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: cephadm 2024-02-13T03:48:31.118951+0000 mgr.smithi143.mxhzlj (mgr.14184) 425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: audit 2024-02-13T03:48:31.119502+0000 mon.smithi143 (mon.0) 753 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.ocprag"}]: dispatch 2024-02-13T03:48:32.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: cephadm 2024-02-13T03:48:31.120943+0000 mgr.smithi143.mxhzlj (mgr.14184) 426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ocprag ... 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:32.421 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:31 smithi143 bash[16533]: cephadm 2024-02-13T03:48:31.123229+0000 mgr.smithi143.mxhzlj (mgr.14184) 427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.kveyxg on smithi143 2024-02-13T03:48:33.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:32 smithi196 bash[19959]: cluster 2024-02-13T03:48:31.277682+0000 mgr.smithi143.mxhzlj (mgr.14184) 428 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:48:33.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:32 smithi143 bash[16533]: cluster 2024-02-13T03:48:31.277682+0000 mgr.smithi143.mxhzlj (mgr.14184) 428 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:48:35.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:35 smithi196 bash[19959]: cluster 2024-02-13T03:48:33.279120+0000 mgr.smithi143.mxhzlj (mgr.14184) 429 : cluster [DBG] pgmap v338: 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 2024-02-13T03:48:35.408 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:35.408 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:35.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:35 smithi143 bash[16533]: cluster 2024-02-13T03:48:33.279120+0000 mgr.smithi143.mxhzlj (mgr.14184) 429 : cluster [DBG] pgmap v338: 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 2024-02-13T03:48:36.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: cephadm 2024-02-13T03:48:35.025697+0000 mgr.smithi143.mxhzlj (mgr.14184) 430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.kveyxg ... 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.kveyxg ... 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: cephadm 2024-02-13T03:48:35.026134+0000 mgr.smithi143.mxhzlj (mgr.14184) 431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: audit 2024-02-13T03:48:35.026594+0000 mon.smithi143 (mon.0) 754 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.kveyxg"}]: dispatch 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: cephadm 2024-02-13T03:48:35.027565+0000 mgr.smithi143.mxhzlj (mgr.14184) 432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.kveyxg ... 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:36.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:36.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: cephadm 2024-02-13T03:48:35.030259+0000 mgr.smithi143.mxhzlj (mgr.14184) 433 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:48:36.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: cephadm 2024-02-13T03:48:35.032801+0000 mgr.smithi143.mxhzlj (mgr.14184) 434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:48:36.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:36 smithi143 bash[16533]: cluster 2024-02-13T03:48:35.033788+0000 mgr.smithi143.mxhzlj (mgr.14184) 435 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 723 B/s rd, 0 op/s 2024-02-13T03:48:36.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: cephadm 2024-02-13T03:48:35.025697+0000 mgr.smithi143.mxhzlj (mgr.14184) 430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.kveyxg ... 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:48:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.kveyxg ... 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: cephadm 2024-02-13T03:48:35.026134+0000 mgr.smithi143.mxhzlj (mgr.14184) 431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: audit 2024-02-13T03:48:35.026594+0000 mon.smithi143 (mon.0) 754 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.kveyxg"}]: dispatch 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: cephadm 2024-02-13T03:48:35.027565+0000 mgr.smithi143.mxhzlj (mgr.14184) 432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.kveyxg ... 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:48:36.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: cephadm 2024-02-13T03:48:35.030259+0000 mgr.smithi143.mxhzlj (mgr.14184) 433 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:48:36.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: cephadm 2024-02-13T03:48:35.032801+0000 mgr.smithi143.mxhzlj (mgr.14184) 434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:48:36.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:36 smithi196 bash[19959]: cluster 2024-02-13T03:48:35.033788+0000 mgr.smithi143.mxhzlj (mgr.14184) 435 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 723 B/s rd, 0 op/s 2024-02-13T03:48:37.111 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:37.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:37 smithi143 bash[16533]: audit 2024-02-13T03:48:35.397500+0000 mgr.smithi143.mxhzlj (mgr.14184) 436 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:37.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:37 smithi143 bash[16533]: cluster 2024-02-13T03:48:36.003138+0000 mon.smithi143 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:48:37.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:37 smithi196 bash[19959]: audit 2024-02-13T03:48:35.397500+0000 mgr.smithi143.mxhzlj (mgr.14184) 436 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:37.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:37 smithi196 bash[19959]: cluster 2024-02-13T03:48:36.003138+0000 mon.smithi143 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:48:38.304 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:38 smithi143 bash[16533]: cluster 2024-02-13T03:48:37.035366+0000 mgr.smithi143.mxhzlj (mgr.14184) 437 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 103 B/s wr, 1 op/s 2024-02-13T03:48:38.304 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:38 smithi143 bash[16533]: audit 2024-02-13T03:48:37.779133+0000 mon.smithi143 (mon.0) 756 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:38 smithi196 bash[19959]: cluster 2024-02-13T03:48:37.035366+0000 mgr.smithi143.mxhzlj (mgr.14184) 437 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 103 B/s wr, 1 op/s 2024-02-13T03:48:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:38 smithi196 bash[19959]: audit 2024-02-13T03:48:37.779133+0000 mon.smithi143 (mon.0) 756 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:48:40.193 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:40.193 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:40.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:40 smithi143 bash[16533]: cluster 2024-02-13T03:48:39.037959+0000 mgr.smithi143.mxhzlj (mgr.14184) 438 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 87 B/s wr, 1 op/s 2024-02-13T03:48:40.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:40 smithi196 bash[19959]: cluster 2024-02-13T03:48:39.037959+0000 mgr.smithi143.mxhzlj (mgr.14184) 438 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 87 B/s wr, 1 op/s 2024-02-13T03:48:40.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:41 smithi143 bash[16533]: audit 2024-02-13T03:48:40.181805+0000 mgr.smithi143.mxhzlj (mgr.14184) 439 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:41 smithi143 bash[16533]: cluster 2024-02-13T03:48:41.039225+0000 mgr.smithi143.mxhzlj (mgr.14184) 440 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 87 B/s wr, 1 op/s 2024-02-13T03:48:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:41 smithi196 bash[19959]: audit 2024-02-13T03:48:40.181805+0000 mgr.smithi143.mxhzlj (mgr.14184) 439 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:41 smithi196 bash[19959]: cluster 2024-02-13T03:48:41.039225+0000 mgr.smithi143.mxhzlj (mgr.14184) 440 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 87 B/s wr, 1 op/s 2024-02-13T03:48:41.842 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:44.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:44 smithi143 bash[16533]: cluster 2024-02-13T03:48:43.041028+0000 mgr.smithi143.mxhzlj (mgr.14184) 441 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 87 B/s wr, 1 op/s 2024-02-13T03:48:44.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:44 smithi196 bash[19959]: cluster 2024-02-13T03:48:43.041028+0000 mgr.smithi143.mxhzlj (mgr.14184) 441 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 87 B/s wr, 1 op/s 2024-02-13T03:48:44.845 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:44.846 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:45.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:46.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:46 smithi143 bash[16533]: audit 2024-02-13T03:48:44.839398+0000 mgr.smithi143.mxhzlj (mgr.14184) 442 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:46.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:46 smithi143 bash[16533]: cluster 2024-02-13T03:48:45.041991+0000 mgr.smithi143.mxhzlj (mgr.14184) 443 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 957 B/s rd, 87 B/s wr, 1 op/s 2024-02-13T03:48:46.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:46 smithi196 bash[19959]: audit 2024-02-13T03:48:44.839398+0000 mgr.smithi143.mxhzlj (mgr.14184) 442 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:46.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:46 smithi196 bash[19959]: cluster 2024-02-13T03:48:45.041991+0000 mgr.smithi143.mxhzlj (mgr.14184) 443 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 957 B/s rd, 87 B/s wr, 1 op/s 2024-02-13T03:48:46.519 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:48.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:48 smithi143 bash[16533]: cluster 2024-02-13T03:48:47.042988+0000 mgr.smithi143.mxhzlj (mgr.14184) 444 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2024-02-13T03:48:48.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:48 smithi196 bash[19959]: cluster 2024-02-13T03:48:47.042988+0000 mgr.smithi143.mxhzlj (mgr.14184) 444 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2024-02-13T03:48:49.678 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:49.678 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:50.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:50.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:50 smithi143 bash[16533]: cluster 2024-02-13T03:48:49.044004+0000 mgr.smithi143.mxhzlj (mgr.14184) 445 : 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 2024-02-13T03:48:50.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:50 smithi196 bash[19959]: cluster 2024-02-13T03:48:49.044004+0000 mgr.smithi143.mxhzlj (mgr.14184) 445 : 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 2024-02-13T03:48:51.306 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:51.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:51 smithi143 bash[16533]: audit 2024-02-13T03:48:49.667186+0000 mgr.smithi143.mxhzlj (mgr.14184) 446 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:51.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:51 smithi196 bash[19959]: audit 2024-02-13T03:48:49.667186+0000 mgr.smithi143.mxhzlj (mgr.14184) 446 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:52.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:52 smithi143 bash[16533]: cluster 2024-02-13T03:48:51.045189+0000 mgr.smithi143.mxhzlj (mgr.14184) 447 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:52.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:52 smithi196 bash[19959]: cluster 2024-02-13T03:48:51.045189+0000 mgr.smithi143.mxhzlj (mgr.14184) 447 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:54.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:54 smithi143 bash[16533]: cluster 2024-02-13T03:48:53.047111+0000 mgr.smithi143.mxhzlj (mgr.14184) 448 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:54.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:54 smithi196 bash[19959]: cluster 2024-02-13T03:48:53.047111+0000 mgr.smithi143.mxhzlj (mgr.14184) 448 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:54.557 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:54.557 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:55.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:55 smithi196 bash[19959]: audit 2024-02-13T03:48:54.548976+0000 mgr.smithi143.mxhzlj (mgr.14184) 449 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:55 smithi196 bash[19959]: cluster 2024-02-13T03:48:55.048478+0000 mgr.smithi143.mxhzlj (mgr.14184) 450 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:55.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:55 smithi143 bash[16533]: audit 2024-02-13T03:48:54.548976+0000 mgr.smithi143.mxhzlj (mgr.14184) 449 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:55.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:55 smithi143 bash[16533]: cluster 2024-02-13T03:48:55.048478+0000 mgr.smithi143.mxhzlj (mgr.14184) 450 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:56.184 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:58.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:48:58 smithi143 bash[16533]: cluster 2024-02-13T03:48:57.050116+0000 mgr.smithi143.mxhzlj (mgr.14184) 451 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:58.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:48:58 smithi196 bash[19959]: cluster 2024-02-13T03:48:57.050116+0000 mgr.smithi143.mxhzlj (mgr.14184) 451 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:59.201 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:48:59.201 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:59.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:00.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:00 smithi143 bash[16533]: cluster 2024-02-13T03:48:59.051881+0000 mgr.smithi143.mxhzlj (mgr.14184) 452 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:00.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:00 smithi196 bash[19959]: cluster 2024-02-13T03:48:59.051881+0000 mgr.smithi143.mxhzlj (mgr.14184) 452 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:00.753 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:01.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:01 smithi143 bash[16533]: audit 2024-02-13T03:48:59.197377+0000 mgr.smithi143.mxhzlj (mgr.14184) 453 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:01.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:01 smithi196 bash[19959]: audit 2024-02-13T03:48:59.197377+0000 mgr.smithi143.mxhzlj (mgr.14184) 453 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:02.194 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:02 smithi143 bash[16533]: cluster 2024-02-13T03:49:01.053089+0000 mgr.smithi143.mxhzlj (mgr.14184) 454 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:02.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:02 smithi196 bash[19959]: cluster 2024-02-13T03:49:01.053089+0000 mgr.smithi143.mxhzlj (mgr.14184) 454 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:03.877 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:03.877 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:04 smithi143 bash[16533]: cluster 2024-02-13T03:49:03.054388+0000 mgr.smithi143.mxhzlj (mgr.14184) 455 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:04.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:04.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:04 smithi196 bash[19959]: cluster 2024-02-13T03:49:03.054388+0000 mgr.smithi143.mxhzlj (mgr.14184) 455 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:05.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:05 smithi143 bash[16533]: audit 2024-02-13T03:49:03.874096+0000 mgr.smithi143.mxhzlj (mgr.14184) 456 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:05.433 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:05.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:05 smithi196 bash[19959]: audit 2024-02-13T03:49:03.874096+0000 mgr.smithi143.mxhzlj (mgr.14184) 456 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:06.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:06 smithi143 bash[16533]: cluster 2024-02-13T03:49:05.056055+0000 mgr.smithi143.mxhzlj (mgr.14184) 457 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:06.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:06 smithi196 bash[19959]: cluster 2024-02-13T03:49:05.056055+0000 mgr.smithi143.mxhzlj (mgr.14184) 457 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:07.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:07 smithi143 bash[16533]: cluster 2024-02-13T03:49:07.057636+0000 mgr.smithi143.mxhzlj (mgr.14184) 458 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:07.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:07 smithi196 bash[19959]: cluster 2024-02-13T03:49:07.057636+0000 mgr.smithi143.mxhzlj (mgr.14184) 458 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:08.571 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:08.571 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:09.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:10.169 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:10 smithi143 bash[16533]: audit 2024-02-13T03:49:08.562834+0000 mgr.smithi143.mxhzlj (mgr.14184) 459 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:10 smithi143 bash[16533]: cluster 2024-02-13T03:49:09.059625+0000 mgr.smithi143.mxhzlj (mgr.14184) 460 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:10.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:10 smithi196 bash[19959]: audit 2024-02-13T03:49:08.562834+0000 mgr.smithi143.mxhzlj (mgr.14184) 459 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:10.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:10 smithi196 bash[19959]: cluster 2024-02-13T03:49:09.059625+0000 mgr.smithi143.mxhzlj (mgr.14184) 460 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:11.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:11 smithi143 bash[16533]: cluster 2024-02-13T03:49:11.060905+0000 mgr.smithi143.mxhzlj (mgr.14184) 461 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:11 smithi196 bash[19959]: cluster 2024-02-13T03:49:11.060905+0000 mgr.smithi143.mxhzlj (mgr.14184) 461 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:13.301 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:13.301 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:13.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:14.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:14 smithi143 bash[16533]: cluster 2024-02-13T03:49:13.062727+0000 mgr.smithi143.mxhzlj (mgr.14184) 462 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:14.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:14 smithi196 bash[19959]: cluster 2024-02-13T03:49:13.062727+0000 mgr.smithi143.mxhzlj (mgr.14184) 462 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:14.878 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:15.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:15 smithi143 bash[16533]: audit 2024-02-13T03:49:13.289200+0000 mgr.smithi143.mxhzlj (mgr.14184) 463 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:15.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:15 smithi196 bash[19959]: audit 2024-02-13T03:49:13.289200+0000 mgr.smithi143.mxhzlj (mgr.14184) 463 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:16.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:16 smithi143 bash[16533]: cluster 2024-02-13T03:49:15.064305+0000 mgr.smithi143.mxhzlj (mgr.14184) 464 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:16.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:16 smithi196 bash[19959]: cluster 2024-02-13T03:49:15.064305+0000 mgr.smithi143.mxhzlj (mgr.14184) 464 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:18.049 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:18.050 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:18 smithi143 bash[16533]: cluster 2024-02-13T03:49:17.065885+0000 mgr.smithi143.mxhzlj (mgr.14184) 465 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:18 smithi196 bash[19959]: cluster 2024-02-13T03:49:17.065885+0000 mgr.smithi143.mxhzlj (mgr.14184) 465 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:18.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:19.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:19 smithi143 bash[16533]: audit 2024-02-13T03:49:18.039550+0000 mgr.smithi143.mxhzlj (mgr.14184) 466 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:19.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:19 smithi143 bash[16533]: cluster 2024-02-13T03:49:19.067870+0000 mgr.smithi143.mxhzlj (mgr.14184) 467 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:19.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:19 smithi196 bash[19959]: audit 2024-02-13T03:49:18.039550+0000 mgr.smithi143.mxhzlj (mgr.14184) 466 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:19.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:19 smithi196 bash[19959]: cluster 2024-02-13T03:49:19.067870+0000 mgr.smithi143.mxhzlj (mgr.14184) 467 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:19.676 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:21.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:21 smithi143 bash[16533]: cluster 2024-02-13T03:49:21.068718+0000 mgr.smithi143.mxhzlj (mgr.14184) 468 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:21 smithi196 bash[19959]: cluster 2024-02-13T03:49:21.068718+0000 mgr.smithi143.mxhzlj (mgr.14184) 468 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:22.935 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:22.936 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:23.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:24.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:24 smithi143 bash[16533]: audit 2024-02-13T03:49:22.924384+0000 mgr.smithi143.mxhzlj (mgr.14184) 469 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:24.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:24 smithi143 bash[16533]: cluster 2024-02-13T03:49:23.070664+0000 mgr.smithi143.mxhzlj (mgr.14184) 470 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:24.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:24 smithi196 bash[19959]: audit 2024-02-13T03:49:22.924384+0000 mgr.smithi143.mxhzlj (mgr.14184) 469 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:24.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:24 smithi196 bash[19959]: cluster 2024-02-13T03:49:23.070664+0000 mgr.smithi143.mxhzlj (mgr.14184) 470 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:24.570 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:26.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:26 smithi143 bash[16533]: cluster 2024-02-13T03:49:25.072469+0000 mgr.smithi143.mxhzlj (mgr.14184) 471 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:26.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:26 smithi196 bash[19959]: cluster 2024-02-13T03:49:25.072469+0000 mgr.smithi143.mxhzlj (mgr.14184) 471 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:27 smithi196 bash[19959]: cluster 2024-02-13T03:49:27.074272+0000 mgr.smithi143.mxhzlj (mgr.14184) 472 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:27.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:27 smithi143 bash[16533]: cluster 2024-02-13T03:49:27.074272+0000 mgr.smithi143.mxhzlj (mgr.14184) 472 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:27.726 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:27.727 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:28.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:28.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:28 smithi196 bash[19959]: audit 2024-02-13T03:49:27.718753+0000 mgr.smithi143.mxhzlj (mgr.14184) 473 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:28.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:28 smithi143 bash[16533]: audit 2024-02-13T03:49:27.718753+0000 mgr.smithi143.mxhzlj (mgr.14184) 473 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:29.364 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:29.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:29 smithi196 bash[19959]: cluster 2024-02-13T03:49:29.076390+0000 mgr.smithi143.mxhzlj (mgr.14184) 474 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:29.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:29 smithi143 bash[16533]: cluster 2024-02-13T03:49:29.076390+0000 mgr.smithi143.mxhzlj (mgr.14184) 474 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:31.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:31 smithi143 bash[16533]: cluster 2024-02-13T03:49:31.077640+0000 mgr.smithi143.mxhzlj (mgr.14184) 475 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:31.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:31 smithi196 bash[19959]: cluster 2024-02-13T03:49:31.077640+0000 mgr.smithi143.mxhzlj (mgr.14184) 475 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:32.637 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:32.637 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:33.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:34.269 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:34.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:34 smithi143 bash[16533]: audit 2024-02-13T03:49:32.632766+0000 mgr.smithi143.mxhzlj (mgr.14184) 476 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:34.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:34 smithi143 bash[16533]: cluster 2024-02-13T03:49:33.079300+0000 mgr.smithi143.mxhzlj (mgr.14184) 477 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:34.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:34 smithi196 bash[19959]: audit 2024-02-13T03:49:32.632766+0000 mgr.smithi143.mxhzlj (mgr.14184) 476 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:34.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:34 smithi196 bash[19959]: cluster 2024-02-13T03:49:33.079300+0000 mgr.smithi143.mxhzlj (mgr.14184) 477 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:35.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:35 smithi143 bash[16533]: audit 2024-02-13T03:49:35.036664+0000 mon.smithi143 (mon.0) 757 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:49:35.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:35 smithi196 bash[19959]: audit 2024-02-13T03:49:35.036664+0000 mon.smithi143 (mon.0) 757 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:49:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: cluster 2024-02-13T03:49:35.080529+0000 mgr.smithi143.mxhzlj (mgr.14184) 478 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: audit 2024-02-13T03:49:35.338840+0000 mon.smithi143 (mon.0) 758 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: audit 2024-02-13T03:49:35.647532+0000 mon.smithi143 (mon.0) 759 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:49:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: audit 2024-02-13T03:49:35.648585+0000 mon.smithi143 (mon.0) 760 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:49:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: audit 2024-02-13T03:49:35.656752+0000 mon.smithi143 (mon.0) 761 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: cluster 2024-02-13T03:49:35.657447+0000 mgr.smithi143.mxhzlj (mgr.14184) 479 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T03:49:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: audit 2024-02-13T03:49:35.663690+0000 mon.smithi143 (mon.0) 762 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:49:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: audit 2024-02-13T03:49:35.680074+0000 mon.smithi143 (mon.0) 763 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:36.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:36 smithi143 bash[16533]: cephadm 2024-02-13T03:49:35.683313+0000 mgr.smithi143.mxhzlj (mgr.14184) 480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.ihepro on smithi196 2024-02-13T03:49:36.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: cluster 2024-02-13T03:49:35.080529+0000 mgr.smithi143.mxhzlj (mgr.14184) 478 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:36.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: audit 2024-02-13T03:49:35.338840+0000 mon.smithi143 (mon.0) 758 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: audit 2024-02-13T03:49:35.647532+0000 mon.smithi143 (mon.0) 759 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:49:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: audit 2024-02-13T03:49:35.648585+0000 mon.smithi143 (mon.0) 760 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:49:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: audit 2024-02-13T03:49:35.656752+0000 mon.smithi143 (mon.0) 761 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: cluster 2024-02-13T03:49:35.657447+0000 mgr.smithi143.mxhzlj (mgr.14184) 479 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T03:49:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: audit 2024-02-13T03:49:35.663690+0000 mon.smithi143 (mon.0) 762 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:49:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: audit 2024-02-13T03:49:35.680074+0000 mon.smithi143 (mon.0) 763 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:36.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:36 smithi196 bash[19959]: cephadm 2024-02-13T03:49:35.683313+0000 mgr.smithi143.mxhzlj (mgr.14184) 480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.ihepro on smithi196 2024-02-13T03:49:37.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:37 smithi143 bash[16533]: cluster 2024-02-13T03:49:36.654262+0000 mon.smithi143 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:49:37.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:37 smithi143 bash[16533]: cluster 2024-02-13T03:49:36.654336+0000 mon.smithi143 (mon.0) 765 : cluster [INF] Cluster is now healthy 2024-02-13T03:49:37.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:37 smithi143 bash[16533]: audit 2024-02-13T03:49:36.784125+0000 mon.smithi143 (mon.0) 766 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:37.436 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:37.436 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:21.078975Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rolvle on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:37.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:37 smithi196 bash[19959]: cluster 2024-02-13T03:49:36.654262+0000 mon.smithi143 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:49:37.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:37 smithi196 bash[19959]: cluster 2024-02-13T03:49:36.654336+0000 mon.smithi143 (mon.0) 765 : cluster [INF] Cluster is now healthy 2024-02-13T03:49:37.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:37 smithi196 bash[19959]: audit 2024-02-13T03:49:36.784125+0000 mon.smithi143 (mon.0) 766 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:38.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:38 smithi143 bash[16533]: audit 2024-02-13T03:49:37.433253+0000 mgr.smithi143.mxhzlj (mgr.14184) 481 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:38 smithi143 bash[16533]: cluster 2024-02-13T03:49:37.658305+0000 mgr.smithi143.mxhzlj (mgr.14184) 482 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T03:49:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:38 smithi196 bash[19959]: audit 2024-02-13T03:49:37.433253+0000 mgr.smithi143.mxhzlj (mgr.14184) 481 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:38 smithi196 bash[19959]: cluster 2024-02-13T03:49:37.658305+0000 mgr.smithi143.mxhzlj (mgr.14184) 482 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T03:49:39.051 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: cluster 2024-02-13T03:49:39.660024+0000 mgr.smithi143.mxhzlj (mgr.14184) 483 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: cephadm 2024-02-13T03:49:39.789564+0000 mgr.smithi143.mxhzlj (mgr.14184) 484 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ihepro ... 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:49:41.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ihepro ... 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:41.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: cephadm 2024-02-13T03:49:39.790043+0000 mgr.smithi143.mxhzlj (mgr.14184) 485 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: audit 2024-02-13T03:49:39.790634+0000 mon.smithi143 (mon.0) 767 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.ihepro"}]: dispatch 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: cephadm 2024-02-13T03:49:39.792328+0000 mgr.smithi143.mxhzlj (mgr.14184) 486 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ihepro ... 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:41.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:41.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:40 smithi196 bash[19959]: cephadm 2024-02-13T03:49:39.797080+0000 mgr.smithi143.mxhzlj (mgr.14184) 487 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ehwaff on smithi143 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: cluster 2024-02-13T03:49:39.660024+0000 mgr.smithi143.mxhzlj (mgr.14184) 483 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: cephadm 2024-02-13T03:49:39.789564+0000 mgr.smithi143.mxhzlj (mgr.14184) 484 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ihepro ... 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:41.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ihepro ... 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: cephadm 2024-02-13T03:49:39.790043+0000 mgr.smithi143.mxhzlj (mgr.14184) 485 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: audit 2024-02-13T03:49:39.790634+0000 mon.smithi143 (mon.0) 767 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.ihepro"}]: dispatch 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: cephadm 2024-02-13T03:49:39.792328+0000 mgr.smithi143.mxhzlj (mgr.14184) 486 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:49:41.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ihepro ... 2024-02-13T03:49:41.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:41.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:41.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:41.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:41.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:40 smithi143 bash[16533]: cephadm 2024-02-13T03:49:39.797080+0000 mgr.smithi143.mxhzlj (mgr.14184) 487 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ehwaff on smithi143 2024-02-13T03:49:42.240 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:42.240 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:31.120814Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ocprag on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ocprag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ocprag\nDeploy daemon haproxy.nfs.foo.smithi196.ocprag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.027387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.kveyxg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-kveyxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.kveyxg\nDeploy daemon haproxy.nfs.foo.smithi143.kveyxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:48:35.030114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gdqssf on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:42.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:43.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:42 smithi196 bash[19959]: cluster 2024-02-13T03:49:41.660658+0000 mgr.smithi143.mxhzlj (mgr.14184) 488 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T03:49:43.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:42 smithi143 bash[16533]: cluster 2024-02-13T03:49:41.660658+0000 mgr.smithi143.mxhzlj (mgr.14184) 488 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T03:49:43.881 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:43.893 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:43 smithi143 bash[16533]: audit 2024-02-13T03:49:42.235741+0000 mgr.smithi143.mxhzlj (mgr.14184) 489 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:43.893 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:43 smithi143 bash[16533]: audit 2024-02-13T03:49:43.571159+0000 mon.smithi143 (mon.0) 768 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ehwaff"}]: dispatch 2024-02-13T03:49:44.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:43 smithi196 bash[19959]: audit 2024-02-13T03:49:42.235741+0000 mgr.smithi143.mxhzlj (mgr.14184) 489 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:44.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:43 smithi196 bash[19959]: audit 2024-02-13T03:49:43.571159+0000 mon.smithi143 (mon.0) 768 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ehwaff"}]: dispatch 2024-02-13T03:49:44.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: cephadm 2024-02-13T03:49:43.570375+0000 mgr.smithi143.mxhzlj (mgr.14184) 490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:44.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:44.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:44.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ehwaff ... 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:44.999 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ehwaff ... 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: cephadm 2024-02-13T03:49:43.570654+0000 mgr.smithi143.mxhzlj (mgr.14184) 491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: cephadm 2024-02-13T03:49:43.572203+0000 mgr.smithi143.mxhzlj (mgr.14184) 492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:45.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.002 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.002 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ehwaff ... 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: cephadm 2024-02-13T03:49:43.574774+0000 mgr.smithi143.mxhzlj (mgr.14184) 493 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: cephadm 2024-02-13T03:49:43.578247+0000 mgr.smithi143.mxhzlj (mgr.14184) 494 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:49:45.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: cluster 2024-02-13T03:49:43.580569+0000 mgr.smithi143.mxhzlj (mgr.14184) 495 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-13T03:49:45.004 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:44 smithi143 bash[16533]: cluster 2024-02-13T03:49:43.723601+0000 mon.smithi143 (mon.0) 769 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:49:45.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: cephadm 2024-02-13T03:49:43.570375+0000 mgr.smithi143.mxhzlj (mgr.14184) 490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ehwaff ... 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:49:45.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ehwaff ... 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:45.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: cephadm 2024-02-13T03:49:43.570654+0000 mgr.smithi143.mxhzlj (mgr.14184) 491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: cephadm 2024-02-13T03:49:43.572203+0000 mgr.smithi143.mxhzlj (mgr.14184) 492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ehwaff ... 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: cephadm 2024-02-13T03:49:43.574774+0000 mgr.smithi143.mxhzlj (mgr.14184) 493 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:49:45.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: cephadm 2024-02-13T03:49:43.578247+0000 mgr.smithi143.mxhzlj (mgr.14184) 494 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:49:45.015 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: cluster 2024-02-13T03:49:43.580569+0000 mgr.smithi143.mxhzlj (mgr.14184) 495 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-13T03:49:45.015 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:44 smithi196 bash[19959]: cluster 2024-02-13T03:49:43.723601+0000 mon.smithi143 (mon.0) 769 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:49:46.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:46 smithi143 bash[16533]: cluster 2024-02-13T03:49:45.582240+0000 mgr.smithi143.mxhzlj (mgr.14184) 496 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-13T03:49:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:46 smithi196 bash[19959]: cluster 2024-02-13T03:49:45.582240+0000 mgr.smithi143.mxhzlj (mgr.14184) 496 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-13T03:49:46.983 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:46.984 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:47.602 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:47 smithi143 bash[16533]: audit 2024-02-13T03:49:46.980278+0000 mgr.smithi143.mxhzlj (mgr.14184) 497 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:47.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:47.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:47 smithi196 bash[19959]: audit 2024-02-13T03:49:46.980278+0000 mgr.smithi143.mxhzlj (mgr.14184) 497 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:48.604 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:48.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:48 smithi143 bash[16533]: cluster 2024-02-13T03:49:47.583412+0000 mgr.smithi143.mxhzlj (mgr.14184) 498 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-13T03:49:48.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:48 smithi143 bash[16533]: audit 2024-02-13T03:49:47.839473+0000 mon.smithi143 (mon.0) 770 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:48 smithi196 bash[19959]: cluster 2024-02-13T03:49:47.583412+0000 mgr.smithi143.mxhzlj (mgr.14184) 498 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-13T03:49:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:48 smithi196 bash[19959]: audit 2024-02-13T03:49:47.839473+0000 mon.smithi143 (mon.0) 770 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:51.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:50 smithi143 bash[16533]: cluster 2024-02-13T03:49:49.584617+0000 mgr.smithi143.mxhzlj (mgr.14184) 499 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:51.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:50 smithi196 bash[19959]: cluster 2024-02-13T03:49:49.584617+0000 mgr.smithi143.mxhzlj (mgr.14184) 499 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:51.730 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:51.731 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:52.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:52 smithi143 bash[16533]: cluster 2024-02-13T03:49:51.585509+0000 mgr.smithi143.mxhzlj (mgr.14184) 500 : 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 2024-02-13T03:49:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:52 smithi143 bash[16533]: audit 2024-02-13T03:49:51.719455+0000 mgr.smithi143.mxhzlj (mgr.14184) 501 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:52 smithi143 bash[16533]: audit 2024-02-13T03:49:51.785265+0000 mon.smithi143 (mon.0) 771 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:52 smithi196 bash[19959]: cluster 2024-02-13T03:49:51.585509+0000 mgr.smithi143.mxhzlj (mgr.14184) 500 : 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 2024-02-13T03:49:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:52 smithi196 bash[19959]: audit 2024-02-13T03:49:51.719455+0000 mgr.smithi143.mxhzlj (mgr.14184) 501 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:52 smithi196 bash[19959]: audit 2024-02-13T03:49:51.785265+0000 mon.smithi143 (mon.0) 771 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:49:53.384 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:55.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:54 smithi143 bash[16533]: cluster 2024-02-13T03:49:53.587903+0000 mgr.smithi143.mxhzlj (mgr.14184) 502 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:55.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:54 smithi196 bash[19959]: cluster 2024-02-13T03:49:53.587903+0000 mgr.smithi143.mxhzlj (mgr.14184) 502 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:56.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:56 smithi143 bash[16533]: cluster 2024-02-13T03:49:55.589423+0000 mgr.smithi143.mxhzlj (mgr.14184) 503 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:56.526 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:49:56.527 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:56.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:56 smithi196 bash[19959]: cluster 2024-02-13T03:49:55.589423+0000 mgr.smithi143.mxhzlj (mgr.14184) 503 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:57.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:57.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:57 smithi143 bash[16533]: audit 2024-02-13T03:49:56.522232+0000 mgr.smithi143.mxhzlj (mgr.14184) 504 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:57.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:57 smithi196 bash[19959]: audit 2024-02-13T03:49:56.522232+0000 mgr.smithi143.mxhzlj (mgr.14184) 504 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:58.112 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:58.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:49:58 smithi143 bash[16533]: cluster 2024-02-13T03:49:57.591095+0000 mgr.smithi143.mxhzlj (mgr.14184) 505 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:58.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:49:58 smithi196 bash[19959]: cluster 2024-02-13T03:49:57.591095+0000 mgr.smithi143.mxhzlj (mgr.14184) 505 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:00.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:49:59.592176+0000 mgr.smithi143.mxhzlj (mgr.14184) 506 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000205+0000 mon.smithi143 (mon.0) 772 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000282+0000 mon.smithi143 (mon.0) 773 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000334+0000 mon.smithi143 (mon.0) 774 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000428+0000 mon.smithi143 (mon.0) 775 : cluster [WRN] /usr/bin/docker: stdout 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000472+0000 mon.smithi143 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000514+0000 mon.smithi143 (mon.0) 777 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000564+0000 mon.smithi143 (mon.0) 778 : cluster [WRN] /usr/bin/docker: stdout 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000608+0000 mon.smithi143 (mon.0) 779 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000646+0000 mon.smithi143 (mon.0) 780 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi196.ihepro ... 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000689+0000 mon.smithi143 (mon.0) 781 : 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000731+0000 mon.smithi143 (mon.0) 782 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000775+0000 mon.smithi143 (mon.0) 783 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000817+0000 mon.smithi143 (mon.0) 784 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-13T03:50:00.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000862+0000 mon.smithi143 (mon.0) 785 : 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000908+0000 mon.smithi143 (mon.0) 786 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.000953+0000 mon.smithi143 (mon.0) 787 : cluster [WRN] /usr/bin/docker: stdout 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001004+0000 mon.smithi143 (mon.0) 788 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001048+0000 mon.smithi143 (mon.0) 789 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001084+0000 mon.smithi143 (mon.0) 790 : cluster [WRN] /usr/bin/docker: stdout 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001128+0000 mon.smithi143 (mon.0) 791 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001171+0000 mon.smithi143 (mon.0) 792 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi143.ehwaff ... 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001212+0000 mon.smithi143 (mon.0) 793 : 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 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001256+0000 mon.smithi143 (mon.0) 794 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001298+0000 mon.smithi143 (mon.0) 795 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001343+0000 mon.smithi143 (mon.0) 796 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001386+0000 mon.smithi143 (mon.0) 797 : 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 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001428+0000 mon.smithi143 (mon.0) 798 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:00.838 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:00 smithi143 bash[16533]: cluster 2024-02-13T03:50:00.001471+0000 mon.smithi143 (mon.0) 799 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:01.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:49:59.592176+0000 mgr.smithi143.mxhzlj (mgr.14184) 506 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:01.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000205+0000 mon.smithi143 (mon.0) 772 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-13T03:50:01.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000282+0000 mon.smithi143 (mon.0) 773 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000334+0000 mon.smithi143 (mon.0) 774 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000428+0000 mon.smithi143 (mon.0) 775 : cluster [WRN] /usr/bin/docker: stdout 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000472+0000 mon.smithi143 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000514+0000 mon.smithi143 (mon.0) 777 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000564+0000 mon.smithi143 (mon.0) 778 : cluster [WRN] /usr/bin/docker: stdout 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000608+0000 mon.smithi143 (mon.0) 779 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000646+0000 mon.smithi143 (mon.0) 780 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi196.ihepro ... 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000689+0000 mon.smithi143 (mon.0) 781 : 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000731+0000 mon.smithi143 (mon.0) 782 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000775+0000 mon.smithi143 (mon.0) 783 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000817+0000 mon.smithi143 (mon.0) 784 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000862+0000 mon.smithi143 (mon.0) 785 : 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:01.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000908+0000 mon.smithi143 (mon.0) 786 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.000953+0000 mon.smithi143 (mon.0) 787 : cluster [WRN] /usr/bin/docker: stdout 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001004+0000 mon.smithi143 (mon.0) 788 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001048+0000 mon.smithi143 (mon.0) 789 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001084+0000 mon.smithi143 (mon.0) 790 : cluster [WRN] /usr/bin/docker: stdout 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001128+0000 mon.smithi143 (mon.0) 791 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001171+0000 mon.smithi143 (mon.0) 792 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi143.ehwaff ... 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001212+0000 mon.smithi143 (mon.0) 793 : 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 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001256+0000 mon.smithi143 (mon.0) 794 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001298+0000 mon.smithi143 (mon.0) 795 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001343+0000 mon.smithi143 (mon.0) 796 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001386+0000 mon.smithi143 (mon.0) 797 : 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 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001428+0000 mon.smithi143 (mon.0) 798 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:01.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:00 smithi196 bash[19959]: cluster 2024-02-13T03:50:00.001471+0000 mon.smithi143 (mon.0) 799 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:01.288 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:01.288 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:01.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:02.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:02 smithi143 bash[16533]: audit 2024-02-13T03:50:01.279767+0000 mgr.smithi143.mxhzlj (mgr.14184) 507 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:02.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:02 smithi143 bash[16533]: cluster 2024-02-13T03:50:01.593382+0000 mgr.smithi143.mxhzlj (mgr.14184) 508 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:02.939 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:03.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:02 smithi196 bash[19959]: audit 2024-02-13T03:50:01.279767+0000 mgr.smithi143.mxhzlj (mgr.14184) 507 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:03.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:02 smithi196 bash[19959]: cluster 2024-02-13T03:50:01.593382+0000 mgr.smithi143.mxhzlj (mgr.14184) 508 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:04.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:04 smithi143 bash[16533]: cluster 2024-02-13T03:50:03.594898+0000 mgr.smithi143.mxhzlj (mgr.14184) 509 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:05.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:04 smithi196 bash[19959]: cluster 2024-02-13T03:50:03.594898+0000 mgr.smithi143.mxhzlj (mgr.14184) 509 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:06.161 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:06.161 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:06.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:06 smithi143 bash[16533]: cluster 2024-02-13T03:50:05.596477+0000 mgr.smithi143.mxhzlj (mgr.14184) 510 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:06.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:06 smithi196 bash[19959]: cluster 2024-02-13T03:50:05.596477+0000 mgr.smithi143.mxhzlj (mgr.14184) 510 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:06.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:07.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:07 smithi143 bash[16533]: audit 2024-02-13T03:50:06.154727+0000 mgr.smithi143.mxhzlj (mgr.14184) 511 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:07.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:07 smithi196 bash[19959]: audit 2024-02-13T03:50:06.154727+0000 mgr.smithi143.mxhzlj (mgr.14184) 511 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:07.767 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:08.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:08 smithi143 bash[16533]: cluster 2024-02-13T03:50:07.598202+0000 mgr.smithi143.mxhzlj (mgr.14184) 512 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:08 smithi196 bash[19959]: cluster 2024-02-13T03:50:07.598202+0000 mgr.smithi143.mxhzlj (mgr.14184) 512 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:10.858 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:10.858 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:10.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:10 smithi143 bash[16533]: cluster 2024-02-13T03:50:09.599992+0000 mgr.smithi143.mxhzlj (mgr.14184) 513 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:11.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:10 smithi196 bash[19959]: cluster 2024-02-13T03:50:09.599992+0000 mgr.smithi143.mxhzlj (mgr.14184) 513 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:11.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:11.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:11 smithi143 bash[16533]: audit 2024-02-13T03:50:10.849117+0000 mgr.smithi143.mxhzlj (mgr.14184) 514 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:12.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:11 smithi196 bash[19959]: audit 2024-02-13T03:50:10.849117+0000 mgr.smithi143.mxhzlj (mgr.14184) 514 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:12.528 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:12.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:12 smithi143 bash[16533]: cluster 2024-02-13T03:50:11.601227+0000 mgr.smithi143.mxhzlj (mgr.14184) 515 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:12 smithi196 bash[19959]: cluster 2024-02-13T03:50:11.601227+0000 mgr.smithi143.mxhzlj (mgr.14184) 515 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:15.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:14 smithi196 bash[19959]: cluster 2024-02-13T03:50:13.602596+0000 mgr.smithi143.mxhzlj (mgr.14184) 516 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:15.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:14 smithi143 bash[16533]: cluster 2024-02-13T03:50:13.602596+0000 mgr.smithi143.mxhzlj (mgr.14184) 516 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:15.676 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:15.676 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:16.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:16.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:16 smithi143 bash[16533]: cluster 2024-02-13T03:50:15.604161+0000 mgr.smithi143.mxhzlj (mgr.14184) 517 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:16.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:16 smithi143 bash[16533]: audit 2024-02-13T03:50:15.662648+0000 mgr.smithi143.mxhzlj (mgr.14184) 518 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:16 smithi196 bash[19959]: cluster 2024-02-13T03:50:15.604161+0000 mgr.smithi143.mxhzlj (mgr.14184) 517 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:16 smithi196 bash[19959]: audit 2024-02-13T03:50:15.662648+0000 mgr.smithi143.mxhzlj (mgr.14184) 518 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:17.249 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:18.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:18 smithi143 bash[16533]: cluster 2024-02-13T03:50:17.605786+0000 mgr.smithi143.mxhzlj (mgr.14184) 519 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:19.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:18 smithi196 bash[19959]: cluster 2024-02-13T03:50:17.605786+0000 mgr.smithi143.mxhzlj (mgr.14184) 519 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:20.462 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:20.462 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:20.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:20 smithi143 bash[16533]: cluster 2024-02-13T03:50:19.607763+0000 mgr.smithi143.mxhzlj (mgr.14184) 520 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:21.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:20 smithi196 bash[19959]: cluster 2024-02-13T03:50:19.607763+0000 mgr.smithi143.mxhzlj (mgr.14184) 520 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:21.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:22.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:21 smithi196 bash[19959]: audit 2024-02-13T03:50:20.450989+0000 mgr.smithi143.mxhzlj (mgr.14184) 521 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:22.120 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:22.133 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:21 smithi143 bash[16533]: audit 2024-02-13T03:50:20.450989+0000 mgr.smithi143.mxhzlj (mgr.14184) 521 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:23.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:22 smithi196 bash[19959]: cluster 2024-02-13T03:50:21.609013+0000 mgr.smithi143.mxhzlj (mgr.14184) 522 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:23.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:22 smithi143 bash[16533]: cluster 2024-02-13T03:50:21.609013+0000 mgr.smithi143.mxhzlj (mgr.14184) 522 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:25.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:24 smithi196 bash[19959]: cluster 2024-02-13T03:50:23.610080+0000 mgr.smithi143.mxhzlj (mgr.14184) 523 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:25.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:24 smithi143 bash[16533]: cluster 2024-02-13T03:50:23.610080+0000 mgr.smithi143.mxhzlj (mgr.14184) 523 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:25.290 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:25.290 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:25.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:26.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:26 smithi143 bash[16533]: audit 2024-02-13T03:50:25.281273+0000 mgr.smithi143.mxhzlj (mgr.14184) 524 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:26.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:26 smithi143 bash[16533]: cluster 2024-02-13T03:50:25.611769+0000 mgr.smithi143.mxhzlj (mgr.14184) 525 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:26 smithi196 bash[19959]: audit 2024-02-13T03:50:25.281273+0000 mgr.smithi143.mxhzlj (mgr.14184) 524 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:26 smithi196 bash[19959]: cluster 2024-02-13T03:50:25.611769+0000 mgr.smithi143.mxhzlj (mgr.14184) 525 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:26.943 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:29.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:28 smithi196 bash[19959]: cluster 2024-02-13T03:50:27.613449+0000 mgr.smithi143.mxhzlj (mgr.14184) 526 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:29.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:28 smithi143 bash[16533]: cluster 2024-02-13T03:50:27.613449+0000 mgr.smithi143.mxhzlj (mgr.14184) 526 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:30.199 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:30.199 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:30.834 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:30 smithi143 bash[16533]: cluster 2024-02-13T03:50:29.614520+0000 mgr.smithi143.mxhzlj (mgr.14184) 527 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:30.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:30 smithi196 bash[19959]: cluster 2024-02-13T03:50:29.614520+0000 mgr.smithi143.mxhzlj (mgr.14184) 527 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:31.836 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:32.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:31 smithi196 bash[19959]: audit 2024-02-13T03:50:30.188021+0000 mgr.smithi143.mxhzlj (mgr.14184) 528 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:31 smithi143 bash[16533]: audit 2024-02-13T03:50:30.188021+0000 mgr.smithi143.mxhzlj (mgr.14184) 528 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:32.972 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:32 smithi143 bash[16533]: cluster 2024-02-13T03:50:31.615670+0000 mgr.smithi143.mxhzlj (mgr.14184) 529 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:32 smithi196 bash[19959]: cluster 2024-02-13T03:50:31.615670+0000 mgr.smithi143.mxhzlj (mgr.14184) 529 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:34.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:34 smithi143 bash[16533]: cluster 2024-02-13T03:50:33.617579+0000 mgr.smithi143.mxhzlj (mgr.14184) 530 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:34.949 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:34.949 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:34 smithi196 bash[19959]: cluster 2024-02-13T03:50:33.617579+0000 mgr.smithi143.mxhzlj (mgr.14184) 530 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:35.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:35.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:35 smithi143 bash[16533]: audit 2024-02-13T03:50:34.946055+0000 mgr.smithi143.mxhzlj (mgr.14184) 531 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:36.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:35 smithi196 bash[19959]: audit 2024-02-13T03:50:34.946055+0000 mgr.smithi143.mxhzlj (mgr.14184) 531 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:36.562 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:36.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:36 smithi143 bash[16533]: cluster 2024-02-13T03:50:35.619312+0000 mgr.smithi143.mxhzlj (mgr.14184) 532 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:37.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:36 smithi196 bash[19959]: cluster 2024-02-13T03:50:35.619312+0000 mgr.smithi143.mxhzlj (mgr.14184) 532 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:39.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:38 smithi196 bash[19959]: cluster 2024-02-13T03:50:37.621020+0000 mgr.smithi143.mxhzlj (mgr.14184) 533 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:39.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:38 smithi143 bash[16533]: cluster 2024-02-13T03:50:37.621020+0000 mgr.smithi143.mxhzlj (mgr.14184) 533 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:39.824 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:39.824 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:40.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:40 smithi196 bash[19959]: cluster 2024-02-13T03:50:39.622116+0000 mgr.smithi143.mxhzlj (mgr.14184) 534 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:40 smithi196 bash[19959]: audit 2024-02-13T03:50:39.816498+0000 mgr.smithi143.mxhzlj (mgr.14184) 535 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:41.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:40 smithi143 bash[16533]: cluster 2024-02-13T03:50:39.622116+0000 mgr.smithi143.mxhzlj (mgr.14184) 534 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:41.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:40 smithi143 bash[16533]: audit 2024-02-13T03:50:39.816498+0000 mgr.smithi143.mxhzlj (mgr.14184) 535 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:41.440 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:42.795 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:42 smithi143 bash[16533]: cluster 2024-02-13T03:50:41.623293+0000 mgr.smithi143.mxhzlj (mgr.14184) 536 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:43.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:42 smithi196 bash[19959]: cluster 2024-02-13T03:50:41.623293+0000 mgr.smithi143.mxhzlj (mgr.14184) 536 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:44.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:43 smithi196 bash[19959]: audit 2024-02-13T03:50:43.584870+0000 mon.smithi143 (mon.0) 800 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:50:44.129 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:43 smithi143 bash[16533]: audit 2024-02-13T03:50:43.584870+0000 mon.smithi143 (mon.0) 800 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:50:44.561 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:44.562 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:48:35.032649Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.venxrm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:44.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:44 smithi143 bash[16533]: cluster 2024-02-13T03:50:43.624596+0000 mgr.smithi143.mxhzlj (mgr.14184) 537 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:44.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:44 smithi143 bash[16533]: audit 2024-02-13T03:50:43.904255+0000 mon.smithi143 (mon.0) 801 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:50:44.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:44 smithi143 bash[16533]: audit 2024-02-13T03:50:43.905822+0000 mon.smithi143 (mon.0) 802 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:50:44.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:44 smithi143 bash[16533]: audit 2024-02-13T03:50:43.916259+0000 mon.smithi143 (mon.0) 803 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:50:44.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:44 smithi143 bash[16533]: cluster 2024-02-13T03:50:43.917317+0000 mgr.smithi143.mxhzlj (mgr.14184) 538 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:44.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:44 smithi143 bash[16533]: audit 2024-02-13T03:50:43.921711+0000 mon.smithi143 (mon.0) 804 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:50:44.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:44 smithi143 bash[16533]: audit 2024-02-13T03:50:43.939346+0000 mon.smithi143 (mon.0) 805 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:50:44.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:44 smithi143 bash[16533]: cephadm 2024-02-13T03:50:43.942705+0000 mgr.smithi143.mxhzlj (mgr.14184) 539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.omrals on smithi196 2024-02-13T03:50:45.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:44 smithi196 bash[19959]: cluster 2024-02-13T03:50:43.624596+0000 mgr.smithi143.mxhzlj (mgr.14184) 537 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:45.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:44 smithi196 bash[19959]: audit 2024-02-13T03:50:43.904255+0000 mon.smithi143 (mon.0) 801 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:50:45.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:44 smithi196 bash[19959]: audit 2024-02-13T03:50:43.905822+0000 mon.smithi143 (mon.0) 802 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:50:45.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:44 smithi196 bash[19959]: audit 2024-02-13T03:50:43.916259+0000 mon.smithi143 (mon.0) 803 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:50:45.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:44 smithi196 bash[19959]: cluster 2024-02-13T03:50:43.917317+0000 mgr.smithi143.mxhzlj (mgr.14184) 538 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:45.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:44 smithi196 bash[19959]: audit 2024-02-13T03:50:43.921711+0000 mon.smithi143 (mon.0) 804 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:50:45.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:44 smithi196 bash[19959]: audit 2024-02-13T03:50:43.939346+0000 mon.smithi143 (mon.0) 805 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:50:45.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:44 smithi196 bash[19959]: cephadm 2024-02-13T03:50:43.942705+0000 mgr.smithi143.mxhzlj (mgr.14184) 539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.omrals on smithi196 2024-02-13T03:50:45.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:46.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:45 smithi196 bash[19959]: audit 2024-02-13T03:50:44.550577+0000 mgr.smithi143.mxhzlj (mgr.14184) 540 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:46.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:45 smithi196 bash[19959]: cluster 2024-02-13T03:50:44.912514+0000 mon.smithi143 (mon.0) 806 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:50:46.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:45 smithi196 bash[19959]: cluster 2024-02-13T03:50:44.912581+0000 mon.smithi143 (mon.0) 807 : cluster [INF] Cluster is now healthy 2024-02-13T03:50:46.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:45 smithi143 bash[16533]: audit 2024-02-13T03:50:44.550577+0000 mgr.smithi143.mxhzlj (mgr.14184) 540 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:46.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:45 smithi143 bash[16533]: cluster 2024-02-13T03:50:44.912514+0000 mon.smithi143 (mon.0) 806 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:50:46.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:45 smithi143 bash[16533]: cluster 2024-02-13T03:50:44.912581+0000 mon.smithi143 (mon.0) 807 : cluster [INF] Cluster is now healthy 2024-02-13T03:50:46.204 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:47.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:46 smithi196 bash[19959]: cluster 2024-02-13T03:50:45.918588+0000 mgr.smithi143.mxhzlj (mgr.14184) 541 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:47.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:46 smithi143 bash[16533]: cluster 2024-02-13T03:50:45.918588+0000 mgr.smithi143.mxhzlj (mgr.14184) 541 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:48.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:47 smithi196 bash[19959]: audit 2024-02-13T03:50:47.901174+0000 mon.smithi143 (mon.0) 808 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.omrals"}]: dispatch 2024-02-13T03:50:48.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:47 smithi143 bash[16533]: audit 2024-02-13T03:50:47.901174+0000 mon.smithi143 (mon.0) 808 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.omrals"}]: dispatch 2024-02-13T03:50:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: cephadm 2024-02-13T03:50:47.899887+0000 mgr.smithi143.mxhzlj (mgr.14184) 542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.omrals ... 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:50:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.omrals ... 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: cephadm 2024-02-13T03:50:47.900405+0000 mgr.smithi143.mxhzlj (mgr.14184) 543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: cephadm 2024-02-13T03:50:47.903000+0000 mgr.smithi143.mxhzlj (mgr.14184) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.omrals ... 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: cephadm 2024-02-13T03:50:47.907462+0000 mgr.smithi143.mxhzlj (mgr.14184) 545 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ycjflq on smithi143 2024-02-13T03:50:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:48 smithi196 bash[19959]: cluster 2024-02-13T03:50:47.920112+0000 mgr.smithi143.mxhzlj (mgr.14184) 546 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:49.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: cephadm 2024-02-13T03:50:47.899887+0000 mgr.smithi143.mxhzlj (mgr.14184) 542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.omrals ... 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:49.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.omrals ... 2024-02-13T03:50:49.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: cephadm 2024-02-13T03:50:47.900405+0000 mgr.smithi143.mxhzlj (mgr.14184) 543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: cephadm 2024-02-13T03:50:47.903000+0000 mgr.smithi143.mxhzlj (mgr.14184) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.omrals ... 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:49.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:49.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:49.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:49.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: cephadm 2024-02-13T03:50:47.907462+0000 mgr.smithi143.mxhzlj (mgr.14184) 545 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ycjflq on smithi143 2024-02-13T03:50:49.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:48 smithi143 bash[16533]: cluster 2024-02-13T03:50:47.920112+0000 mgr.smithi143.mxhzlj (mgr.14184) 546 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:49.552 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:49.552 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:39.792104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ihepro on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ihepro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ihepro\nDeploy daemon haproxy.nfs.foo.smithi196.ihepro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.572073Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ehwaff on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ehwaff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ehwaff\nDeploy daemon haproxy.nfs.foo.smithi143.ehwaff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:49:43.574544Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.itthaw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:50.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:51.183 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:51.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:50 smithi196 bash[19959]: audit 2024-02-13T03:50:49.541551+0000 mgr.smithi143.mxhzlj (mgr.14184) 547 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:51.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:50 smithi196 bash[19959]: cluster 2024-02-13T03:50:49.921454+0000 mgr.smithi143.mxhzlj (mgr.14184) 548 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:51.296 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:50 smithi143 bash[16533]: audit 2024-02-13T03:50:49.541551+0000 mgr.smithi143.mxhzlj (mgr.14184) 547 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:51.296 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:50 smithi143 bash[16533]: cluster 2024-02-13T03:50:49.921454+0000 mgr.smithi143.mxhzlj (mgr.14184) 548 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: audit 2024-02-13T03:50:51.787023+0000 mon.smithi143 (mon.0) 809 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:50:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: cluster 2024-02-13T03:50:51.922413+0000 mgr.smithi143.mxhzlj (mgr.14184) 549 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: cephadm 2024-02-13T03:50:52.112775+0000 mgr.smithi143.mxhzlj (mgr.14184) 550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ycjflq ... 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:50:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ycjflq ... 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:53.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: cephadm 2024-02-13T03:50:52.113095+0000 mgr.smithi143.mxhzlj (mgr.14184) 551 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: audit 2024-02-13T03:50:52.113605+0000 mon.smithi143 (mon.0) 810 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ycjflq"}]: dispatch 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: cephadm 2024-02-13T03:50:52.114720+0000 mgr.smithi143.mxhzlj (mgr.14184) 552 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ycjflq ... 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:53.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:53.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:53.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: cephadm 2024-02-13T03:50:52.117119+0000 mgr.smithi143.mxhzlj (mgr.14184) 553 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:53.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: cephadm 2024-02-13T03:50:52.118766+0000 mgr.smithi143.mxhzlj (mgr.14184) 554 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:53.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:52 smithi143 bash[16533]: cluster 2024-02-13T03:50:52.120505+0000 mgr.smithi143.mxhzlj (mgr.14184) 555 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-02-13T03:50:53.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: audit 2024-02-13T03:50:51.787023+0000 mon.smithi143 (mon.0) 809 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: cluster 2024-02-13T03:50:51.922413+0000 mgr.smithi143.mxhzlj (mgr.14184) 549 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: cephadm 2024-02-13T03:50:52.112775+0000 mgr.smithi143.mxhzlj (mgr.14184) 550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ycjflq ... 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ycjflq ... 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: cephadm 2024-02-13T03:50:52.113095+0000 mgr.smithi143.mxhzlj (mgr.14184) 551 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: audit 2024-02-13T03:50:52.113605+0000 mon.smithi143 (mon.0) 810 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ycjflq"}]: dispatch 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: cephadm 2024-02-13T03:50:52.114720+0000 mgr.smithi143.mxhzlj (mgr.14184) 552 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ycjflq ... 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:50:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:50:53.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:53.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: cephadm 2024-02-13T03:50:52.117119+0000 mgr.smithi143.mxhzlj (mgr.14184) 553 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:53.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: cephadm 2024-02-13T03:50:52.118766+0000 mgr.smithi143.mxhzlj (mgr.14184) 554 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:53.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:52 smithi196 bash[19959]: cluster 2024-02-13T03:50:52.120505+0000 mgr.smithi143.mxhzlj (mgr.14184) 555 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-02-13T03:50:54.136 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:53 smithi143 bash[16533]: cluster 2024-02-13T03:50:52.783631+0000 mon.smithi143 (mon.0) 811 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:50:54.136 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:53 smithi143 bash[16533]: audit 2024-02-13T03:50:52.898195+0000 mon.smithi143 (mon.0) 812 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:50:54.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:53 smithi196 bash[19959]: cluster 2024-02-13T03:50:52.783631+0000 mon.smithi143 (mon.0) 811 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:50:54.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:53 smithi196 bash[19959]: audit 2024-02-13T03:50:52.898195+0000 mon.smithi143 (mon.0) 812 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:50:54.550 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:54.550 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:54.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:54 smithi143 bash[16533]: cluster 2024-02-13T03:50:54.122457+0000 mgr.smithi143.mxhzlj (mgr.14184) 556 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:50:55.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:55.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:54 smithi196 bash[19959]: cluster 2024-02-13T03:50:54.122457+0000 mgr.smithi143.mxhzlj (mgr.14184) 556 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:50:56.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:55 smithi143 bash[16533]: audit 2024-02-13T03:50:54.546886+0000 mgr.smithi143.mxhzlj (mgr.14184) 557 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:56.189 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:56.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:55 smithi196 bash[19959]: audit 2024-02-13T03:50:54.546886+0000 mgr.smithi143.mxhzlj (mgr.14184) 557 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:57.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:56 smithi143 bash[16533]: cluster 2024-02-13T03:50:56.123694+0000 mgr.smithi143.mxhzlj (mgr.14184) 558 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:50:57.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:56 smithi196 bash[19959]: cluster 2024-02-13T03:50:56.123694+0000 mgr.smithi143.mxhzlj (mgr.14184) 558 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:50:58.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:50:58 smithi196 bash[19959]: cluster 2024-02-13T03:50:58.125503+0000 mgr.smithi143.mxhzlj (mgr.14184) 559 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:50:58.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:50:58 smithi143 bash[16533]: cluster 2024-02-13T03:50:58.125503+0000 mgr.smithi143.mxhzlj (mgr.14184) 559 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:50:59.387 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:50:59.387 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:59.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:00.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:00 smithi143 bash[16533]: audit 2024-02-13T03:50:59.375732+0000 mgr.smithi143.mxhzlj (mgr.14184) 560 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:00.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:00 smithi143 bash[16533]: cluster 2024-02-13T03:51:00.126894+0000 mgr.smithi143.mxhzlj (mgr.14184) 561 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:51:00.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:00 smithi196 bash[19959]: audit 2024-02-13T03:50:59.375732+0000 mgr.smithi143.mxhzlj (mgr.14184) 560 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:00.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:00 smithi196 bash[19959]: cluster 2024-02-13T03:51:00.126894+0000 mgr.smithi143.mxhzlj (mgr.14184) 561 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:51:00.990 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:02.377 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:02 smithi143 bash[16533]: cluster 2024-02-13T03:51:02.128565+0000 mgr.smithi143.mxhzlj (mgr.14184) 562 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:51:02.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:02 smithi196 bash[19959]: cluster 2024-02-13T03:51:02.128565+0000 mgr.smithi143.mxhzlj (mgr.14184) 562 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:51:04.124 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:04.124 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:04.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:04 smithi196 bash[19959]: audit 2024-02-13T03:51:04.115794+0000 mgr.smithi143.mxhzlj (mgr.14184) 563 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:04.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:04 smithi196 bash[19959]: cluster 2024-02-13T03:51:04.130461+0000 mgr.smithi143.mxhzlj (mgr.14184) 564 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:04.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:04 smithi143 bash[16533]: audit 2024-02-13T03:51:04.115794+0000 mgr.smithi143.mxhzlj (mgr.14184) 563 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:04.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:04 smithi143 bash[16533]: cluster 2024-02-13T03:51:04.130461+0000 mgr.smithi143.mxhzlj (mgr.14184) 564 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:04.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:05.727 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:06.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:06 smithi143 bash[16533]: cluster 2024-02-13T03:51:06.131714+0000 mgr.smithi143.mxhzlj (mgr.14184) 565 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:06.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:06 smithi196 bash[19959]: cluster 2024-02-13T03:51:06.131714+0000 mgr.smithi143.mxhzlj (mgr.14184) 565 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:08.179 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:07 smithi143 bash[16533]: audit 2024-02-13T03:51:06.787870+0000 mon.smithi143 (mon.0) 813 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:07 smithi196 bash[19959]: audit 2024-02-13T03:51:06.787870+0000 mon.smithi143 (mon.0) 813 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:08.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:08 smithi143 bash[16533]: cluster 2024-02-13T03:51:08.133478+0000 mgr.smithi143.mxhzlj (mgr.14184) 566 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:09.008 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:09.008 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:08 smithi196 bash[19959]: cluster 2024-02-13T03:51:08.133478+0000 mgr.smithi143.mxhzlj (mgr.14184) 566 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:09.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:09.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:09 smithi143 bash[16533]: audit 2024-02-13T03:51:08.995288+0000 mgr.smithi143.mxhzlj (mgr.14184) 567 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:09 smithi196 bash[19959]: audit 2024-02-13T03:51:08.995288+0000 mgr.smithi143.mxhzlj (mgr.14184) 567 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:10.630 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:10.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:10 smithi143 bash[16533]: cluster 2024-02-13T03:51:10.135088+0000 mgr.smithi143.mxhzlj (mgr.14184) 568 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:11.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:10 smithi196 bash[19959]: cluster 2024-02-13T03:51:10.135088+0000 mgr.smithi143.mxhzlj (mgr.14184) 568 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:12.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:12 smithi196 bash[19959]: cluster 2024-02-13T03:51:12.136656+0000 mgr.smithi143.mxhzlj (mgr.14184) 569 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:12.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:12 smithi143 bash[16533]: cluster 2024-02-13T03:51:12.136656+0000 mgr.smithi143.mxhzlj (mgr.14184) 569 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:13.900 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:13.900 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:14.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:14 smithi143 bash[16533]: audit 2024-02-13T03:51:13.894652+0000 mgr.smithi143.mxhzlj (mgr.14184) 570 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:14.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:14 smithi143 bash[16533]: cluster 2024-02-13T03:51:14.138644+0000 mgr.smithi143.mxhzlj (mgr.14184) 571 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:14.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:14.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:14 smithi196 bash[19959]: audit 2024-02-13T03:51:13.894652+0000 mgr.smithi143.mxhzlj (mgr.14184) 570 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:14.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:14 smithi196 bash[19959]: cluster 2024-02-13T03:51:14.138644+0000 mgr.smithi143.mxhzlj (mgr.14184) 571 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:15.474 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:16.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:16 smithi143 bash[16533]: cluster 2024-02-13T03:51:16.139906+0000 mgr.smithi143.mxhzlj (mgr.14184) 572 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:16 smithi196 bash[19959]: cluster 2024-02-13T03:51:16.139906+0000 mgr.smithi143.mxhzlj (mgr.14184) 572 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:18 smithi196 bash[19959]: cluster 2024-02-13T03:51:18.141756+0000 mgr.smithi143.mxhzlj (mgr.14184) 573 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:18 smithi143 bash[16533]: cluster 2024-02-13T03:51:18.141756+0000 mgr.smithi143.mxhzlj (mgr.14184) 573 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:18.745 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:18.745 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:19.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:19.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:19 smithi196 bash[19959]: audit 2024-02-13T03:51:18.736897+0000 mgr.smithi143.mxhzlj (mgr.14184) 574 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:19.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:19 smithi143 bash[16533]: audit 2024-02-13T03:51:18.736897+0000 mgr.smithi143.mxhzlj (mgr.14184) 574 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:20.433 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:20.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:20 smithi143 bash[16533]: cluster 2024-02-13T03:51:20.143362+0000 mgr.smithi143.mxhzlj (mgr.14184) 575 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:20.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:20 smithi196 bash[19959]: cluster 2024-02-13T03:51:20.143362+0000 mgr.smithi143.mxhzlj (mgr.14184) 575 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:22.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:22 smithi196 bash[19959]: cluster 2024-02-13T03:51:22.144997+0000 mgr.smithi143.mxhzlj (mgr.14184) 576 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:22.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:22 smithi143 bash[16533]: cluster 2024-02-13T03:51:22.144997+0000 mgr.smithi143.mxhzlj (mgr.14184) 576 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:23.709 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:23.709 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:24.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:24.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:24 smithi196 bash[19959]: audit 2024-02-13T03:51:23.695993+0000 mgr.smithi143.mxhzlj (mgr.14184) 577 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:24.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:24 smithi196 bash[19959]: cluster 2024-02-13T03:51:24.146963+0000 mgr.smithi143.mxhzlj (mgr.14184) 578 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:24.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:24 smithi143 bash[16533]: audit 2024-02-13T03:51:23.695993+0000 mgr.smithi143.mxhzlj (mgr.14184) 577 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:24.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:24 smithi143 bash[16533]: cluster 2024-02-13T03:51:24.146963+0000 mgr.smithi143.mxhzlj (mgr.14184) 578 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:25.308 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:26.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:26 smithi143 bash[16533]: cluster 2024-02-13T03:51:26.148279+0000 mgr.smithi143.mxhzlj (mgr.14184) 579 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:26 smithi196 bash[19959]: cluster 2024-02-13T03:51:26.148279+0000 mgr.smithi143.mxhzlj (mgr.14184) 579 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:28.402 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:28.402 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:28.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:28 smithi143 bash[16533]: cluster 2024-02-13T03:51:28.150152+0000 mgr.smithi143.mxhzlj (mgr.14184) 580 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:28.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:28 smithi196 bash[19959]: cluster 2024-02-13T03:51:28.150152+0000 mgr.smithi143.mxhzlj (mgr.14184) 580 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:29.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:29 smithi143 bash[16533]: audit 2024-02-13T03:51:28.397147+0000 mgr.smithi143.mxhzlj (mgr.14184) 581 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:29.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:29 smithi196 bash[19959]: audit 2024-02-13T03:51:28.397147+0000 mgr.smithi143.mxhzlj (mgr.14184) 581 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:30.030 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:30.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:30 smithi143 bash[16533]: cluster 2024-02-13T03:51:30.151681+0000 mgr.smithi143.mxhzlj (mgr.14184) 582 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:30.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:30 smithi196 bash[19959]: cluster 2024-02-13T03:51:30.151681+0000 mgr.smithi143.mxhzlj (mgr.14184) 582 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:32.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:32 smithi196 bash[19959]: cluster 2024-02-13T03:51:32.153339+0000 mgr.smithi143.mxhzlj (mgr.14184) 583 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:32.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:32 smithi143 bash[16533]: cluster 2024-02-13T03:51:32.153339+0000 mgr.smithi143.mxhzlj (mgr.14184) 583 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:33.244 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:33.245 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:33.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:34.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:34 smithi196 bash[19959]: audit 2024-02-13T03:51:33.236591+0000 mgr.smithi143.mxhzlj (mgr.14184) 584 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:34.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:34 smithi196 bash[19959]: cluster 2024-02-13T03:51:34.155255+0000 mgr.smithi143.mxhzlj (mgr.14184) 585 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:34.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:34 smithi143 bash[16533]: audit 2024-02-13T03:51:33.236591+0000 mgr.smithi143.mxhzlj (mgr.14184) 584 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:34.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:34 smithi143 bash[16533]: cluster 2024-02-13T03:51:34.155255+0000 mgr.smithi143.mxhzlj (mgr.14184) 585 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:34.834 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:36.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:36 smithi143 bash[16533]: cluster 2024-02-13T03:51:36.155982+0000 mgr.smithi143.mxhzlj (mgr.14184) 586 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:36.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:36 smithi196 bash[19959]: cluster 2024-02-13T03:51:36.155982+0000 mgr.smithi143.mxhzlj (mgr.14184) 586 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:37.977 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:37.978 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:38 smithi143 bash[16533]: audit 2024-02-13T03:51:37.968180+0000 mgr.smithi143.mxhzlj (mgr.14184) 587 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:38 smithi143 bash[16533]: cluster 2024-02-13T03:51:38.157090+0000 mgr.smithi143.mxhzlj (mgr.14184) 588 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:38 smithi196 bash[19959]: audit 2024-02-13T03:51:37.968180+0000 mgr.smithi143.mxhzlj (mgr.14184) 587 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:38 smithi196 bash[19959]: cluster 2024-02-13T03:51:38.157090+0000 mgr.smithi143.mxhzlj (mgr.14184) 588 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:38.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:39.657 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:40.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:40 smithi196 bash[19959]: cluster 2024-02-13T03:51:40.158763+0000 mgr.smithi143.mxhzlj (mgr.14184) 589 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:40.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:40 smithi143 bash[16533]: cluster 2024-02-13T03:51:40.158763+0000 mgr.smithi143.mxhzlj (mgr.14184) 589 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:42.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:42 smithi196 bash[19959]: cluster 2024-02-13T03:51:42.160380+0000 mgr.smithi143.mxhzlj (mgr.14184) 590 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:42.511 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:42 smithi143 bash[16533]: cluster 2024-02-13T03:51:42.160380+0000 mgr.smithi143.mxhzlj (mgr.14184) 590 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:42.865 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:42.866 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:43.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:43 smithi143 bash[16533]: audit 2024-02-13T03:51:42.856269+0000 mgr.smithi143.mxhzlj (mgr.14184) 591 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:43.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:43.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:43 smithi196 bash[19959]: audit 2024-02-13T03:51:42.856269+0000 mgr.smithi143.mxhzlj (mgr.14184) 591 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:44.501 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:44.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:44 smithi196 bash[19959]: cluster 2024-02-13T03:51:44.162405+0000 mgr.smithi143.mxhzlj (mgr.14184) 592 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:44.515 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:44 smithi143 bash[16533]: cluster 2024-02-13T03:51:44.162405+0000 mgr.smithi143.mxhzlj (mgr.14184) 592 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:46.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:46 smithi143 bash[16533]: cluster 2024-02-13T03:51:46.163797+0000 mgr.smithi143.mxhzlj (mgr.14184) 593 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:46 smithi196 bash[19959]: cluster 2024-02-13T03:51:46.163797+0000 mgr.smithi143.mxhzlj (mgr.14184) 593 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:47.776 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:47.776 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:48.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:48.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:48 smithi196 bash[19959]: audit 2024-02-13T03:51:47.773001+0000 mgr.smithi143.mxhzlj (mgr.14184) 594 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:48.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:48 smithi143 bash[16533]: audit 2024-02-13T03:51:47.773001+0000 mgr.smithi143.mxhzlj (mgr.14184) 594 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:49.384 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:49.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:49 smithi196 bash[19959]: cluster 2024-02-13T03:51:48.165742+0000 mgr.smithi143.mxhzlj (mgr.14184) 595 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:49.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:49 smithi143 bash[16533]: cluster 2024-02-13T03:51:48.165742+0000 mgr.smithi143.mxhzlj (mgr.14184) 595 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:51.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:51 smithi143 bash[16533]: cluster 2024-02-13T03:51:50.166612+0000 mgr.smithi143.mxhzlj (mgr.14184) 596 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:51.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:51 smithi196 bash[19959]: cluster 2024-02-13T03:51:50.166612+0000 mgr.smithi143.mxhzlj (mgr.14184) 596 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:52.622 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:52.622 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:49:43.578062Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.svnbgx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:52.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:52 smithi143 bash[16533]: audit 2024-02-13T03:51:52.122743+0000 mon.smithi143 (mon.0) 814 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:51:52.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:52 smithi196 bash[19959]: audit 2024-02-13T03:51:52.122743+0000 mon.smithi143 (mon.0) 814 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:51:53.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:53.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: cluster 2024-02-13T03:51:52.167670+0000 mgr.smithi143.mxhzlj (mgr.14184) 597 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.434192+0000 mon.smithi143 (mon.0) 815 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.435389+0000 mon.smithi143 (mon.0) 816 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.436463+0000 mon.smithi143 (mon.0) 817 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.437509+0000 mon.smithi143 (mon.0) 818 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: cephadm 2024-02-13T03:51:52.438333+0000 mgr.smithi143.mxhzlj (mgr.14184) 598 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3017M 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.443767+0000 mon.smithi143 (mon.0) 819 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.445288+0000 mon.smithi143 (mon.0) 820 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.446479+0000 mon.smithi143 (mon.0) 821 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.447609+0000 mon.smithi143 (mon.0) 822 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.448696+0000 mon.smithi143 (mon.0) 823 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: cephadm 2024-02-13T03:51:52.449576+0000 mgr.smithi143.mxhzlj (mgr.14184) 599 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3529M 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.458056+0000 mon.smithi143 (mon.0) 824 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.459381+0000 mon.smithi143 (mon.0) 825 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.460406+0000 mon.smithi143 (mon.0) 826 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.468389+0000 mon.smithi143 (mon.0) 827 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: cluster 2024-02-13T03:51:52.469280+0000 mgr.smithi143.mxhzlj (mgr.14184) 600 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.477761+0000 mon.smithi143 (mon.0) 828 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.492025+0000 mon.smithi143 (mon.0) 829 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: cephadm 2024-02-13T03:51:52.497664+0000 mgr.smithi143.mxhzlj (mgr.14184) 601 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.muwena on smithi196 2024-02-13T03:51:53.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:53 smithi143 bash[16533]: audit 2024-02-13T03:51:52.616647+0000 mgr.smithi143.mxhzlj (mgr.14184) 602 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:53.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: cluster 2024-02-13T03:51:52.167670+0000 mgr.smithi143.mxhzlj (mgr.14184) 597 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:53.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.434192+0000 mon.smithi143 (mon.0) 815 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.435389+0000 mon.smithi143 (mon.0) 816 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.436463+0000 mon.smithi143 (mon.0) 817 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.437509+0000 mon.smithi143 (mon.0) 818 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: cephadm 2024-02-13T03:51:52.438333+0000 mgr.smithi143.mxhzlj (mgr.14184) 598 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3017M 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.443767+0000 mon.smithi143 (mon.0) 819 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.445288+0000 mon.smithi143 (mon.0) 820 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.446479+0000 mon.smithi143 (mon.0) 821 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.447609+0000 mon.smithi143 (mon.0) 822 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.448696+0000 mon.smithi143 (mon.0) 823 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: cephadm 2024-02-13T03:51:52.449576+0000 mgr.smithi143.mxhzlj (mgr.14184) 599 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3529M 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.458056+0000 mon.smithi143 (mon.0) 824 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.459381+0000 mon.smithi143 (mon.0) 825 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.460406+0000 mon.smithi143 (mon.0) 826 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.468389+0000 mon.smithi143 (mon.0) 827 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: cluster 2024-02-13T03:51:52.469280+0000 mgr.smithi143.mxhzlj (mgr.14184) 600 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:51:53.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.477761+0000 mon.smithi143 (mon.0) 828 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:51:53.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.492025+0000 mon.smithi143 (mon.0) 829 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:51:53.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: cephadm 2024-02-13T03:51:52.497664+0000 mgr.smithi143.mxhzlj (mgr.14184) 601 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.muwena on smithi196 2024-02-13T03:51:53.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:53 smithi196 bash[19959]: audit 2024-02-13T03:51:52.616647+0000 mgr.smithi143.mxhzlj (mgr.14184) 602 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:54.238 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:54.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:54 smithi143 bash[16533]: cluster 2024-02-13T03:51:53.465762+0000 mon.smithi143 (mon.0) 830 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:51:54.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:54 smithi143 bash[16533]: cluster 2024-02-13T03:51:53.465827+0000 mon.smithi143 (mon.0) 831 : cluster [INF] Cluster is now healthy 2024-02-13T03:51:54.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:54 smithi196 bash[19959]: cluster 2024-02-13T03:51:53.465762+0000 mon.smithi143 (mon.0) 830 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:51:54.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:54 smithi196 bash[19959]: cluster 2024-02-13T03:51:53.465827+0000 mon.smithi143 (mon.0) 831 : cluster [INF] Cluster is now healthy 2024-02-13T03:51:55.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:55 smithi143 bash[16533]: cluster 2024-02-13T03:51:54.470906+0000 mgr.smithi143.mxhzlj (mgr.14184) 603 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:51:55.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:55 smithi196 bash[19959]: cluster 2024-02-13T03:51:54.470906+0000 mgr.smithi143.mxhzlj (mgr.14184) 603 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:51:57.366 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:51:57.366 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:47.902764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.omrals on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-omrals\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.omrals\nDeploy daemon haproxy.nfs.foo.smithi196.omrals ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.114610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ycjflq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ycjflq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ycjflq\nDeploy daemon haproxy.nfs.foo.smithi143.ycjflq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:52.117012Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bhnvms on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: cluster 2024-02-13T03:51:56.471550+0000 mgr.smithi143.mxhzlj (mgr.14184) 604 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: cephadm 2024-02-13T03:51:56.660803+0000 mgr.smithi143.mxhzlj (mgr.14184) 605 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.muwena ... 2024-02-13T03:51:57.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:57.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.muwena ... 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: cephadm 2024-02-13T03:51:56.661436+0000 mgr.smithi143.mxhzlj (mgr.14184) 606 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.muwena 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: audit 2024-02-13T03:51:56.662117+0000 mon.smithi143 (mon.0) 832 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.muwena"}]: dispatch 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: cephadm 2024-02-13T03:51:56.663870+0000 mgr.smithi143.mxhzlj (mgr.14184) 607 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:57.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:51:57.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:57.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.muwena ... 2024-02-13T03:51:57.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:57.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:51:57.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:51:57.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:51:57.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:57.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:57 smithi143 bash[16533]: cephadm 2024-02-13T03:51:56.668808+0000 mgr.smithi143.mxhzlj (mgr.14184) 608 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.orxsyp on smithi143 2024-02-13T03:51:58.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: cluster 2024-02-13T03:51:56.471550+0000 mgr.smithi143.mxhzlj (mgr.14184) 604 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: cephadm 2024-02-13T03:51:56.660803+0000 mgr.smithi143.mxhzlj (mgr.14184) 605 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.muwena ... 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:51:58.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.muwena ... 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:51:58.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: cephadm 2024-02-13T03:51:56.661436+0000 mgr.smithi143.mxhzlj (mgr.14184) 606 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.muwena 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: audit 2024-02-13T03:51:56.662117+0000 mon.smithi143 (mon.0) 832 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.muwena"}]: dispatch 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: cephadm 2024-02-13T03:51:56.663870+0000 mgr.smithi143.mxhzlj (mgr.14184) 607 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.muwena ... 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:51:58.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:51:58.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:51:58.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:51:58.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:57 smithi196 bash[19959]: cephadm 2024-02-13T03:51:56.668808+0000 mgr.smithi143.mxhzlj (mgr.14184) 608 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.orxsyp on smithi143 2024-02-13T03:51:58.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:58.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:58 smithi143 bash[16533]: audit 2024-02-13T03:51:57.358405+0000 mgr.smithi143.mxhzlj (mgr.14184) 609 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:59.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:58 smithi196 bash[19959]: audit 2024-02-13T03:51:57.358405+0000 mgr.smithi143.mxhzlj (mgr.14184) 609 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:59.051 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:59.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:51:59 smithi143 bash[16533]: cluster 2024-02-13T03:51:58.473148+0000 mgr.smithi143.mxhzlj (mgr.14184) 610 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:52:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:51:59 smithi196 bash[19959]: cluster 2024-02-13T03:51:58.473148+0000 mgr.smithi143.mxhzlj (mgr.14184) 610 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: cephadm 2024-02-13T03:52:00.410390+0000 mgr.smithi143.mxhzlj (mgr.14184) 611 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.orxsyp ... 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:52:01.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.orxsyp ... 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:52:01.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: cephadm 2024-02-13T03:52:00.410902+0000 mgr.smithi143.mxhzlj (mgr.14184) 612 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: audit 2024-02-13T03:52:00.411445+0000 mon.smithi143 (mon.0) 833 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.orxsyp"}]: dispatch 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: cephadm 2024-02-13T03:52:00.412727+0000 mgr.smithi143.mxhzlj (mgr.14184) 613 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.orxsyp ... 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:52:01.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:52:01.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:52:01.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: cephadm 2024-02-13T03:52:00.417138+0000 mgr.smithi143.mxhzlj (mgr.14184) 614 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:52:01.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: cephadm 2024-02-13T03:52:00.419004+0000 mgr.smithi143.mxhzlj (mgr.14184) 615 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:52:01.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:01 smithi143 bash[16533]: cluster 2024-02-13T03:52:00.420061+0000 mgr.smithi143.mxhzlj (mgr.14184) 616 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:52:01.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: cephadm 2024-02-13T03:52:00.410390+0000 mgr.smithi143.mxhzlj (mgr.14184) 611 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.orxsyp ... 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:52:01.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.orxsyp ... 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: cephadm 2024-02-13T03:52:00.410902+0000 mgr.smithi143.mxhzlj (mgr.14184) 612 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: audit 2024-02-13T03:52:00.411445+0000 mon.smithi143 (mon.0) 833 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.orxsyp"}]: dispatch 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: cephadm 2024-02-13T03:52:00.412727+0000 mgr.smithi143.mxhzlj (mgr.14184) 613 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.orxsyp ... 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:52:01.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: cephadm 2024-02-13T03:52:00.417138+0000 mgr.smithi143.mxhzlj (mgr.14184) 614 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:52:01.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: cephadm 2024-02-13T03:52:00.419004+0000 mgr.smithi143.mxhzlj (mgr.14184) 615 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:52:01.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:01 smithi196 bash[19959]: cluster 2024-02-13T03:52:00.420061+0000 mgr.smithi143.mxhzlj (mgr.14184) 616 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:52:02.279 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:02.279 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:02.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:02 smithi143 bash[16533]: cluster 2024-02-13T03:52:01.344684+0000 mon.smithi143 (mon.0) 834 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:52:02.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:02 smithi196 bash[19959]: cluster 2024-02-13T03:52:01.344684+0000 mon.smithi143 (mon.0) 834 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:52:02.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:03.923 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:03 smithi196 bash[19959]: audit 2024-02-13T03:52:02.271210+0000 mgr.smithi143.mxhzlj (mgr.14184) 617 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:03 smithi196 bash[19959]: cluster 2024-02-13T03:52:02.421060+0000 mgr.smithi143.mxhzlj (mgr.14184) 618 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:52:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:03 smithi196 bash[19959]: audit 2024-02-13T03:52:02.957428+0000 mon.smithi143 (mon.0) 835 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:52:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:03 smithi143 bash[16533]: audit 2024-02-13T03:52:02.271210+0000 mgr.smithi143.mxhzlj (mgr.14184) 617 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:03 smithi143 bash[16533]: cluster 2024-02-13T03:52:02.421060+0000 mgr.smithi143.mxhzlj (mgr.14184) 618 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:52:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:03 smithi143 bash[16533]: audit 2024-02-13T03:52:02.957428+0000 mon.smithi143 (mon.0) 835 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:52:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:05 smithi196 bash[19959]: cluster 2024-02-13T03:52:04.422919+0000 mgr.smithi143.mxhzlj (mgr.14184) 619 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:06.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:05 smithi143 bash[16533]: cluster 2024-02-13T03:52:04.422919+0000 mgr.smithi143.mxhzlj (mgr.14184) 619 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:07.165 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:07.165 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:07.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:08.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:07 smithi143 bash[16533]: cluster 2024-02-13T03:52:06.424143+0000 mgr.smithi143.mxhzlj (mgr.14184) 620 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:08.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:07 smithi143 bash[16533]: audit 2024-02-13T03:52:07.161191+0000 mgr.smithi143.mxhzlj (mgr.14184) 621 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:07 smithi196 bash[19959]: cluster 2024-02-13T03:52:06.424143+0000 mgr.smithi143.mxhzlj (mgr.14184) 620 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:07 smithi196 bash[19959]: audit 2024-02-13T03:52:07.161191+0000 mgr.smithi143.mxhzlj (mgr.14184) 621 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:08.745 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:10.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:09 smithi143 bash[16533]: cluster 2024-02-13T03:52:08.426029+0000 mgr.smithi143.mxhzlj (mgr.14184) 622 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-13T03:52:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:09 smithi196 bash[19959]: cluster 2024-02-13T03:52:08.426029+0000 mgr.smithi143.mxhzlj (mgr.14184) 622 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-13T03:52:11.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:11 smithi143 bash[16533]: cluster 2024-02-13T03:52:10.427190+0000 mgr.smithi143.mxhzlj (mgr.14184) 623 : 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 2024-02-13T03:52:11.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:11 smithi196 bash[19959]: cluster 2024-02-13T03:52:10.427190+0000 mgr.smithi143.mxhzlj (mgr.14184) 623 : 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 2024-02-13T03:52:11.881 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:11.881 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:12.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:12.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:12 smithi143 bash[16533]: audit 2024-02-13T03:52:11.871513+0000 mgr.smithi143.mxhzlj (mgr.14184) 624 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:12.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:12 smithi196 bash[19959]: audit 2024-02-13T03:52:11.871513+0000 mgr.smithi143.mxhzlj (mgr.14184) 624 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:13.545 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:13.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:13 smithi143 bash[16533]: cluster 2024-02-13T03:52:12.428500+0000 mgr.smithi143.mxhzlj (mgr.14184) 625 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:13.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:13 smithi196 bash[19959]: cluster 2024-02-13T03:52:12.428500+0000 mgr.smithi143.mxhzlj (mgr.14184) 625 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:15.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:15 smithi196 bash[19959]: cluster 2024-02-13T03:52:14.430230+0000 mgr.smithi143.mxhzlj (mgr.14184) 626 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:15.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:15 smithi143 bash[16533]: cluster 2024-02-13T03:52:14.430230+0000 mgr.smithi143.mxhzlj (mgr.14184) 626 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:16.785 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:16.785 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:17.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:17.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:17 smithi143 bash[16533]: cluster 2024-02-13T03:52:16.431520+0000 mgr.smithi143.mxhzlj (mgr.14184) 627 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:17.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:17 smithi143 bash[16533]: audit 2024-02-13T03:52:16.774329+0000 mgr.smithi143.mxhzlj (mgr.14184) 628 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:17.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:17 smithi196 bash[19959]: cluster 2024-02-13T03:52:16.431520+0000 mgr.smithi143.mxhzlj (mgr.14184) 627 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:17.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:17 smithi196 bash[19959]: audit 2024-02-13T03:52:16.774329+0000 mgr.smithi143.mxhzlj (mgr.14184) 628 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:18.391 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:19.736 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:19 smithi143 bash[16533]: cluster 2024-02-13T03:52:18.432812+0000 mgr.smithi143.mxhzlj (mgr.14184) 629 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:19.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:19 smithi196 bash[19959]: cluster 2024-02-13T03:52:18.432812+0000 mgr.smithi143.mxhzlj (mgr.14184) 629 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:21.503 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:21.503 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:21 smithi143 bash[16533]: cluster 2024-02-13T03:52:20.434521+0000 mgr.smithi143.mxhzlj (mgr.14184) 630 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:21 smithi196 bash[19959]: cluster 2024-02-13T03:52:20.434521+0000 mgr.smithi143.mxhzlj (mgr.14184) 630 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:22.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:22.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:22 smithi143 bash[16533]: audit 2024-02-13T03:52:21.493890+0000 mgr.smithi143.mxhzlj (mgr.14184) 631 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:22.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:22 smithi196 bash[19959]: audit 2024-02-13T03:52:21.493890+0000 mgr.smithi143.mxhzlj (mgr.14184) 631 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:23.096 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:23.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:23 smithi143 bash[16533]: cluster 2024-02-13T03:52:22.436147+0000 mgr.smithi143.mxhzlj (mgr.14184) 632 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:23.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:23 smithi196 bash[19959]: cluster 2024-02-13T03:52:22.436147+0000 mgr.smithi143.mxhzlj (mgr.14184) 632 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:25 smithi196 bash[19959]: cluster 2024-02-13T03:52:24.438149+0000 mgr.smithi143.mxhzlj (mgr.14184) 633 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:25.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:25 smithi143 bash[16533]: cluster 2024-02-13T03:52:24.438149+0000 mgr.smithi143.mxhzlj (mgr.14184) 633 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:26.412 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:26.413 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:27.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:27.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:27 smithi196 bash[19959]: audit 2024-02-13T03:52:26.409299+0000 mgr.smithi143.mxhzlj (mgr.14184) 634 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:27.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:27 smithi196 bash[19959]: cluster 2024-02-13T03:52:26.439328+0000 mgr.smithi143.mxhzlj (mgr.14184) 635 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:27.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:27 smithi143 bash[16533]: audit 2024-02-13T03:52:26.409299+0000 mgr.smithi143.mxhzlj (mgr.14184) 634 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:27.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:27 smithi143 bash[16533]: cluster 2024-02-13T03:52:26.439328+0000 mgr.smithi143.mxhzlj (mgr.14184) 635 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:28.047 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:29.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:29 smithi143 bash[16533]: cluster 2024-02-13T03:52:28.441176+0000 mgr.smithi143.mxhzlj (mgr.14184) 636 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:29.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:29 smithi196 bash[19959]: cluster 2024-02-13T03:52:28.441176+0000 mgr.smithi143.mxhzlj (mgr.14184) 636 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:31.124 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:31.124 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:31.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:31 smithi143 bash[16533]: cluster 2024-02-13T03:52:30.442139+0000 mgr.smithi143.mxhzlj (mgr.14184) 637 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:31.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:31 smithi143 bash[16533]: audit 2024-02-13T03:52:31.114709+0000 mgr.smithi143.mxhzlj (mgr.14184) 638 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:31.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:31 smithi196 bash[19959]: cluster 2024-02-13T03:52:30.442139+0000 mgr.smithi143.mxhzlj (mgr.14184) 637 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:31.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:31 smithi196 bash[19959]: audit 2024-02-13T03:52:31.114709+0000 mgr.smithi143.mxhzlj (mgr.14184) 638 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:31.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:32.764 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:33.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:33 smithi196 bash[19959]: cluster 2024-02-13T03:52:32.443667+0000 mgr.smithi143.mxhzlj (mgr.14184) 639 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:33.858 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:33 smithi143 bash[16533]: cluster 2024-02-13T03:52:32.443667+0000 mgr.smithi143.mxhzlj (mgr.14184) 639 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:35.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:35 smithi196 bash[19959]: cluster 2024-02-13T03:52:34.445603+0000 mgr.smithi143.mxhzlj (mgr.14184) 640 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:35.904 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:35.904 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:35.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:35 smithi143 bash[16533]: cluster 2024-02-13T03:52:34.445603+0000 mgr.smithi143.mxhzlj (mgr.14184) 640 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:36.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:36.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:36 smithi143 bash[16533]: audit 2024-02-13T03:52:35.895389+0000 mgr.smithi143.mxhzlj (mgr.14184) 641 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:37.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:36 smithi196 bash[19959]: audit 2024-02-13T03:52:35.895389+0000 mgr.smithi143.mxhzlj (mgr.14184) 641 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:37.550 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:37.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:37 smithi143 bash[16533]: cluster 2024-02-13T03:52:36.446474+0000 mgr.smithi143.mxhzlj (mgr.14184) 642 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:38.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:37 smithi196 bash[19959]: cluster 2024-02-13T03:52:36.446474+0000 mgr.smithi143.mxhzlj (mgr.14184) 642 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:39.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:39 smithi143 bash[16533]: cluster 2024-02-13T03:52:38.448232+0000 mgr.smithi143.mxhzlj (mgr.14184) 643 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:40.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:39 smithi196 bash[19959]: cluster 2024-02-13T03:52:38.448232+0000 mgr.smithi143.mxhzlj (mgr.14184) 643 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:40.711 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:40.711 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:41.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:41 smithi143 bash[16533]: cluster 2024-02-13T03:52:40.449852+0000 mgr.smithi143.mxhzlj (mgr.14184) 644 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:41 smithi143 bash[16533]: audit 2024-02-13T03:52:40.703390+0000 mgr.smithi143.mxhzlj (mgr.14184) 645 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:41 smithi196 bash[19959]: cluster 2024-02-13T03:52:40.449852+0000 mgr.smithi143.mxhzlj (mgr.14184) 644 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:41 smithi196 bash[19959]: audit 2024-02-13T03:52:40.703390+0000 mgr.smithi143.mxhzlj (mgr.14184) 645 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:42.336 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:43.725 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:43 smithi143 bash[16533]: cluster 2024-02-13T03:52:42.451491+0000 mgr.smithi143.mxhzlj (mgr.14184) 646 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:43.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:43 smithi196 bash[19959]: cluster 2024-02-13T03:52:42.451491+0000 mgr.smithi143.mxhzlj (mgr.14184) 646 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:45.490 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:45.491 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:45.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:45 smithi143 bash[16533]: cluster 2024-02-13T03:52:44.453513+0000 mgr.smithi143.mxhzlj (mgr.14184) 647 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:46.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:45 smithi196 bash[19959]: cluster 2024-02-13T03:52:44.453513+0000 mgr.smithi143.mxhzlj (mgr.14184) 647 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:46.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:46.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:46 smithi143 bash[16533]: audit 2024-02-13T03:52:45.487399+0000 mgr.smithi143.mxhzlj (mgr.14184) 648 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:47.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:46 smithi196 bash[19959]: audit 2024-02-13T03:52:45.487399+0000 mgr.smithi143.mxhzlj (mgr.14184) 648 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:47.111 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:47.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:47 smithi143 bash[16533]: cluster 2024-02-13T03:52:46.454776+0000 mgr.smithi143.mxhzlj (mgr.14184) 649 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:48.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:47 smithi196 bash[19959]: cluster 2024-02-13T03:52:46.454776+0000 mgr.smithi143.mxhzlj (mgr.14184) 649 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:49.868 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:49 smithi143 bash[16533]: cluster 2024-02-13T03:52:48.455984+0000 mgr.smithi143.mxhzlj (mgr.14184) 650 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:50.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:49 smithi196 bash[19959]: cluster 2024-02-13T03:52:48.455984+0000 mgr.smithi143.mxhzlj (mgr.14184) 650 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:50.311 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:50.311 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:50.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:51.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:51 smithi143 bash[16533]: audit 2024-02-13T03:52:50.305686+0000 mgr.smithi143.mxhzlj (mgr.14184) 651 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:51.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:51 smithi143 bash[16533]: cluster 2024-02-13T03:52:50.457621+0000 mgr.smithi143.mxhzlj (mgr.14184) 652 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:51.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:51 smithi196 bash[19959]: audit 2024-02-13T03:52:50.305686+0000 mgr.smithi143.mxhzlj (mgr.14184) 651 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:51.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:51 smithi196 bash[19959]: cluster 2024-02-13T03:52:50.457621+0000 mgr.smithi143.mxhzlj (mgr.14184) 652 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:51.984 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:53.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:53 smithi143 bash[16533]: cluster 2024-02-13T03:52:52.459282+0000 mgr.smithi143.mxhzlj (mgr.14184) 653 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:54.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:53 smithi196 bash[19959]: cluster 2024-02-13T03:52:52.459282+0000 mgr.smithi143.mxhzlj (mgr.14184) 653 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:55.272 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:52:55.272 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:55.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:55 smithi143 bash[16533]: cluster 2024-02-13T03:52:54.461229+0000 mgr.smithi143.mxhzlj (mgr.14184) 654 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:55.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:56.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:55 smithi196 bash[19959]: cluster 2024-02-13T03:52:54.461229+0000 mgr.smithi143.mxhzlj (mgr.14184) 654 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:56.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:56 smithi143 bash[16533]: audit 2024-02-13T03:52:55.263306+0000 mgr.smithi143.mxhzlj (mgr.14184) 655 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:56.931 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:57.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:56 smithi196 bash[19959]: audit 2024-02-13T03:52:55.263306+0000 mgr.smithi143.mxhzlj (mgr.14184) 655 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:57.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:57 smithi143 bash[16533]: cluster 2024-02-13T03:52:56.462450+0000 mgr.smithi143.mxhzlj (mgr.14184) 656 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:58.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:57 smithi196 bash[19959]: cluster 2024-02-13T03:52:56.462450+0000 mgr.smithi143.mxhzlj (mgr.14184) 656 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:59.796 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:52:59 smithi143 bash[16533]: cluster 2024-02-13T03:52:58.464295+0000 mgr.smithi143.mxhzlj (mgr.14184) 657 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:52:59 smithi196 bash[19959]: cluster 2024-02-13T03:52:58.464295+0000 mgr.smithi143.mxhzlj (mgr.14184) 657 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:00.148 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:00.149 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:50:52.118663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ttpzhs on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:00.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:00.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:00 smithi143 bash[16533]: audit 2024-02-13T03:53:00.138397+0000 mgr.smithi143.mxhzlj (mgr.14184) 658 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:00.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:00 smithi143 bash[16533]: audit 2024-02-13T03:53:00.422969+0000 mon.smithi143 (mon.0) 836 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:53:01.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:00 smithi196 bash[19959]: audit 2024-02-13T03:53:00.138397+0000 mgr.smithi143.mxhzlj (mgr.14184) 658 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:01.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:00 smithi196 bash[19959]: audit 2024-02-13T03:53:00.422969+0000 mon.smithi143 (mon.0) 836 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:53:01.780 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:01.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: cluster 2024-02-13T03:53:00.465915+0000 mgr.smithi143.mxhzlj (mgr.14184) 659 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:01.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: audit 2024-02-13T03:53:00.754531+0000 mon.smithi143 (mon.0) 837 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:53:01.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: audit 2024-02-13T03:53:00.756461+0000 mon.smithi143 (mon.0) 838 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:53:01.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: audit 2024-02-13T03:53:00.766247+0000 mon.smithi143 (mon.0) 839 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:01.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: cluster 2024-02-13T03:53:00.767062+0000 mgr.smithi143.mxhzlj (mgr.14184) 660 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:01.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: audit 2024-02-13T03:53:00.772253+0000 mon.smithi143 (mon.0) 840 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:53:01.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: audit 2024-02-13T03:53:00.788172+0000 mon.smithi143 (mon.0) 841 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:01.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: cephadm 2024-02-13T03:53:00.793229+0000 mgr.smithi143.mxhzlj (mgr.14184) 661 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.sqgjeh on smithi196 2024-02-13T03:53:01.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: cluster 2024-02-13T03:53:01.363046+0000 mon.smithi143 (mon.0) 842 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:53:01.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:01 smithi143 bash[16533]: cluster 2024-02-13T03:53:01.363111+0000 mon.smithi143 (mon.0) 843 : cluster [INF] Cluster is now healthy 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: cluster 2024-02-13T03:53:00.465915+0000 mgr.smithi143.mxhzlj (mgr.14184) 659 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: audit 2024-02-13T03:53:00.754531+0000 mon.smithi143 (mon.0) 837 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: audit 2024-02-13T03:53:00.756461+0000 mon.smithi143 (mon.0) 838 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: audit 2024-02-13T03:53:00.766247+0000 mon.smithi143 (mon.0) 839 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: cluster 2024-02-13T03:53:00.767062+0000 mgr.smithi143.mxhzlj (mgr.14184) 660 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: audit 2024-02-13T03:53:00.772253+0000 mon.smithi143 (mon.0) 840 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: audit 2024-02-13T03:53:00.788172+0000 mon.smithi143 (mon.0) 841 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: cephadm 2024-02-13T03:53:00.793229+0000 mgr.smithi143.mxhzlj (mgr.14184) 661 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.sqgjeh on smithi196 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: cluster 2024-02-13T03:53:01.363046+0000 mon.smithi143 (mon.0) 842 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:53:02.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:01 smithi196 bash[19959]: cluster 2024-02-13T03:53:01.363111+0000 mon.smithi143 (mon.0) 843 : cluster [INF] Cluster is now healthy 2024-02-13T03:53:04.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:03 smithi143 bash[16533]: cluster 2024-02-13T03:53:02.768425+0000 mgr.smithi143.mxhzlj (mgr.14184) 662 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:03 smithi196 bash[19959]: cluster 2024-02-13T03:53:02.768425+0000 mgr.smithi143.mxhzlj (mgr.14184) 662 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:04.976 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:04.977 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:51:56.663606Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.muwena on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-muwena\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.muwena\nDeploy daemon haproxy.nfs.foo.smithi196.muwena ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.412517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.orxsyp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-orxsyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.orxsyp\nDeploy daemon haproxy.nfs.foo.smithi143.orxsyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:52:00.417027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.paoqqy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:05.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:04 smithi196 bash[19959]: audit 2024-02-13T03:53:04.789435+0000 mon.smithi143 (mon.0) 844 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.sqgjeh"}]: dispatch 2024-02-13T03:53:05.042 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:04 smithi143 bash[16533]: audit 2024-02-13T03:53:04.789435+0000 mon.smithi143 (mon.0) 844 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.sqgjeh"}]: dispatch 2024-02-13T03:53:05.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: cluster 2024-02-13T03:53:04.769353+0000 mgr.smithi143.mxhzlj (mgr.14184) 663 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: cephadm 2024-02-13T03:53:04.788447+0000 mgr.smithi143.mxhzlj (mgr.14184) 664 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.sqgjeh ... 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:05.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.sqgjeh ... 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: cephadm 2024-02-13T03:53:04.788913+0000 mgr.smithi143.mxhzlj (mgr.14184) 665 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: cephadm 2024-02-13T03:53:04.790883+0000 mgr.smithi143.mxhzlj (mgr.14184) 666 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.sqgjeh ... 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:05.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:05.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:05.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:05.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:05.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: cephadm 2024-02-13T03:53:04.795405+0000 mgr.smithi143.mxhzlj (mgr.14184) 667 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rqnkmr on smithi143 2024-02-13T03:53:05.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:05 smithi143 bash[16533]: audit 2024-02-13T03:53:04.969607+0000 mgr.smithi143.mxhzlj (mgr.14184) 668 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: cluster 2024-02-13T03:53:04.769353+0000 mgr.smithi143.mxhzlj (mgr.14184) 663 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:06.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: cephadm 2024-02-13T03:53:04.788447+0000 mgr.smithi143.mxhzlj (mgr.14184) 664 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:06.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:06.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:06.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:06.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:06.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:06.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.sqgjeh ... 2024-02-13T03:53:06.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:53:06.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:53:06.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:06.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:06.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:06.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:06.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:06.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:06.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.sqgjeh ... 2024-02-13T03:53:06.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:06.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:06.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:06.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:06.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:06.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: cephadm 2024-02-13T03:53:04.788913+0000 mgr.smithi143.mxhzlj (mgr.14184) 665 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:06.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: cephadm 2024-02-13T03:53:04.790883+0000 mgr.smithi143.mxhzlj (mgr.14184) 666 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:06.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:06.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh 2024-02-13T03:53:06.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:06.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:06.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh 2024-02-13T03:53:06.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.sqgjeh ... 2024-02-13T03:53:06.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:06.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:06.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:06.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:06.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:06.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: cephadm 2024-02-13T03:53:04.795405+0000 mgr.smithi143.mxhzlj (mgr.14184) 667 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rqnkmr on smithi143 2024-02-13T03:53:06.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:05 smithi196 bash[19959]: audit 2024-02-13T03:53:04.969607+0000 mgr.smithi143.mxhzlj (mgr.14184) 668 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:06.659 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:08.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:07 smithi143 bash[16533]: cluster 2024-02-13T03:53:06.770283+0000 mgr.smithi143.mxhzlj (mgr.14184) 669 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:08.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:07 smithi143 bash[16533]: audit 2024-02-13T03:53:06.791116+0000 mon.smithi143 (mon.0) 845 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:07 smithi196 bash[19959]: cluster 2024-02-13T03:53:06.770283+0000 mgr.smithi143.mxhzlj (mgr.14184) 669 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:07 smithi196 bash[19959]: audit 2024-02-13T03:53:06.791116+0000 mon.smithi143 (mon.0) 845 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: cluster 2024-02-13T03:53:08.771967+0000 mgr.smithi143.mxhzlj (mgr.14184) 670 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: cephadm 2024-02-13T03:53:08.853025+0000 mgr.smithi143.mxhzlj (mgr.14184) 671 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.rqnkmr ... 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.rqnkmr ... 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: cephadm 2024-02-13T03:53:08.853515+0000 mgr.smithi143.mxhzlj (mgr.14184) 672 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: audit 2024-02-13T03:53:08.854254+0000 mon.smithi143 (mon.0) 846 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rqnkmr"}]: dispatch 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: cephadm 2024-02-13T03:53:08.855369+0000 mgr.smithi143.mxhzlj (mgr.14184) 673 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.rqnkmr ... 2024-02-13T03:53:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: cephadm 2024-02-13T03:53:08.857170+0000 mgr.smithi143.mxhzlj (mgr.14184) 674 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:53:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: cephadm 2024-02-13T03:53:08.858699+0000 mgr.smithi143.mxhzlj (mgr.14184) 675 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:53:10.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:09 smithi143 bash[16533]: cluster 2024-02-13T03:53:08.859751+0000 mgr.smithi143.mxhzlj (mgr.14184) 676 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-02-13T03:53:10.214 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:10.215 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: cluster 2024-02-13T03:53:08.771967+0000 mgr.smithi143.mxhzlj (mgr.14184) 670 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: cephadm 2024-02-13T03:53:08.853025+0000 mgr.smithi143.mxhzlj (mgr.14184) 671 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.rqnkmr ... 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.rqnkmr ... 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:10.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: cephadm 2024-02-13T03:53:08.853515+0000 mgr.smithi143.mxhzlj (mgr.14184) 672 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: audit 2024-02-13T03:53:08.854254+0000 mon.smithi143 (mon.0) 846 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rqnkmr"}]: dispatch 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: cephadm 2024-02-13T03:53:08.855369+0000 mgr.smithi143.mxhzlj (mgr.14184) 673 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.rqnkmr ... 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:10.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: cephadm 2024-02-13T03:53:08.857170+0000 mgr.smithi143.mxhzlj (mgr.14184) 674 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:53:10.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: cephadm 2024-02-13T03:53:08.858699+0000 mgr.smithi143.mxhzlj (mgr.14184) 675 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:53:10.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:09 smithi196 bash[19959]: cluster 2024-02-13T03:53:08.859751+0000 mgr.smithi143.mxhzlj (mgr.14184) 676 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-02-13T03:53:10.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:10 smithi143 bash[16533]: cluster 2024-02-13T03:53:09.793132+0000 mon.smithi143 (mon.0) 847 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:53:10.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:11.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:10 smithi196 bash[19959]: cluster 2024-02-13T03:53:09.793132+0000 mon.smithi143 (mon.0) 847 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:53:11.991 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:12.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:11 smithi143 bash[16533]: audit 2024-02-13T03:53:10.208119+0000 mgr.smithi143.mxhzlj (mgr.14184) 677 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:12.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:11 smithi143 bash[16533]: cluster 2024-02-13T03:53:10.861147+0000 mgr.smithi143.mxhzlj (mgr.14184) 678 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:12.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:11 smithi196 bash[19959]: audit 2024-02-13T03:53:10.208119+0000 mgr.smithi143.mxhzlj (mgr.14184) 677 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:12.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:11 smithi196 bash[19959]: cluster 2024-02-13T03:53:10.861147+0000 mgr.smithi143.mxhzlj (mgr.14184) 678 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:14.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:14 smithi143 bash[16533]: cluster 2024-02-13T03:53:12.862844+0000 mgr.smithi143.mxhzlj (mgr.14184) 679 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:14.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:14 smithi143 bash[16533]: audit 2024-02-13T03:53:13.020992+0000 mon.smithi143 (mon.0) 848 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:14.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:14 smithi196 bash[19959]: cluster 2024-02-13T03:53:12.862844+0000 mgr.smithi143.mxhzlj (mgr.14184) 679 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:14.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:14 smithi196 bash[19959]: audit 2024-02-13T03:53:13.020992+0000 mon.smithi143 (mon.0) 848 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:15.210 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:15.210 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:15.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:16.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:16 smithi143 bash[16533]: cluster 2024-02-13T03:53:14.864841+0000 mgr.smithi143.mxhzlj (mgr.14184) 680 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:16.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:16 smithi196 bash[19959]: cluster 2024-02-13T03:53:14.864841+0000 mgr.smithi143.mxhzlj (mgr.14184) 680 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:16.813 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:17.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:17 smithi143 bash[16533]: audit 2024-02-13T03:53:15.205540+0000 mgr.smithi143.mxhzlj (mgr.14184) 681 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:17.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:17 smithi196 bash[19959]: audit 2024-02-13T03:53:15.205540+0000 mgr.smithi143.mxhzlj (mgr.14184) 681 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:18.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:18 smithi143 bash[16533]: cluster 2024-02-13T03:53:16.866255+0000 mgr.smithi143.mxhzlj (mgr.14184) 682 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:18 smithi196 bash[19959]: cluster 2024-02-13T03:53:16.866255+0000 mgr.smithi143.mxhzlj (mgr.14184) 682 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:19.930 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:19.931 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:20.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:20 smithi143 bash[16533]: cluster 2024-02-13T03:53:18.868240+0000 mgr.smithi143.mxhzlj (mgr.14184) 683 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:20.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:20 smithi196 bash[19959]: cluster 2024-02-13T03:53:18.868240+0000 mgr.smithi143.mxhzlj (mgr.14184) 683 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T03:53:20.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:21.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:21 smithi143 bash[16533]: audit 2024-02-13T03:53:19.919728+0000 mgr.smithi143.mxhzlj (mgr.14184) 684 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:21.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:21 smithi196 bash[19959]: audit 2024-02-13T03:53:19.919728+0000 mgr.smithi143.mxhzlj (mgr.14184) 684 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:21.680 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:22.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:22 smithi143 bash[16533]: cluster 2024-02-13T03:53:20.869686+0000 mgr.smithi143.mxhzlj (mgr.14184) 685 : 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 2024-02-13T03:53:22.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:22 smithi143 bash[16533]: audit 2024-02-13T03:53:21.790877+0000 mon.smithi143 (mon.0) 849 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:22.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:22 smithi196 bash[19959]: cluster 2024-02-13T03:53:20.869686+0000 mgr.smithi143.mxhzlj (mgr.14184) 685 : 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 2024-02-13T03:53:22.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:22 smithi196 bash[19959]: audit 2024-02-13T03:53:21.790877+0000 mon.smithi143 (mon.0) 849 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:53:24.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:24 smithi143 bash[16533]: cluster 2024-02-13T03:53:22.871904+0000 mgr.smithi143.mxhzlj (mgr.14184) 686 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:24.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:24 smithi196 bash[19959]: cluster 2024-02-13T03:53:22.871904+0000 mgr.smithi143.mxhzlj (mgr.14184) 686 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:24.808 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:24.808 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:25.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:26.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:26 smithi143 bash[16533]: audit 2024-02-13T03:53:24.796589+0000 mgr.smithi143.mxhzlj (mgr.14184) 687 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:26.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:26 smithi143 bash[16533]: cluster 2024-02-13T03:53:24.874028+0000 mgr.smithi143.mxhzlj (mgr.14184) 688 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:26.426 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:26.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:26 smithi196 bash[19959]: audit 2024-02-13T03:53:24.796589+0000 mgr.smithi143.mxhzlj (mgr.14184) 687 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:26.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:26 smithi196 bash[19959]: cluster 2024-02-13T03:53:24.874028+0000 mgr.smithi143.mxhzlj (mgr.14184) 688 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:28.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:28 smithi143 bash[16533]: cluster 2024-02-13T03:53:26.875261+0000 mgr.smithi143.mxhzlj (mgr.14184) 689 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:28.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:28 smithi196 bash[19959]: cluster 2024-02-13T03:53:26.875261+0000 mgr.smithi143.mxhzlj (mgr.14184) 689 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:29.696 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:29.696 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:30.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:30.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:30 smithi143 bash[16533]: cluster 2024-02-13T03:53:28.877251+0000 mgr.smithi143.mxhzlj (mgr.14184) 690 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:30.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:30 smithi196 bash[19959]: cluster 2024-02-13T03:53:28.877251+0000 mgr.smithi143.mxhzlj (mgr.14184) 690 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:31.282 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:31.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:31 smithi143 bash[16533]: audit 2024-02-13T03:53:29.685328+0000 mgr.smithi143.mxhzlj (mgr.14184) 691 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:31.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:31 smithi196 bash[19959]: audit 2024-02-13T03:53:29.685328+0000 mgr.smithi143.mxhzlj (mgr.14184) 691 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:32.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:32 smithi143 bash[16533]: cluster 2024-02-13T03:53:30.878685+0000 mgr.smithi143.mxhzlj (mgr.14184) 692 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:32.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:32 smithi196 bash[19959]: cluster 2024-02-13T03:53:30.878685+0000 mgr.smithi143.mxhzlj (mgr.14184) 692 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:34.349 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:34.349 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:34.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:34 smithi143 bash[16533]: cluster 2024-02-13T03:53:32.880494+0000 mgr.smithi143.mxhzlj (mgr.14184) 693 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:34.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:34 smithi196 bash[19959]: cluster 2024-02-13T03:53:32.880494+0000 mgr.smithi143.mxhzlj (mgr.14184) 693 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:34.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:35.943 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:36.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:36 smithi143 bash[16533]: audit 2024-02-13T03:53:34.345646+0000 mgr.smithi143.mxhzlj (mgr.14184) 694 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:36.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:36 smithi143 bash[16533]: cluster 2024-02-13T03:53:34.882372+0000 mgr.smithi143.mxhzlj (mgr.14184) 695 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:36.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:36 smithi196 bash[19959]: audit 2024-02-13T03:53:34.345646+0000 mgr.smithi143.mxhzlj (mgr.14184) 694 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:36.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:36 smithi196 bash[19959]: cluster 2024-02-13T03:53:34.882372+0000 mgr.smithi143.mxhzlj (mgr.14184) 695 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:38 smithi143 bash[16533]: cluster 2024-02-13T03:53:36.883589+0000 mgr.smithi143.mxhzlj (mgr.14184) 696 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:38.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:38 smithi196 bash[19959]: cluster 2024-02-13T03:53:36.883589+0000 mgr.smithi143.mxhzlj (mgr.14184) 696 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:39.142 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:39.142 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:39.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:40.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:40 smithi143 bash[16533]: cluster 2024-02-13T03:53:38.884903+0000 mgr.smithi143.mxhzlj (mgr.14184) 697 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:40.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:40 smithi143 bash[16533]: audit 2024-02-13T03:53:39.136440+0000 mgr.smithi143.mxhzlj (mgr.14184) 698 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:40.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:40 smithi196 bash[19959]: cluster 2024-02-13T03:53:38.884903+0000 mgr.smithi143.mxhzlj (mgr.14184) 697 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:40.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:40 smithi196 bash[19959]: audit 2024-02-13T03:53:39.136440+0000 mgr.smithi143.mxhzlj (mgr.14184) 698 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:40.750 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:41 smithi143 bash[16533]: cluster 2024-02-13T03:53:40.886463+0000 mgr.smithi143.mxhzlj (mgr.14184) 699 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:41.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:41 smithi196 bash[19959]: cluster 2024-02-13T03:53:40.886463+0000 mgr.smithi143.mxhzlj (mgr.14184) 699 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:43.870 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:43.870 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:43 smithi196 bash[19959]: cluster 2024-02-13T03:53:42.888248+0000 mgr.smithi143.mxhzlj (mgr.14184) 700 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:44.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:43 smithi143 bash[16533]: cluster 2024-02-13T03:53:42.888248+0000 mgr.smithi143.mxhzlj (mgr.14184) 700 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:44.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:44 smithi196 bash[19959]: audit 2024-02-13T03:53:43.859142+0000 mgr.smithi143.mxhzlj (mgr.14184) 701 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:45.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:44 smithi143 bash[16533]: audit 2024-02-13T03:53:43.859142+0000 mgr.smithi143.mxhzlj (mgr.14184) 701 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:45.469 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:45 smithi196 bash[19959]: cluster 2024-02-13T03:53:44.890073+0000 mgr.smithi143.mxhzlj (mgr.14184) 702 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:46.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:45 smithi143 bash[16533]: cluster 2024-02-13T03:53:44.890073+0000 mgr.smithi143.mxhzlj (mgr.14184) 702 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:47 smithi196 bash[19959]: cluster 2024-02-13T03:53:46.891449+0000 mgr.smithi143.mxhzlj (mgr.14184) 703 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:48.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:47 smithi143 bash[16533]: cluster 2024-02-13T03:53:46.891449+0000 mgr.smithi143.mxhzlj (mgr.14184) 703 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:48.543 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:48.543 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:49.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:50.183 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:49 smithi196 bash[19959]: audit 2024-02-13T03:53:48.532569+0000 mgr.smithi143.mxhzlj (mgr.14184) 704 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:50.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:49 smithi196 bash[19959]: cluster 2024-02-13T03:53:48.893504+0000 mgr.smithi143.mxhzlj (mgr.14184) 705 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:50.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:49 smithi143 bash[16533]: audit 2024-02-13T03:53:48.532569+0000 mgr.smithi143.mxhzlj (mgr.14184) 704 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:50.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:49 smithi143 bash[16533]: cluster 2024-02-13T03:53:48.893504+0000 mgr.smithi143.mxhzlj (mgr.14184) 705 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:51.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:51 smithi143 bash[16533]: cluster 2024-02-13T03:53:50.894953+0000 mgr.smithi143.mxhzlj (mgr.14184) 706 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:51.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:51 smithi196 bash[19959]: cluster 2024-02-13T03:53:50.894953+0000 mgr.smithi143.mxhzlj (mgr.14184) 706 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:53.611 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:53.611 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:54.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:53 smithi196 bash[19959]: cluster 2024-02-13T03:53:52.896758+0000 mgr.smithi143.mxhzlj (mgr.14184) 707 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:54.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:53 smithi143 bash[16533]: cluster 2024-02-13T03:53:52.896758+0000 mgr.smithi143.mxhzlj (mgr.14184) 707 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:54.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:54 smithi196 bash[19959]: audit 2024-02-13T03:53:53.603891+0000 mgr.smithi143.mxhzlj (mgr.14184) 708 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:55.273 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:55.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:54 smithi143 bash[16533]: audit 2024-02-13T03:53:53.603891+0000 mgr.smithi143.mxhzlj (mgr.14184) 708 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:56.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:55 smithi196 bash[19959]: cluster 2024-02-13T03:53:54.898630+0000 mgr.smithi143.mxhzlj (mgr.14184) 709 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:56.321 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:55 smithi143 bash[16533]: cluster 2024-02-13T03:53:54.898630+0000 mgr.smithi143.mxhzlj (mgr.14184) 709 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:58.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:57 smithi196 bash[19959]: cluster 2024-02-13T03:53:56.899810+0000 mgr.smithi143.mxhzlj (mgr.14184) 710 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:58.361 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:53:58.361 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:58.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:57 smithi143 bash[16533]: cluster 2024-02-13T03:53:56.899810+0000 mgr.smithi143.mxhzlj (mgr.14184) 710 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:58.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:59.941 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:59 smithi196 bash[19959]: audit 2024-02-13T03:53:58.352192+0000 mgr.smithi143.mxhzlj (mgr.14184) 711 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:00.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:53:59 smithi196 bash[19959]: cluster 2024-02-13T03:53:58.901867+0000 mgr.smithi143.mxhzlj (mgr.14184) 712 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:00.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:59 smithi143 bash[16533]: audit 2024-02-13T03:53:58.352192+0000 mgr.smithi143.mxhzlj (mgr.14184) 711 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:00.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:53:59 smithi143 bash[16533]: cluster 2024-02-13T03:53:58.901867+0000 mgr.smithi143.mxhzlj (mgr.14184) 712 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:01.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:01 smithi143 bash[16533]: cluster 2024-02-13T03:54:00.903450+0000 mgr.smithi143.mxhzlj (mgr.14184) 713 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:01.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:01 smithi196 bash[19959]: cluster 2024-02-13T03:54:00.903450+0000 mgr.smithi143.mxhzlj (mgr.14184) 713 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:02.982 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:02.982 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:03.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:03 smithi196 bash[19959]: cluster 2024-02-13T03:54:02.905028+0000 mgr.smithi143.mxhzlj (mgr.14184) 714 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:03 smithi196 bash[19959]: audit 2024-02-13T03:54:02.971373+0000 mgr.smithi143.mxhzlj (mgr.14184) 715 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:03 smithi143 bash[16533]: cluster 2024-02-13T03:54:02.905028+0000 mgr.smithi143.mxhzlj (mgr.14184) 714 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:03 smithi143 bash[16533]: audit 2024-02-13T03:54:02.971373+0000 mgr.smithi143.mxhzlj (mgr.14184) 715 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:04.585 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:05 smithi196 bash[19959]: cluster 2024-02-13T03:54:04.906834+0000 mgr.smithi143.mxhzlj (mgr.14184) 716 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:06.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:05 smithi143 bash[16533]: cluster 2024-02-13T03:54:04.906834+0000 mgr.smithi143.mxhzlj (mgr.14184) 716 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:07.731 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:07.731 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:08.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:07 smithi143 bash[16533]: cluster 2024-02-13T03:54:06.908011+0000 mgr.smithi143.mxhzlj (mgr.14184) 717 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:07 smithi196 bash[19959]: cluster 2024-02-13T03:54:06.908011+0000 mgr.smithi143.mxhzlj (mgr.14184) 717 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:08.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:09.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:08 smithi196 bash[19959]: audit 2024-02-13T03:54:07.723495+0000 mgr.smithi143.mxhzlj (mgr.14184) 718 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:08 smithi196 bash[19959]: audit 2024-02-13T03:54:08.862208+0000 mon.smithi143 (mon.0) 850 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:54:09.323 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:09.336 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:08 smithi143 bash[16533]: audit 2024-02-13T03:54:07.723495+0000 mgr.smithi143.mxhzlj (mgr.14184) 718 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:09.336 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:08 smithi143 bash[16533]: audit 2024-02-13T03:54:08.862208+0000 mon.smithi143 (mon.0) 850 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:54:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:09 smithi196 bash[19959]: cluster 2024-02-13T03:54:08.909422+0000 mgr.smithi143.mxhzlj (mgr.14184) 719 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:09 smithi196 bash[19959]: audit 2024-02-13T03:54:09.175110+0000 mon.smithi143 (mon.0) 851 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:54:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:09 smithi196 bash[19959]: audit 2024-02-13T03:54:09.176683+0000 mon.smithi143 (mon.0) 852 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:54:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:09 smithi196 bash[19959]: audit 2024-02-13T03:54:09.186656+0000 mon.smithi143 (mon.0) 853 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:54:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:09 smithi196 bash[19959]: cluster 2024-02-13T03:54:09.188212+0000 mgr.smithi143.mxhzlj (mgr.14184) 720 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:54:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:09 smithi196 bash[19959]: audit 2024-02-13T03:54:09.194659+0000 mon.smithi143 (mon.0) 854 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:54:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:09 smithi196 bash[19959]: audit 2024-02-13T03:54:09.216796+0000 mon.smithi143 (mon.0) 855 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:54:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:09 smithi143 bash[16533]: cluster 2024-02-13T03:54:08.909422+0000 mgr.smithi143.mxhzlj (mgr.14184) 719 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:09 smithi143 bash[16533]: audit 2024-02-13T03:54:09.175110+0000 mon.smithi143 (mon.0) 851 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:54:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:09 smithi143 bash[16533]: audit 2024-02-13T03:54:09.176683+0000 mon.smithi143 (mon.0) 852 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:54:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:09 smithi143 bash[16533]: audit 2024-02-13T03:54:09.186656+0000 mon.smithi143 (mon.0) 853 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:54:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:09 smithi143 bash[16533]: cluster 2024-02-13T03:54:09.188212+0000 mgr.smithi143.mxhzlj (mgr.14184) 720 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:54:10.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:09 smithi143 bash[16533]: audit 2024-02-13T03:54:09.194659+0000 mon.smithi143 (mon.0) 854 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:54:10.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:09 smithi143 bash[16533]: audit 2024-02-13T03:54:09.216796+0000 mon.smithi143 (mon.0) 855 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:54:11.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:10 smithi196 bash[19959]: cephadm 2024-02-13T03:54:09.223130+0000 mgr.smithi143.mxhzlj (mgr.14184) 721 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.iheghf on smithi196 2024-02-13T03:54:11.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:10 smithi196 bash[19959]: cluster 2024-02-13T03:54:10.183437+0000 mon.smithi143 (mon.0) 856 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:54:11.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:10 smithi196 bash[19959]: cluster 2024-02-13T03:54:10.183491+0000 mon.smithi143 (mon.0) 857 : cluster [INF] Cluster is now healthy 2024-02-13T03:54:11.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:10 smithi143 bash[16533]: cephadm 2024-02-13T03:54:09.223130+0000 mgr.smithi143.mxhzlj (mgr.14184) 721 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.iheghf on smithi196 2024-02-13T03:54:11.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:10 smithi143 bash[16533]: cluster 2024-02-13T03:54:10.183437+0000 mon.smithi143 (mon.0) 856 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:54:11.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:10 smithi143 bash[16533]: cluster 2024-02-13T03:54:10.183491+0000 mon.smithi143 (mon.0) 857 : cluster [INF] Cluster is now healthy 2024-02-13T03:54:12.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:12 smithi196 bash[19959]: cluster 2024-02-13T03:54:11.189195+0000 mgr.smithi143.mxhzlj (mgr.14184) 722 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:54:12.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:12 smithi143 bash[16533]: cluster 2024-02-13T03:54:11.189195+0000 mgr.smithi143.mxhzlj (mgr.14184) 722 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:54:12.527 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:12.528 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:52:00.418888Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.oojtre on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:04.790626Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.sqgjeh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-sqgjeh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.sqgjeh\nDeploy daemon haproxy.nfs.foo.smithi196.sqgjeh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.855245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rqnkmr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rqnkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rqnkmr\nDeploy daemon haproxy.nfs.foo.smithi143.rqnkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:53:08.857071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.dikfmw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:13.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:13 smithi143 bash[16533]: audit 2024-02-13T03:54:12.516985+0000 mgr.smithi143.mxhzlj (mgr.14184) 723 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:13 smithi143 bash[16533]: cluster 2024-02-13T03:54:13.190903+0000 mgr.smithi143.mxhzlj (mgr.14184) 724 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:54:13.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:13 smithi196 bash[19959]: audit 2024-02-13T03:54:12.516985+0000 mgr.smithi143.mxhzlj (mgr.14184) 723 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:13.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:13 smithi196 bash[19959]: cluster 2024-02-13T03:54:13.190903+0000 mgr.smithi143.mxhzlj (mgr.14184) 724 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:54:14.151 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: cephadm 2024-02-13T03:54:13.344012+0000 mgr.smithi143.mxhzlj (mgr.14184) 725 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.iheghf ... 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:14.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.iheghf ... 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: cephadm 2024-02-13T03:54:13.344503+0000 mgr.smithi143.mxhzlj (mgr.14184) 726 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: audit 2024-02-13T03:54:13.345309+0000 mon.smithi143 (mon.0) 858 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.iheghf"}]: dispatch 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: cephadm 2024-02-13T03:54:13.346796+0000 mgr.smithi143.mxhzlj (mgr.14184) 727 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.iheghf ... 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:14.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:14.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:14.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:14 smithi143 bash[16533]: cephadm 2024-02-13T03:54:13.351436+0000 mgr.smithi143.mxhzlj (mgr.14184) 728 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.teusix on smithi143 2024-02-13T03:54:14.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: cephadm 2024-02-13T03:54:13.344012+0000 mgr.smithi143.mxhzlj (mgr.14184) 725 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.iheghf ... 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:14.608 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.iheghf ... 2024-02-13T03:54:14.609 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: cephadm 2024-02-13T03:54:13.344503+0000 mgr.smithi143.mxhzlj (mgr.14184) 726 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: audit 2024-02-13T03:54:13.345309+0000 mon.smithi143 (mon.0) 858 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.iheghf"}]: dispatch 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: cephadm 2024-02-13T03:54:13.346796+0000 mgr.smithi143.mxhzlj (mgr.14184) 727 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.iheghf ... 2024-02-13T03:54:14.610 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.611 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:14.611 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:14.611 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:14.611 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:14.611 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:14 smithi196 bash[19959]: cephadm 2024-02-13T03:54:13.351436+0000 mgr.smithi143.mxhzlj (mgr.14184) 728 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.teusix on smithi143 2024-02-13T03:54:15.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:15 smithi143 bash[16533]: cluster 2024-02-13T03:54:15.192334+0000 mgr.smithi143.mxhzlj (mgr.14184) 729 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:54:15.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:15 smithi196 bash[19959]: cluster 2024-02-13T03:54:15.192334+0000 mgr.smithi143.mxhzlj (mgr.14184) 729 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:54:17.339 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:17.339 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:17.390 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:17 smithi143 bash[16533]: audit 2024-02-13T03:54:17.135285+0000 mon.smithi143 (mon.0) 859 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.teusix"}]: dispatch 2024-02-13T03:54:17.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:17 smithi196 bash[19959]: audit 2024-02-13T03:54:17.135285+0000 mon.smithi143 (mon.0) 859 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.teusix"}]: dispatch 2024-02-13T03:54:18.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: cephadm 2024-02-13T03:54:17.131427+0000 mgr.smithi143.mxhzlj (mgr.14184) 730 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.teusix ... 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:18.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.teusix ... 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: cephadm 2024-02-13T03:54:17.131810+0000 mgr.smithi143.mxhzlj (mgr.14184) 731 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: cephadm 2024-02-13T03:54:17.136157+0000 mgr.smithi143.mxhzlj (mgr.14184) 732 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.teusix ... 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:18.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:18.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:18.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: cephadm 2024-02-13T03:54:17.138870+0000 mgr.smithi143.mxhzlj (mgr.14184) 733 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:54:18.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: cephadm 2024-02-13T03:54:17.141224+0000 mgr.smithi143.mxhzlj (mgr.14184) 734 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:54:18.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: cluster 2024-02-13T03:54:17.142837+0000 mgr.smithi143.mxhzlj (mgr.14184) 735 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-13T03:54:18.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: cluster 2024-02-13T03:54:17.194250+0000 mon.smithi143 (mon.0) 860 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:54:18.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:18 smithi143 bash[16533]: audit 2024-02-13T03:54:18.078607+0000 mon.smithi143 (mon.0) 861 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:54:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: cephadm 2024-02-13T03:54:17.131427+0000 mgr.smithi143.mxhzlj (mgr.14184) 730 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:18.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.teusix ... 2024-02-13T03:54:18.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:18.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:18.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.teusix ... 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: cephadm 2024-02-13T03:54:17.131810+0000 mgr.smithi143.mxhzlj (mgr.14184) 731 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: cephadm 2024-02-13T03:54:17.136157+0000 mgr.smithi143.mxhzlj (mgr.14184) 732 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.teusix ... 2024-02-13T03:54:18.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: cephadm 2024-02-13T03:54:17.138870+0000 mgr.smithi143.mxhzlj (mgr.14184) 733 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: cephadm 2024-02-13T03:54:17.141224+0000 mgr.smithi143.mxhzlj (mgr.14184) 734 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: cluster 2024-02-13T03:54:17.142837+0000 mgr.smithi143.mxhzlj (mgr.14184) 735 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: cluster 2024-02-13T03:54:17.194250+0000 mon.smithi143 (mon.0) 860 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:54:18.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:18 smithi196 bash[19959]: audit 2024-02-13T03:54:18.078607+0000 mon.smithi143 (mon.0) 861 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:54:19.017 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:19.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:19 smithi143 bash[16533]: audit 2024-02-13T03:54:17.329467+0000 mgr.smithi143.mxhzlj (mgr.14184) 736 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:19.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:19 smithi196 bash[19959]: audit 2024-02-13T03:54:17.329467+0000 mgr.smithi143.mxhzlj (mgr.14184) 736 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:20.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:20 smithi143 bash[16533]: cluster 2024-02-13T03:54:19.144635+0000 mgr.smithi143.mxhzlj (mgr.14184) 737 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:54:20.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:20 smithi196 bash[19959]: cluster 2024-02-13T03:54:19.144635+0000 mgr.smithi143.mxhzlj (mgr.14184) 737 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:54:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:21 smithi143 bash[16533]: cluster 2024-02-13T03:54:21.145885+0000 mgr.smithi143.mxhzlj (mgr.14184) 738 : 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 2024-02-13T03:54:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:21 smithi196 bash[19959]: cluster 2024-02-13T03:54:21.145885+0000 mgr.smithi143.mxhzlj (mgr.14184) 738 : 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 2024-02-13T03:54:22.204 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:22.204 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:22.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:22 smithi143 bash[16533]: audit 2024-02-13T03:54:22.193281+0000 mgr.smithi143.mxhzlj (mgr.14184) 739 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:22.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:22 smithi196 bash[19959]: audit 2024-02-13T03:54:22.193281+0000 mgr.smithi143.mxhzlj (mgr.14184) 739 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:22.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:23.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:23 smithi143 bash[16533]: cluster 2024-02-13T03:54:23.147705+0000 mgr.smithi143.mxhzlj (mgr.14184) 740 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:23.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:23 smithi196 bash[19959]: cluster 2024-02-13T03:54:23.147705+0000 mgr.smithi143.mxhzlj (mgr.14184) 740 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:23.893 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:25.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:25 smithi196 bash[19959]: cluster 2024-02-13T03:54:25.149114+0000 mgr.smithi143.mxhzlj (mgr.14184) 741 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:25.671 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:25 smithi143 bash[16533]: cluster 2024-02-13T03:54:25.149114+0000 mgr.smithi143.mxhzlj (mgr.14184) 741 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:26.975 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:26.975 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:27.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:27 smithi143 bash[16533]: audit 2024-02-13T03:54:26.964345+0000 mgr.smithi143.mxhzlj (mgr.14184) 742 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:27.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:27 smithi143 bash[16533]: cluster 2024-02-13T03:54:27.150786+0000 mgr.smithi143.mxhzlj (mgr.14184) 743 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-13T03:54:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:27 smithi196 bash[19959]: audit 2024-02-13T03:54:26.964345+0000 mgr.smithi143.mxhzlj (mgr.14184) 742 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:27.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:27 smithi196 bash[19959]: cluster 2024-02-13T03:54:27.150786+0000 mgr.smithi143.mxhzlj (mgr.14184) 743 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-13T03:54:27.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:28.602 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:29.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:29 smithi196 bash[19959]: cluster 2024-02-13T03:54:29.152791+0000 mgr.smithi143.mxhzlj (mgr.14184) 744 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:29.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:29 smithi143 bash[16533]: cluster 2024-02-13T03:54:29.152791+0000 mgr.smithi143.mxhzlj (mgr.14184) 744 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:31.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:31 smithi143 bash[16533]: cluster 2024-02-13T03:54:31.154082+0000 mgr.smithi143.mxhzlj (mgr.14184) 745 : 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 2024-02-13T03:54:31.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:31 smithi196 bash[19959]: cluster 2024-02-13T03:54:31.154082+0000 mgr.smithi143.mxhzlj (mgr.14184) 745 : 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 2024-02-13T03:54:31.881 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:31.881 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:32.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:32.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:32 smithi143 bash[16533]: audit 2024-02-13T03:54:31.869790+0000 mgr.smithi143.mxhzlj (mgr.14184) 746 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:32.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:32 smithi196 bash[19959]: audit 2024-02-13T03:54:31.869790+0000 mgr.smithi143.mxhzlj (mgr.14184) 746 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:33.520 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:33.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:33 smithi143 bash[16533]: cluster 2024-02-13T03:54:33.155883+0000 mgr.smithi143.mxhzlj (mgr.14184) 747 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:33.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:33 smithi196 bash[19959]: cluster 2024-02-13T03:54:33.155883+0000 mgr.smithi143.mxhzlj (mgr.14184) 747 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:35.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:35 smithi196 bash[19959]: cluster 2024-02-13T03:54:35.157546+0000 mgr.smithi143.mxhzlj (mgr.14184) 748 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:35.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:35 smithi143 bash[16533]: cluster 2024-02-13T03:54:35.157546+0000 mgr.smithi143.mxhzlj (mgr.14184) 748 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:36.658 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:36.658 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:37.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:37.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:37 smithi196 bash[19959]: audit 2024-02-13T03:54:36.648939+0000 mgr.smithi143.mxhzlj (mgr.14184) 749 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:37.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:37 smithi196 bash[19959]: cluster 2024-02-13T03:54:37.159224+0000 mgr.smithi143.mxhzlj (mgr.14184) 750 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:37.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:37 smithi143 bash[16533]: audit 2024-02-13T03:54:36.648939+0000 mgr.smithi143.mxhzlj (mgr.14184) 749 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:37.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:37 smithi143 bash[16533]: cluster 2024-02-13T03:54:37.159224+0000 mgr.smithi143.mxhzlj (mgr.14184) 750 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:38.284 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:39 smithi196 bash[19959]: cluster 2024-02-13T03:54:39.161154+0000 mgr.smithi143.mxhzlj (mgr.14184) 751 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:39.628 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:39 smithi143 bash[16533]: cluster 2024-02-13T03:54:39.161154+0000 mgr.smithi143.mxhzlj (mgr.14184) 751 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:41.371 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:41.371 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:41 smithi143 bash[16533]: cluster 2024-02-13T03:54:41.161860+0000 mgr.smithi143.mxhzlj (mgr.14184) 752 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:41.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:41 smithi196 bash[19959]: cluster 2024-02-13T03:54:41.161860+0000 mgr.smithi143.mxhzlj (mgr.14184) 752 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:41.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:42.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:42 smithi143 bash[16533]: audit 2024-02-13T03:54:41.367344+0000 mgr.smithi143.mxhzlj (mgr.14184) 753 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:42.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:42 smithi196 bash[19959]: audit 2024-02-13T03:54:41.367344+0000 mgr.smithi143.mxhzlj (mgr.14184) 753 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:42.991 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:43.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:43 smithi196 bash[19959]: cluster 2024-02-13T03:54:43.163530+0000 mgr.smithi143.mxhzlj (mgr.14184) 754 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:43.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:43 smithi143 bash[16533]: cluster 2024-02-13T03:54:43.163530+0000 mgr.smithi143.mxhzlj (mgr.14184) 754 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:45.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:45 smithi196 bash[19959]: cluster 2024-02-13T03:54:45.165161+0000 mgr.smithi143.mxhzlj (mgr.14184) 755 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:45.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:45 smithi143 bash[16533]: cluster 2024-02-13T03:54:45.165161+0000 mgr.smithi143.mxhzlj (mgr.14184) 755 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:46.381 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:46.381 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:46.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:47.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:47 smithi196 bash[19959]: audit 2024-02-13T03:54:46.373546+0000 mgr.smithi143.mxhzlj (mgr.14184) 756 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:47.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:47 smithi196 bash[19959]: cluster 2024-02-13T03:54:47.166843+0000 mgr.smithi143.mxhzlj (mgr.14184) 757 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:47.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:47 smithi143 bash[16533]: audit 2024-02-13T03:54:46.373546+0000 mgr.smithi143.mxhzlj (mgr.14184) 756 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:47.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:47 smithi143 bash[16533]: cluster 2024-02-13T03:54:47.166843+0000 mgr.smithi143.mxhzlj (mgr.14184) 757 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:47.985 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:49.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:49 smithi143 bash[16533]: cluster 2024-02-13T03:54:49.168462+0000 mgr.smithi143.mxhzlj (mgr.14184) 758 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:49.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:49 smithi196 bash[19959]: cluster 2024-02-13T03:54:49.168462+0000 mgr.smithi143.mxhzlj (mgr.14184) 758 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:51.082 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:51.082 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:51.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:51.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:51 smithi143 bash[16533]: audit 2024-02-13T03:54:51.071185+0000 mgr.smithi143.mxhzlj (mgr.14184) 759 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:51.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:51 smithi143 bash[16533]: cluster 2024-02-13T03:54:51.169683+0000 mgr.smithi143.mxhzlj (mgr.14184) 760 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:51.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:51 smithi196 bash[19959]: audit 2024-02-13T03:54:51.071185+0000 mgr.smithi143.mxhzlj (mgr.14184) 759 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:51.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:51 smithi196 bash[19959]: cluster 2024-02-13T03:54:51.169683+0000 mgr.smithi143.mxhzlj (mgr.14184) 760 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:52.653 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:53.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:53 smithi196 bash[19959]: cluster 2024-02-13T03:54:53.171495+0000 mgr.smithi143.mxhzlj (mgr.14184) 761 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:53.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:53 smithi143 bash[16533]: cluster 2024-02-13T03:54:53.171495+0000 mgr.smithi143.mxhzlj (mgr.14184) 761 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:55.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:55 smithi196 bash[19959]: cluster 2024-02-13T03:54:55.172984+0000 mgr.smithi143.mxhzlj (mgr.14184) 762 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:55.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:55 smithi143 bash[16533]: cluster 2024-02-13T03:54:55.172984+0000 mgr.smithi143.mxhzlj (mgr.14184) 762 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:55.803 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:54:55.803 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:56.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:56.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:56 smithi143 bash[16533]: audit 2024-02-13T03:54:55.800209+0000 mgr.smithi143.mxhzlj (mgr.14184) 763 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:56.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:56 smithi196 bash[19959]: audit 2024-02-13T03:54:55.800209+0000 mgr.smithi143.mxhzlj (mgr.14184) 763 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:57.419 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:57.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:57 smithi196 bash[19959]: cluster 2024-02-13T03:54:57.174624+0000 mgr.smithi143.mxhzlj (mgr.14184) 764 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:57.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:57 smithi143 bash[16533]: cluster 2024-02-13T03:54:57.174624+0000 mgr.smithi143.mxhzlj (mgr.14184) 764 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:59.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:54:59 smithi196 bash[19959]: cluster 2024-02-13T03:54:59.176549+0000 mgr.smithi143.mxhzlj (mgr.14184) 765 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:59.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:54:59 smithi143 bash[16533]: cluster 2024-02-13T03:54:59.176549+0000 mgr.smithi143.mxhzlj (mgr.14184) 765 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:00.510 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:00.510 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:01.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:01.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:01 smithi143 bash[16533]: audit 2024-02-13T03:55:00.506861+0000 mgr.smithi143.mxhzlj (mgr.14184) 766 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:01.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:01 smithi143 bash[16533]: cluster 2024-02-13T03:55:01.177846+0000 mgr.smithi143.mxhzlj (mgr.14184) 767 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:01.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:01 smithi196 bash[19959]: audit 2024-02-13T03:55:00.506861+0000 mgr.smithi143.mxhzlj (mgr.14184) 766 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:01.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:01 smithi196 bash[19959]: cluster 2024-02-13T03:55:01.177846+0000 mgr.smithi143.mxhzlj (mgr.14184) 767 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:02.163 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:03 smithi143 bash[16533]: cluster 2024-02-13T03:55:03.179673+0000 mgr.smithi143.mxhzlj (mgr.14184) 768 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:03 smithi196 bash[19959]: cluster 2024-02-13T03:55:03.179673+0000 mgr.smithi143.mxhzlj (mgr.14184) 768 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:05.122 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:05.122 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:05.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:05 smithi196 bash[19959]: audit 2024-02-13T03:55:05.113752+0000 mgr.smithi143.mxhzlj (mgr.14184) 769 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:05.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:05 smithi196 bash[19959]: cluster 2024-02-13T03:55:05.181242+0000 mgr.smithi143.mxhzlj (mgr.14184) 770 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:05.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:05 smithi143 bash[16533]: audit 2024-02-13T03:55:05.113752+0000 mgr.smithi143.mxhzlj (mgr.14184) 769 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:05.712 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:05 smithi143 bash[16533]: cluster 2024-02-13T03:55:05.181242+0000 mgr.smithi143.mxhzlj (mgr.14184) 770 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:05.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:06.758 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:07.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:07 smithi143 bash[16533]: cluster 2024-02-13T03:55:07.182954+0000 mgr.smithi143.mxhzlj (mgr.14184) 771 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:55:07.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:07 smithi196 bash[19959]: cluster 2024-02-13T03:55:07.182954+0000 mgr.smithi143.mxhzlj (mgr.14184) 771 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:55:09.532 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:09 smithi143 bash[16533]: cluster 2024-02-13T03:55:09.184081+0000 mgr.smithi143.mxhzlj (mgr.14184) 772 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:09.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:09 smithi196 bash[19959]: cluster 2024-02-13T03:55:09.184081+0000 mgr.smithi143.mxhzlj (mgr.14184) 772 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:09.891 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:09.892 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:10.531 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:10 smithi143 bash[16533]: audit 2024-02-13T03:55:09.881134+0000 mgr.smithi143.mxhzlj (mgr.14184) 773 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:10.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:10.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:10 smithi196 bash[19959]: audit 2024-02-13T03:55:09.881134+0000 mgr.smithi143.mxhzlj (mgr.14184) 773 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:11.533 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:11 smithi196 bash[19959]: cluster 2024-02-13T03:55:11.185226+0000 mgr.smithi143.mxhzlj (mgr.14184) 774 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:11.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:11 smithi143 bash[16533]: cluster 2024-02-13T03:55:11.185226+0000 mgr.smithi143.mxhzlj (mgr.14184) 774 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:13.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:13 smithi143 bash[16533]: cluster 2024-02-13T03:55:13.187038+0000 mgr.smithi143.mxhzlj (mgr.14184) 775 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:13.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:13 smithi196 bash[19959]: cluster 2024-02-13T03:55:13.187038+0000 mgr.smithi143.mxhzlj (mgr.14184) 775 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:14.770 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:14.771 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:15.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:15.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:15 smithi143 bash[16533]: audit 2024-02-13T03:55:14.759685+0000 mgr.smithi143.mxhzlj (mgr.14184) 776 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:15.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:15 smithi143 bash[16533]: cluster 2024-02-13T03:55:15.188666+0000 mgr.smithi143.mxhzlj (mgr.14184) 777 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:15.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:15 smithi196 bash[19959]: audit 2024-02-13T03:55:14.759685+0000 mgr.smithi143.mxhzlj (mgr.14184) 776 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:15.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:15 smithi196 bash[19959]: cluster 2024-02-13T03:55:15.188666+0000 mgr.smithi143.mxhzlj (mgr.14184) 777 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:16.318 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:17.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:17 smithi143 bash[16533]: audit 2024-02-13T03:55:17.145267+0000 mon.smithi143 (mon.0) 862 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:55:17.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:17 smithi196 bash[19959]: audit 2024-02-13T03:55:17.145267+0000 mon.smithi143 (mon.0) 862 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:55:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:18 smithi196 bash[19959]: cluster 2024-02-13T03:55:17.190280+0000 mgr.smithi143.mxhzlj (mgr.14184) 778 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:55:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:18 smithi196 bash[19959]: audit 2024-02-13T03:55:17.450272+0000 mon.smithi143 (mon.0) 863 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:55:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:18 smithi196 bash[19959]: audit 2024-02-13T03:55:17.451794+0000 mon.smithi143 (mon.0) 864 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:55:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:18 smithi196 bash[19959]: audit 2024-02-13T03:55:17.460330+0000 mon.smithi143 (mon.0) 865 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:18 smithi196 bash[19959]: audit 2024-02-13T03:55:17.465557+0000 mon.smithi143 (mon.0) 866 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:55:18.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:18 smithi196 bash[19959]: audit 2024-02-13T03:55:17.480744+0000 mon.smithi143 (mon.0) 867 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:18 smithi143 bash[16533]: cluster 2024-02-13T03:55:17.190280+0000 mgr.smithi143.mxhzlj (mgr.14184) 778 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:55:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:18 smithi143 bash[16533]: audit 2024-02-13T03:55:17.450272+0000 mon.smithi143 (mon.0) 863 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:55:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:18 smithi143 bash[16533]: audit 2024-02-13T03:55:17.451794+0000 mon.smithi143 (mon.0) 864 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:55:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:18 smithi143 bash[16533]: audit 2024-02-13T03:55:17.460330+0000 mon.smithi143 (mon.0) 865 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:18 smithi143 bash[16533]: audit 2024-02-13T03:55:17.465557+0000 mon.smithi143 (mon.0) 866 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:55:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:18 smithi143 bash[16533]: audit 2024-02-13T03:55:17.480744+0000 mon.smithi143 (mon.0) 867 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:19.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:19 smithi196 bash[19959]: cluster 2024-02-13T03:55:17.461081+0000 mgr.smithi143.mxhzlj (mgr.14184) 779 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:55:19.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:19 smithi196 bash[19959]: cephadm 2024-02-13T03:55:17.488905+0000 mgr.smithi143.mxhzlj (mgr.14184) 780 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.anpbzx on smithi196 2024-02-13T03:55:19.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:19 smithi196 bash[19959]: cluster 2024-02-13T03:55:18.456985+0000 mon.smithi143 (mon.0) 868 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:55:19.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:19 smithi196 bash[19959]: cluster 2024-02-13T03:55:18.457064+0000 mon.smithi143 (mon.0) 869 : cluster [INF] Cluster is now healthy 2024-02-13T03:55:19.661 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:19.661 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:53:08.858602Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.bfzkcg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:19.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:19 smithi143 bash[16533]: cluster 2024-02-13T03:55:17.461081+0000 mgr.smithi143.mxhzlj (mgr.14184) 779 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:55:19.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:19 smithi143 bash[16533]: cephadm 2024-02-13T03:55:17.488905+0000 mgr.smithi143.mxhzlj (mgr.14184) 780 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.anpbzx on smithi196 2024-02-13T03:55:19.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:19 smithi143 bash[16533]: cluster 2024-02-13T03:55:18.456985+0000 mon.smithi143 (mon.0) 868 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:55:19.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:19 smithi143 bash[16533]: cluster 2024-02-13T03:55:18.457064+0000 mon.smithi143 (mon.0) 869 : cluster [INF] Cluster is now healthy 2024-02-13T03:55:20.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:21.319 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:21.452 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:21 smithi196 bash[19959]: cluster 2024-02-13T03:55:19.462538+0000 mgr.smithi143.mxhzlj (mgr.14184) 781 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:55:21.452 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:21 smithi196 bash[19959]: audit 2024-02-13T03:55:19.657610+0000 mgr.smithi143.mxhzlj (mgr.14184) 782 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:21.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:21 smithi143 bash[16533]: cluster 2024-02-13T03:55:19.462538+0000 mgr.smithi143.mxhzlj (mgr.14184) 781 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:55:21.520 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:21 smithi143 bash[16533]: audit 2024-02-13T03:55:19.657610+0000 mgr.smithi143.mxhzlj (mgr.14184) 782 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:22.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: cluster 2024-02-13T03:55:21.463479+0000 mgr.smithi143.mxhzlj (mgr.14184) 783 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:55:22.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: cephadm 2024-02-13T03:55:21.522166+0000 mgr.smithi143.mxhzlj (mgr.14184) 784 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:22.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.anpbzx ... 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:55:22.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.anpbzx ... 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: cephadm 2024-02-13T03:55:21.522400+0000 mgr.smithi143.mxhzlj (mgr.14184) 785 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: audit 2024-02-13T03:55:21.522814+0000 mon.smithi143 (mon.0) 870 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.anpbzx"}]: dispatch 2024-02-13T03:55:22.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: cephadm 2024-02-13T03:55:21.523722+0000 mgr.smithi143.mxhzlj (mgr.14184) 786 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.anpbzx ... 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: cephadm 2024-02-13T03:55:21.529250+0000 mgr.smithi143.mxhzlj (mgr.14184) 787 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ntqvjr on smithi143 2024-02-13T03:55:22.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:22 smithi196 bash[19959]: audit 2024-02-13T03:55:21.792589+0000 mon.smithi143 (mon.0) 871 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: cluster 2024-02-13T03:55:21.463479+0000 mgr.smithi143.mxhzlj (mgr.14184) 783 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: cephadm 2024-02-13T03:55:21.522166+0000 mgr.smithi143.mxhzlj (mgr.14184) 784 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.anpbzx ... 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:22.536 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.anpbzx ... 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.537 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: cephadm 2024-02-13T03:55:21.522400+0000 mgr.smithi143.mxhzlj (mgr.14184) 785 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: audit 2024-02-13T03:55:21.522814+0000 mon.smithi143 (mon.0) 870 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.anpbzx"}]: dispatch 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: cephadm 2024-02-13T03:55:21.523722+0000 mgr.smithi143.mxhzlj (mgr.14184) 786 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.anpbzx ... 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:22.538 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:22.539 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:22.539 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:22.539 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: cephadm 2024-02-13T03:55:21.529250+0000 mgr.smithi143.mxhzlj (mgr.14184) 787 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ntqvjr on smithi143 2024-02-13T03:55:22.539 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:22 smithi143 bash[16533]: audit 2024-02-13T03:55:21.792589+0000 mon.smithi143 (mon.0) 871 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:24.505 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:24.506 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:13.346566Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iheghf on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iheghf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iheghf\nDeploy daemon haproxy.nfs.foo.smithi196.iheghf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.136007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.teusix on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-teusix\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.teusix\nDeploy daemon haproxy.nfs.foo.smithi143.teusix ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:54:17.138738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wvonep on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:24.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:24 smithi143 bash[16533]: cluster 2024-02-13T03:55:23.465125+0000 mgr.smithi143.mxhzlj (mgr.14184) 788 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:55:25.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:24 smithi196 bash[19959]: cluster 2024-02-13T03:55:23.465125+0000 mgr.smithi143.mxhzlj (mgr.14184) 788 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:55:25.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:25.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:25 smithi143 bash[16533]: audit 2024-02-13T03:55:24.496156+0000 mgr.smithi143.mxhzlj (mgr.14184) 789 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:25.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:25 smithi143 bash[16533]: audit 2024-02-13T03:55:25.352797+0000 mon.smithi143 (mon.0) 872 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ntqvjr"}]: dispatch 2024-02-13T03:55:26.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:25 smithi196 bash[19959]: audit 2024-02-13T03:55:24.496156+0000 mgr.smithi143.mxhzlj (mgr.14184) 789 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:26.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:25 smithi196 bash[19959]: audit 2024-02-13T03:55:25.352797+0000 mon.smithi143 (mon.0) 872 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ntqvjr"}]: dispatch 2024-02-13T03:55:26.098 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: cephadm 2024-02-13T03:55:25.351556+0000 mgr.smithi143.mxhzlj (mgr.14184) 790 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ntqvjr ... 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:55:26.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ntqvjr ... 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:26.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: cephadm 2024-02-13T03:55:25.352055+0000 mgr.smithi143.mxhzlj (mgr.14184) 791 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: cephadm 2024-02-13T03:55:25.354371+0000 mgr.smithi143.mxhzlj (mgr.14184) 792 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ntqvjr ... 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:26.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: cephadm 2024-02-13T03:55:25.358736+0000 mgr.smithi143.mxhzlj (mgr.14184) 793 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:55:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: cephadm 2024-02-13T03:55:25.362800+0000 mgr.smithi143.mxhzlj (mgr.14184) 794 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:55:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: cluster 2024-02-13T03:55:25.364012+0000 mgr.smithi143.mxhzlj (mgr.14184) 795 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:55:26.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:26 smithi143 bash[16533]: cluster 2024-02-13T03:55:25.522772+0000 mon.smithi143 (mon.0) 873 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:55:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: cephadm 2024-02-13T03:55:25.351556+0000 mgr.smithi143.mxhzlj (mgr.14184) 790 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ntqvjr ... 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:27.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ntqvjr ... 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:27.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: cephadm 2024-02-13T03:55:25.352055+0000 mgr.smithi143.mxhzlj (mgr.14184) 791 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: cephadm 2024-02-13T03:55:25.354371+0000 mgr.smithi143.mxhzlj (mgr.14184) 792 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ntqvjr ... 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: cephadm 2024-02-13T03:55:25.358736+0000 mgr.smithi143.mxhzlj (mgr.14184) 793 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: cephadm 2024-02-13T03:55:25.362800+0000 mgr.smithi143.mxhzlj (mgr.14184) 794 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: cluster 2024-02-13T03:55:25.364012+0000 mgr.smithi143.mxhzlj (mgr.14184) 795 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:55:27.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:26 smithi196 bash[19959]: cluster 2024-02-13T03:55:25.522772+0000 mon.smithi143 (mon.0) 873 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:55:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:29 smithi143 bash[16533]: cluster 2024-02-13T03:55:27.365796+0000 mgr.smithi143.mxhzlj (mgr.14184) 796 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:55:29.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:29 smithi143 bash[16533]: audit 2024-02-13T03:55:28.145118+0000 mon.smithi143 (mon.0) 874 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:29.459 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:29.460 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:29.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:29 smithi196 bash[19959]: cluster 2024-02-13T03:55:27.365796+0000 mgr.smithi143.mxhzlj (mgr.14184) 796 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:55:29.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:29 smithi196 bash[19959]: audit 2024-02-13T03:55:28.145118+0000 mon.smithi143 (mon.0) 874 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:30.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:31.118 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:31.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:31 smithi143 bash[16533]: cluster 2024-02-13T03:55:29.367091+0000 mgr.smithi143.mxhzlj (mgr.14184) 797 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:55:31.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:31 smithi143 bash[16533]: audit 2024-02-13T03:55:29.452534+0000 mgr.smithi143.mxhzlj (mgr.14184) 798 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:31.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:31 smithi196 bash[19959]: cluster 2024-02-13T03:55:29.367091+0000 mgr.smithi143.mxhzlj (mgr.14184) 797 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:55:31.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:31 smithi196 bash[19959]: audit 2024-02-13T03:55:29.452534+0000 mgr.smithi143.mxhzlj (mgr.14184) 798 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:33.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:33 smithi143 bash[16533]: cluster 2024-02-13T03:55:31.368250+0000 mgr.smithi143.mxhzlj (mgr.14184) 799 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:55:33.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:33 smithi196 bash[19959]: cluster 2024-02-13T03:55:31.368250+0000 mgr.smithi143.mxhzlj (mgr.14184) 799 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:55:34.406 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:34.406 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:35.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:35.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:35 smithi143 bash[16533]: cluster 2024-02-13T03:55:33.369268+0000 mgr.smithi143.mxhzlj (mgr.14184) 800 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-13T03:55:35.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:35 smithi196 bash[19959]: cluster 2024-02-13T03:55:33.369268+0000 mgr.smithi143.mxhzlj (mgr.14184) 800 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-13T03:55:36.040 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:36.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:36 smithi143 bash[16533]: audit 2024-02-13T03:55:34.398824+0000 mgr.smithi143.mxhzlj (mgr.14184) 801 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:36.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:36 smithi196 bash[19959]: audit 2024-02-13T03:55:34.398824+0000 mgr.smithi143.mxhzlj (mgr.14184) 801 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:37.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:37 smithi143 bash[16533]: cluster 2024-02-13T03:55:35.371007+0000 mgr.smithi143.mxhzlj (mgr.14184) 802 : cluster [DBG] pgmap v556: 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, 23 op/s 2024-02-13T03:55:37.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:37 smithi143 bash[16533]: audit 2024-02-13T03:55:36.795434+0000 mon.smithi143 (mon.0) 875 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:37.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:37 smithi196 bash[19959]: cluster 2024-02-13T03:55:35.371007+0000 mgr.smithi143.mxhzlj (mgr.14184) 802 : cluster [DBG] pgmap v556: 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, 23 op/s 2024-02-13T03:55:37.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:37 smithi196 bash[19959]: audit 2024-02-13T03:55:36.795434+0000 mon.smithi143 (mon.0) 875 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:55:39.237 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:39.238 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:39.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:39 smithi196 bash[19959]: cluster 2024-02-13T03:55:37.372247+0000 mgr.smithi143.mxhzlj (mgr.14184) 803 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2024-02-13T03:55:39.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:39 smithi143 bash[16533]: cluster 2024-02-13T03:55:37.372247+0000 mgr.smithi143.mxhzlj (mgr.14184) 803 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2024-02-13T03:55:39.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:40.861 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:41.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:41 smithi196 bash[19959]: audit 2024-02-13T03:55:39.234513+0000 mgr.smithi143.mxhzlj (mgr.14184) 804 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:41.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:41 smithi196 bash[19959]: cluster 2024-02-13T03:55:39.374229+0000 mgr.smithi143.mxhzlj (mgr.14184) 805 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T03:55:41.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:41 smithi143 bash[16533]: audit 2024-02-13T03:55:39.234513+0000 mgr.smithi143.mxhzlj (mgr.14184) 804 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:41.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:41 smithi143 bash[16533]: cluster 2024-02-13T03:55:39.374229+0000 mgr.smithi143.mxhzlj (mgr.14184) 805 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T03:55:43.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:43 smithi196 bash[19959]: cluster 2024-02-13T03:55:41.375516+0000 mgr.smithi143.mxhzlj (mgr.14184) 806 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T03:55:43.582 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:43 smithi143 bash[16533]: cluster 2024-02-13T03:55:41.375516+0000 mgr.smithi143.mxhzlj (mgr.14184) 806 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T03:55:44.019 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:44.019 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:44.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:45.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:45 smithi196 bash[19959]: cluster 2024-02-13T03:55:43.377368+0000 mgr.smithi143.mxhzlj (mgr.14184) 807 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T03:55:45.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:45 smithi196 bash[19959]: audit 2024-02-13T03:55:44.011577+0000 mgr.smithi143.mxhzlj (mgr.14184) 808 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:45.639 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:45.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:45 smithi143 bash[16533]: cluster 2024-02-13T03:55:43.377368+0000 mgr.smithi143.mxhzlj (mgr.14184) 807 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T03:55:45.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:45 smithi143 bash[16533]: audit 2024-02-13T03:55:44.011577+0000 mgr.smithi143.mxhzlj (mgr.14184) 808 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:47.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:47 smithi143 bash[16533]: cluster 2024-02-13T03:55:45.379038+0000 mgr.smithi143.mxhzlj (mgr.14184) 809 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2024-02-13T03:55:47.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:47 smithi196 bash[19959]: cluster 2024-02-13T03:55:45.379038+0000 mgr.smithi143.mxhzlj (mgr.14184) 809 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 64 op/s 2024-02-13T03:55:48.809 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:48.809 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:49.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:49.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:49 smithi196 bash[19959]: cluster 2024-02-13T03:55:47.380836+0000 mgr.smithi143.mxhzlj (mgr.14184) 810 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-02-13T03:55:49.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:49 smithi143 bash[16533]: cluster 2024-02-13T03:55:47.380836+0000 mgr.smithi143.mxhzlj (mgr.14184) 810 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-02-13T03:55:50.384 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:50.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:50 smithi196 bash[19959]: audit 2024-02-13T03:55:48.803856+0000 mgr.smithi143.mxhzlj (mgr.14184) 811 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:50.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:50 smithi143 bash[16533]: audit 2024-02-13T03:55:48.803856+0000 mgr.smithi143.mxhzlj (mgr.14184) 811 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:51.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:51 smithi196 bash[19959]: cluster 2024-02-13T03:55:49.383386+0000 mgr.smithi143.mxhzlj (mgr.14184) 812 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 0 B/s wr, 11 op/s 2024-02-13T03:55:51.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:51 smithi143 bash[16533]: cluster 2024-02-13T03:55:49.383386+0000 mgr.smithi143.mxhzlj (mgr.14184) 812 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 0 B/s wr, 11 op/s 2024-02-13T03:55:52.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:52 smithi196 bash[19959]: cluster 2024-02-13T03:55:51.384692+0000 mgr.smithi143.mxhzlj (mgr.14184) 813 : 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 2024-02-13T03:55:52.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:52 smithi143 bash[16533]: cluster 2024-02-13T03:55:51.384692+0000 mgr.smithi143.mxhzlj (mgr.14184) 813 : 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 2024-02-13T03:55:53.489 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:53.490 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:54.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:54.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:54 smithi196 bash[19959]: cluster 2024-02-13T03:55:53.386572+0000 mgr.smithi143.mxhzlj (mgr.14184) 814 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:54.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:54 smithi196 bash[19959]: audit 2024-02-13T03:55:53.481261+0000 mgr.smithi143.mxhzlj (mgr.14184) 815 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:54.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:54 smithi143 bash[16533]: cluster 2024-02-13T03:55:53.386572+0000 mgr.smithi143.mxhzlj (mgr.14184) 814 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:54.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:54 smithi143 bash[16533]: audit 2024-02-13T03:55:53.481261+0000 mgr.smithi143.mxhzlj (mgr.14184) 815 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:55.102 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:55:56.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:56 smithi143 bash[16533]: cluster 2024-02-13T03:55:55.387545+0000 mgr.smithi143.mxhzlj (mgr.14184) 816 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:56.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:56 smithi196 bash[19959]: cluster 2024-02-13T03:55:55.387545+0000 mgr.smithi143.mxhzlj (mgr.14184) 816 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:55:58.395 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:55:58.395 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:55:58.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:58 smithi196 bash[19959]: cluster 2024-02-13T03:55:57.389026+0000 mgr.smithi143.mxhzlj (mgr.14184) 817 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:55:58.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:58 smithi143 bash[16533]: cluster 2024-02-13T03:55:57.389026+0000 mgr.smithi143.mxhzlj (mgr.14184) 817 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:55:59.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:55:59.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:55:59 smithi196 bash[19959]: audit 2024-02-13T03:55:58.392604+0000 mgr.smithi143.mxhzlj (mgr.14184) 818 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:55:59.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:55:59 smithi143 bash[16533]: audit 2024-02-13T03:55:58.392604+0000 mgr.smithi143.mxhzlj (mgr.14184) 818 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:00.028 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:00.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:00 smithi196 bash[19959]: cluster 2024-02-13T03:55:59.391005+0000 mgr.smithi143.mxhzlj (mgr.14184) 819 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:00.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:00 smithi143 bash[16533]: cluster 2024-02-13T03:55:59.391005+0000 mgr.smithi143.mxhzlj (mgr.14184) 819 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:02.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:02 smithi196 bash[19959]: cluster 2024-02-13T03:56:01.392250+0000 mgr.smithi143.mxhzlj (mgr.14184) 820 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:02.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:02 smithi143 bash[16533]: cluster 2024-02-13T03:56:01.392250+0000 mgr.smithi143.mxhzlj (mgr.14184) 820 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:03.261 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:03.261 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:03.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:04.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:04 smithi196 bash[19959]: audit 2024-02-13T03:56:03.252388+0000 mgr.smithi143.mxhzlj (mgr.14184) 821 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:04.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:04 smithi196 bash[19959]: cluster 2024-02-13T03:56:03.393320+0000 mgr.smithi143.mxhzlj (mgr.14184) 822 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:04.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:04 smithi143 bash[16533]: audit 2024-02-13T03:56:03.252388+0000 mgr.smithi143.mxhzlj (mgr.14184) 821 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:04.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:04 smithi143 bash[16533]: cluster 2024-02-13T03:56:03.393320+0000 mgr.smithi143.mxhzlj (mgr.14184) 822 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:04.916 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:06.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:06 smithi143 bash[16533]: cluster 2024-02-13T03:56:05.394396+0000 mgr.smithi143.mxhzlj (mgr.14184) 823 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:06.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:06 smithi196 bash[19959]: cluster 2024-02-13T03:56:05.394396+0000 mgr.smithi143.mxhzlj (mgr.14184) 823 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:08.074 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:08.075 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:08.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:08 smithi196 bash[19959]: cluster 2024-02-13T03:56:07.396081+0000 mgr.smithi143.mxhzlj (mgr.14184) 824 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:56:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:08 smithi196 bash[19959]: audit 2024-02-13T03:56:08.071701+0000 mgr.smithi143.mxhzlj (mgr.14184) 825 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:08.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:08 smithi143 bash[16533]: cluster 2024-02-13T03:56:07.396081+0000 mgr.smithi143.mxhzlj (mgr.14184) 824 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:56:08.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:08 smithi143 bash[16533]: audit 2024-02-13T03:56:08.071701+0000 mgr.smithi143.mxhzlj (mgr.14184) 825 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:09.651 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:10.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:10 smithi196 bash[19959]: cluster 2024-02-13T03:56:09.398094+0000 mgr.smithi143.mxhzlj (mgr.14184) 826 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:10.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:10 smithi143 bash[16533]: cluster 2024-02-13T03:56:09.398094+0000 mgr.smithi143.mxhzlj (mgr.14184) 826 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:12.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:12 smithi143 bash[16533]: cluster 2024-02-13T03:56:11.399344+0000 mgr.smithi143.mxhzlj (mgr.14184) 827 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:12.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:12 smithi196 bash[19959]: cluster 2024-02-13T03:56:11.399344+0000 mgr.smithi143.mxhzlj (mgr.14184) 827 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:12.806 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:12.806 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:13.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:13.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:13 smithi196 bash[19959]: audit 2024-02-13T03:56:12.802893+0000 mgr.smithi143.mxhzlj (mgr.14184) 828 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:13.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:13 smithi143 bash[16533]: audit 2024-02-13T03:56:12.802893+0000 mgr.smithi143.mxhzlj (mgr.14184) 828 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:14.429 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:14.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:14 smithi143 bash[16533]: cluster 2024-02-13T03:56:13.401106+0000 mgr.smithi143.mxhzlj (mgr.14184) 829 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:15.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:14 smithi196 bash[19959]: cluster 2024-02-13T03:56:13.401106+0000 mgr.smithi143.mxhzlj (mgr.14184) 829 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:16.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:16 smithi143 bash[16533]: cluster 2024-02-13T03:56:15.402772+0000 mgr.smithi143.mxhzlj (mgr.14184) 830 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-13T03:56:17.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:16 smithi196 bash[19959]: cluster 2024-02-13T03:56:15.402772+0000 mgr.smithi143.mxhzlj (mgr.14184) 830 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-13T03:56:17.548 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:17.548 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:18.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:18.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:18 smithi143 bash[16533]: cluster 2024-02-13T03:56:17.404357+0000 mgr.smithi143.mxhzlj (mgr.14184) 831 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-13T03:56:18.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:18 smithi143 bash[16533]: audit 2024-02-13T03:56:17.539997+0000 mgr.smithi143.mxhzlj (mgr.14184) 832 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:19.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:18 smithi196 bash[19959]: cluster 2024-02-13T03:56:17.404357+0000 mgr.smithi143.mxhzlj (mgr.14184) 831 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-13T03:56:19.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:18 smithi196 bash[19959]: audit 2024-02-13T03:56:17.539997+0000 mgr.smithi143.mxhzlj (mgr.14184) 832 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:19.178 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:20.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:20 smithi143 bash[16533]: cluster 2024-02-13T03:56:19.405461+0000 mgr.smithi143.mxhzlj (mgr.14184) 833 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:56:21.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:20 smithi196 bash[19959]: cluster 2024-02-13T03:56:19.405461+0000 mgr.smithi143.mxhzlj (mgr.14184) 833 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:56:22.253 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:22.254 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:22.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:22 smithi143 bash[16533]: cluster 2024-02-13T03:56:21.406728+0000 mgr.smithi143.mxhzlj (mgr.14184) 834 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:56:22.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:23.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:22 smithi196 bash[19959]: cluster 2024-02-13T03:56:21.406728+0000 mgr.smithi143.mxhzlj (mgr.14184) 834 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:56:23.848 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:23.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:23 smithi143 bash[16533]: audit 2024-02-13T03:56:22.245670+0000 mgr.smithi143.mxhzlj (mgr.14184) 835 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:24.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:23 smithi196 bash[19959]: audit 2024-02-13T03:56:22.245670+0000 mgr.smithi143.mxhzlj (mgr.14184) 835 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:24.872 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:24 smithi143 bash[16533]: cluster 2024-02-13T03:56:23.408696+0000 mgr.smithi143.mxhzlj (mgr.14184) 836 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:56:25.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:24 smithi196 bash[19959]: cluster 2024-02-13T03:56:23.408696+0000 mgr.smithi143.mxhzlj (mgr.14184) 836 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:56:25.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:25 smithi143 bash[16533]: audit 2024-02-13T03:56:25.366256+0000 mon.smithi143 (mon.0) 876 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:56:26.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:25 smithi196 bash[19959]: audit 2024-02-13T03:56:25.366256+0000 mon.smithi143 (mon.0) 876 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:56:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:26 smithi143 bash[16533]: cluster 2024-02-13T03:56:25.410353+0000 mgr.smithi143.mxhzlj (mgr.14184) 837 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:56:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:26 smithi143 bash[16533]: audit 2024-02-13T03:56:25.674213+0000 mon.smithi143 (mon.0) 877 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:56:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:26 smithi143 bash[16533]: audit 2024-02-13T03:56:25.675745+0000 mon.smithi143 (mon.0) 878 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:56:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:26 smithi143 bash[16533]: audit 2024-02-13T03:56:25.684390+0000 mon.smithi143 (mon.0) 879 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:56:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:26 smithi143 bash[16533]: cluster 2024-02-13T03:56:25.685374+0000 mgr.smithi143.mxhzlj (mgr.14184) 838 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-13T03:56:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:26 smithi143 bash[16533]: audit 2024-02-13T03:56:25.692889+0000 mon.smithi143 (mon.0) 880 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:56:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:26 smithi143 bash[16533]: audit 2024-02-13T03:56:25.707821+0000 mon.smithi143 (mon.0) 881 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:56:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:26 smithi143 bash[16533]: cephadm 2024-02-13T03:56:25.711897+0000 mgr.smithi143.mxhzlj (mgr.14184) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.iboxyh on smithi196 2024-02-13T03:56:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:26 smithi196 bash[19959]: cluster 2024-02-13T03:56:25.410353+0000 mgr.smithi143.mxhzlj (mgr.14184) 837 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:56:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:26 smithi196 bash[19959]: audit 2024-02-13T03:56:25.674213+0000 mon.smithi143 (mon.0) 877 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:56:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:26 smithi196 bash[19959]: audit 2024-02-13T03:56:25.675745+0000 mon.smithi143 (mon.0) 878 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:56:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:26 smithi196 bash[19959]: audit 2024-02-13T03:56:25.684390+0000 mon.smithi143 (mon.0) 879 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:56:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:26 smithi196 bash[19959]: cluster 2024-02-13T03:56:25.685374+0000 mgr.smithi143.mxhzlj (mgr.14184) 838 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-13T03:56:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:26 smithi196 bash[19959]: audit 2024-02-13T03:56:25.692889+0000 mon.smithi143 (mon.0) 880 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:56:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:26 smithi196 bash[19959]: audit 2024-02-13T03:56:25.707821+0000 mon.smithi143 (mon.0) 881 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:56:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:26 smithi196 bash[19959]: cephadm 2024-02-13T03:56:25.711897+0000 mgr.smithi143.mxhzlj (mgr.14184) 839 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.iboxyh on smithi196 2024-02-13T03:56:27.035 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:27.035 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:54:17.141097Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vacshf on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:27.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:27.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:27 smithi143 bash[16533]: cluster 2024-02-13T03:56:26.682619+0000 mon.smithi143 (mon.0) 882 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:56:27.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:27 smithi143 bash[16533]: cluster 2024-02-13T03:56:26.682691+0000 mon.smithi143 (mon.0) 883 : cluster [INF] Cluster is now healthy 2024-02-13T03:56:27.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:27 smithi143 bash[16533]: audit 2024-02-13T03:56:27.032312+0000 mgr.smithi143.mxhzlj (mgr.14184) 840 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:28.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:27 smithi196 bash[19959]: cluster 2024-02-13T03:56:26.682619+0000 mon.smithi143 (mon.0) 882 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:56:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:27 smithi196 bash[19959]: cluster 2024-02-13T03:56:26.682691+0000 mon.smithi143 (mon.0) 883 : cluster [INF] Cluster is now healthy 2024-02-13T03:56:28.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:27 smithi196 bash[19959]: audit 2024-02-13T03:56:27.032312+0000 mgr.smithi143.mxhzlj (mgr.14184) 840 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:28.701 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:28.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:28 smithi143 bash[16533]: cluster 2024-02-13T03:56:27.686657+0000 mgr.smithi143.mxhzlj (mgr.14184) 841 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-13T03:56:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:28 smithi196 bash[19959]: cluster 2024-02-13T03:56:27.686657+0000 mgr.smithi143.mxhzlj (mgr.14184) 841 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-13T03:56:29.751 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:29 smithi143 bash[16533]: audit 2024-02-13T03:56:29.467991+0000 mon.smithi143 (mon.0) 884 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.iboxyh"}]: dispatch 2024-02-13T03:56:29.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:29 smithi196 bash[19959]: audit 2024-02-13T03:56:29.467991+0000 mon.smithi143 (mon.0) 884 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.iboxyh"}]: dispatch 2024-02-13T03:56:30.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: cephadm 2024-02-13T03:56:29.466745+0000 mgr.smithi143.mxhzlj (mgr.14184) 842 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.iboxyh ... 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:56:30.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.iboxyh ... 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:30.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: cephadm 2024-02-13T03:56:29.467344+0000 mgr.smithi143.mxhzlj (mgr.14184) 843 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: cephadm 2024-02-13T03:56:29.469755+0000 mgr.smithi143.mxhzlj (mgr.14184) 844 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.iboxyh ... 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: cephadm 2024-02-13T03:56:29.474558+0000 mgr.smithi143.mxhzlj (mgr.14184) 845 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.scyljc on smithi143 2024-02-13T03:56:30.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:30 smithi143 bash[16533]: cluster 2024-02-13T03:56:29.688091+0000 mgr.smithi143.mxhzlj (mgr.14184) 846 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:56:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: cephadm 2024-02-13T03:56:29.466745+0000 mgr.smithi143.mxhzlj (mgr.14184) 842 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:31.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.iboxyh ... 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:31.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.iboxyh ... 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: cephadm 2024-02-13T03:56:29.467344+0000 mgr.smithi143.mxhzlj (mgr.14184) 843 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: cephadm 2024-02-13T03:56:29.469755+0000 mgr.smithi143.mxhzlj (mgr.14184) 844 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh 2024-02-13T03:56:31.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.iboxyh ... 2024-02-13T03:56:31.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:31.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:31.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:31.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:31.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:31.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: cephadm 2024-02-13T03:56:29.474558+0000 mgr.smithi143.mxhzlj (mgr.14184) 845 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.scyljc on smithi143 2024-02-13T03:56:31.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:30 smithi196 bash[19959]: cluster 2024-02-13T03:56:29.688091+0000 mgr.smithi143.mxhzlj (mgr.14184) 846 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:56:31.851 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:31.851 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:21.523573Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.anpbzx on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-anpbzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.anpbzx\nDeploy daemon haproxy.nfs.foo.smithi196.anpbzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.354138Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntqvjr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntqvjr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntqvjr\nDeploy daemon haproxy.nfs.foo.smithi143.ntqvjr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:55:25.358522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hnqfrt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:32.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:33.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:32 smithi196 bash[19959]: cluster 2024-02-13T03:56:31.689317+0000 mgr.smithi143.mxhzlj (mgr.14184) 847 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:56:33.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:32 smithi196 bash[19959]: audit 2024-02-13T03:56:31.841797+0000 mgr.smithi143.mxhzlj (mgr.14184) 848 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:33.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:32 smithi143 bash[16533]: cluster 2024-02-13T03:56:31.689317+0000 mgr.smithi143.mxhzlj (mgr.14184) 847 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:56:33.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:32 smithi143 bash[16533]: audit 2024-02-13T03:56:31.841797+0000 mgr.smithi143.mxhzlj (mgr.14184) 848 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:33.491 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:33.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:33 smithi143 bash[16533]: audit 2024-02-13T03:56:33.254500+0000 mon.smithi143 (mon.0) 885 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.scyljc"}]: dispatch 2024-02-13T03:56:34.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:33 smithi196 bash[19959]: audit 2024-02-13T03:56:33.254500+0000 mon.smithi143 (mon.0) 885 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.scyljc"}]: dispatch 2024-02-13T03:56:34.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: cephadm 2024-02-13T03:56:33.253255+0000 mgr.smithi143.mxhzlj (mgr.14184) 849 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:34.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:34.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:34.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:34.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.scyljc ... 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:34.989 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.scyljc ... 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:34.990 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: cephadm 2024-02-13T03:56:33.253751+0000 mgr.smithi143.mxhzlj (mgr.14184) 850 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.scyljc 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: cephadm 2024-02-13T03:56:33.257635+0000 mgr.smithi143.mxhzlj (mgr.14184) 851 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.scyljc ... 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: cephadm 2024-02-13T03:56:33.262605+0000 mgr.smithi143.mxhzlj (mgr.14184) 852 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:56:34.991 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: cephadm 2024-02-13T03:56:33.264315+0000 mgr.smithi143.mxhzlj (mgr.14184) 853 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:56:34.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: cluster 2024-02-13T03:56:33.265548+0000 mgr.smithi143.mxhzlj (mgr.14184) 854 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-13T03:56:34.992 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:34 smithi143 bash[16533]: cluster 2024-02-13T03:56:33.748507+0000 mon.smithi143 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:56:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: cephadm 2024-02-13T03:56:33.253255+0000 mgr.smithi143.mxhzlj (mgr.14184) 849 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.scyljc ... 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:56:35.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.scyljc ... 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:35.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: cephadm 2024-02-13T03:56:33.253751+0000 mgr.smithi143.mxhzlj (mgr.14184) 850 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.scyljc 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: cephadm 2024-02-13T03:56:33.257635+0000 mgr.smithi143.mxhzlj (mgr.14184) 851 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.scyljc ... 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: cephadm 2024-02-13T03:56:33.262605+0000 mgr.smithi143.mxhzlj (mgr.14184) 852 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:56:35.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: cephadm 2024-02-13T03:56:33.264315+0000 mgr.smithi143.mxhzlj (mgr.14184) 853 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:56:35.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: cluster 2024-02-13T03:56:33.265548+0000 mgr.smithi143.mxhzlj (mgr.14184) 854 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-13T03:56:35.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:34 smithi196 bash[19959]: cluster 2024-02-13T03:56:33.748507+0000 mon.smithi143 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:56:36.768 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:36.768 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:37.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:36 smithi143 bash[16533]: cluster 2024-02-13T03:56:35.267271+0000 mgr.smithi143.mxhzlj (mgr.14184) 855 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-13T03:56:37.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:36 smithi196 bash[19959]: cluster 2024-02-13T03:56:35.267271+0000 mgr.smithi143.mxhzlj (mgr.14184) 855 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-13T03:56:37.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:38.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:37 smithi143 bash[16533]: audit 2024-02-13T03:56:36.764848+0000 mgr.smithi143.mxhzlj (mgr.14184) 856 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:38.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:37 smithi196 bash[19959]: audit 2024-02-13T03:56:36.764848+0000 mgr.smithi143.mxhzlj (mgr.14184) 856 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:38.376 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:39.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:39 smithi143 bash[16533]: cluster 2024-02-13T03:56:37.268988+0000 mgr.smithi143.mxhzlj (mgr.14184) 857 : cluster [DBG] pgmap v588: 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 2024-02-13T03:56:39.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:39 smithi143 bash[16533]: audit 2024-02-13T03:56:38.200719+0000 mon.smithi143 (mon.0) 887 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:56:39.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:39 smithi196 bash[19959]: cluster 2024-02-13T03:56:37.268988+0000 mgr.smithi143.mxhzlj (mgr.14184) 857 : cluster [DBG] pgmap v588: 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 2024-02-13T03:56:39.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:39 smithi196 bash[19959]: audit 2024-02-13T03:56:38.200719+0000 mon.smithi143 (mon.0) 887 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:56:41.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:41 smithi143 bash[16533]: cluster 2024-02-13T03:56:39.270999+0000 mgr.smithi143.mxhzlj (mgr.14184) 858 : cluster [DBG] pgmap v589: 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 2024-02-13T03:56:41.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:41 smithi196 bash[19959]: cluster 2024-02-13T03:56:39.270999+0000 mgr.smithi143.mxhzlj (mgr.14184) 858 : cluster [DBG] pgmap v589: 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 2024-02-13T03:56:41.520 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:41.520 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:42.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:43.182 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:43.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:43 smithi196 bash[19959]: cluster 2024-02-13T03:56:41.272200+0000 mgr.smithi143.mxhzlj (mgr.14184) 859 : cluster [DBG] pgmap v590: 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 2024-02-13T03:56:43.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:43 smithi196 bash[19959]: audit 2024-02-13T03:56:41.517522+0000 mgr.smithi143.mxhzlj (mgr.14184) 860 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:43.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:43 smithi143 bash[16533]: cluster 2024-02-13T03:56:41.272200+0000 mgr.smithi143.mxhzlj (mgr.14184) 859 : cluster [DBG] pgmap v590: 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 2024-02-13T03:56:43.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:43 smithi143 bash[16533]: audit 2024-02-13T03:56:41.517522+0000 mgr.smithi143.mxhzlj (mgr.14184) 860 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:45.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:45 smithi196 bash[19959]: cluster 2024-02-13T03:56:43.274054+0000 mgr.smithi143.mxhzlj (mgr.14184) 861 : cluster [DBG] pgmap v591: 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 2024-02-13T03:56:45.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:45 smithi143 bash[16533]: cluster 2024-02-13T03:56:43.274054+0000 mgr.smithi143.mxhzlj (mgr.14184) 861 : cluster [DBG] pgmap v591: 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 2024-02-13T03:56:46.336 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:46.336 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:46.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:47.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:47 smithi196 bash[19959]: cluster 2024-02-13T03:56:45.275760+0000 mgr.smithi143.mxhzlj (mgr.14184) 862 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:47.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:47 smithi143 bash[16533]: cluster 2024-02-13T03:56:45.275760+0000 mgr.smithi143.mxhzlj (mgr.14184) 862 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:47.888 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:48.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:48 smithi196 bash[19959]: audit 2024-02-13T03:56:46.325770+0000 mgr.smithi143.mxhzlj (mgr.14184) 863 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:48.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:48 smithi143 bash[16533]: audit 2024-02-13T03:56:46.325770+0000 mgr.smithi143.mxhzlj (mgr.14184) 863 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:49.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:49 smithi143 bash[16533]: cluster 2024-02-13T03:56:47.277463+0000 mgr.smithi143.mxhzlj (mgr.14184) 864 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:56:49.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:49 smithi196 bash[19959]: cluster 2024-02-13T03:56:47.277463+0000 mgr.smithi143.mxhzlj (mgr.14184) 864 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:56:50.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:50 smithi196 bash[19959]: cluster 2024-02-13T03:56:49.279178+0000 mgr.smithi143.mxhzlj (mgr.14184) 865 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:50.553 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:50 smithi143 bash[16533]: cluster 2024-02-13T03:56:49.279178+0000 mgr.smithi143.mxhzlj (mgr.14184) 865 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:50.992 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:50.992 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:51.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:51.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:51 smithi196 bash[19959]: audit 2024-02-13T03:56:50.983084+0000 mgr.smithi143.mxhzlj (mgr.14184) 866 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:51.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:51 smithi143 bash[16533]: audit 2024-02-13T03:56:50.983084+0000 mgr.smithi143.mxhzlj (mgr.14184) 866 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:52.623 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:52.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:52 smithi196 bash[19959]: cluster 2024-02-13T03:56:51.280401+0000 mgr.smithi143.mxhzlj (mgr.14184) 867 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:52.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:52 smithi143 bash[16533]: cluster 2024-02-13T03:56:51.280401+0000 mgr.smithi143.mxhzlj (mgr.14184) 867 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:54.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:54 smithi196 bash[19959]: cluster 2024-02-13T03:56:53.282189+0000 mgr.smithi143.mxhzlj (mgr.14184) 868 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:54.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:54 smithi143 bash[16533]: cluster 2024-02-13T03:56:53.282189+0000 mgr.smithi143.mxhzlj (mgr.14184) 868 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:55.801 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:56:55.801 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:56:56.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:56:56.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:56 smithi143 bash[16533]: cluster 2024-02-13T03:56:55.283901+0000 mgr.smithi143.mxhzlj (mgr.14184) 869 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:56.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:56 smithi143 bash[16533]: audit 2024-02-13T03:56:55.798468+0000 mgr.smithi143.mxhzlj (mgr.14184) 870 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:56.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:56 smithi196 bash[19959]: cluster 2024-02-13T03:56:55.283901+0000 mgr.smithi143.mxhzlj (mgr.14184) 869 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:56:56.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:56 smithi196 bash[19959]: audit 2024-02-13T03:56:55.798468+0000 mgr.smithi143.mxhzlj (mgr.14184) 870 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:56:57.359 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:56:58.696 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:56:58 smithi143 bash[16533]: cluster 2024-02-13T03:56:57.285572+0000 mgr.smithi143.mxhzlj (mgr.14184) 871 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:56:58.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:56:58 smithi196 bash[19959]: cluster 2024-02-13T03:56:57.285572+0000 mgr.smithi143.mxhzlj (mgr.14184) 871 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:00.447 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:00.447 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:00.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:00 smithi196 bash[19959]: cluster 2024-02-13T03:56:59.287358+0000 mgr.smithi143.mxhzlj (mgr.14184) 872 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:00.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:00 smithi143 bash[16533]: cluster 2024-02-13T03:56:59.287358+0000 mgr.smithi143.mxhzlj (mgr.14184) 872 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:01.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:01.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:01 smithi196 bash[19959]: audit 2024-02-13T03:57:00.439865+0000 mgr.smithi143.mxhzlj (mgr.14184) 873 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:01.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:01 smithi143 bash[16533]: audit 2024-02-13T03:57:00.439865+0000 mgr.smithi143.mxhzlj (mgr.14184) 873 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:02.107 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:02.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:02 smithi196 bash[19959]: cluster 2024-02-13T03:57:01.288530+0000 mgr.smithi143.mxhzlj (mgr.14184) 874 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:02.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:02 smithi143 bash[16533]: cluster 2024-02-13T03:57:01.288530+0000 mgr.smithi143.mxhzlj (mgr.14184) 874 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:04.910 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:04 smithi143 bash[16533]: cluster 2024-02-13T03:57:03.290530+0000 mgr.smithi143.mxhzlj (mgr.14184) 875 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:05.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:04 smithi196 bash[19959]: cluster 2024-02-13T03:57:03.290530+0000 mgr.smithi143.mxhzlj (mgr.14184) 875 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:05.338 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:05.338 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:05.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:06.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:06 smithi143 bash[16533]: cluster 2024-02-13T03:57:05.291954+0000 mgr.smithi143.mxhzlj (mgr.14184) 876 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:06.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:06 smithi143 bash[16533]: audit 2024-02-13T03:57:05.332719+0000 mgr.smithi143.mxhzlj (mgr.14184) 877 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:06.976 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:07.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:06 smithi196 bash[19959]: cluster 2024-02-13T03:57:05.291954+0000 mgr.smithi143.mxhzlj (mgr.14184) 876 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:07.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:06 smithi196 bash[19959]: audit 2024-02-13T03:57:05.332719+0000 mgr.smithi143.mxhzlj (mgr.14184) 877 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:08.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:08 smithi143 bash[16533]: cluster 2024-02-13T03:57:07.293656+0000 mgr.smithi143.mxhzlj (mgr.14184) 878 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:09.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:08 smithi196 bash[19959]: cluster 2024-02-13T03:57:07.293656+0000 mgr.smithi143.mxhzlj (mgr.14184) 878 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:10.166 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:10.166 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:10.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:10.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:10 smithi143 bash[16533]: cluster 2024-02-13T03:57:09.295666+0000 mgr.smithi143.mxhzlj (mgr.14184) 879 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:10.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:10 smithi143 bash[16533]: audit 2024-02-13T03:57:10.155721+0000 mgr.smithi143.mxhzlj (mgr.14184) 880 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:11.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:10 smithi196 bash[19959]: cluster 2024-02-13T03:57:09.295666+0000 mgr.smithi143.mxhzlj (mgr.14184) 879 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:11.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:10 smithi196 bash[19959]: audit 2024-02-13T03:57:10.155721+0000 mgr.smithi143.mxhzlj (mgr.14184) 880 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:11.747 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:12.873 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:12 smithi143 bash[16533]: cluster 2024-02-13T03:57:11.296899+0000 mgr.smithi143.mxhzlj (mgr.14184) 881 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:13.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:12 smithi196 bash[19959]: cluster 2024-02-13T03:57:11.296899+0000 mgr.smithi143.mxhzlj (mgr.14184) 881 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:14.842 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:14.843 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:14.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:14 smithi143 bash[16533]: cluster 2024-02-13T03:57:13.298402+0000 mgr.smithi143.mxhzlj (mgr.14184) 882 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:15.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:14 smithi196 bash[19959]: cluster 2024-02-13T03:57:13.298402+0000 mgr.smithi143.mxhzlj (mgr.14184) 882 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:15.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:15.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:15 smithi143 bash[16533]: audit 2024-02-13T03:57:14.831875+0000 mgr.smithi143.mxhzlj (mgr.14184) 883 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:16.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:15 smithi196 bash[19959]: audit 2024-02-13T03:57:14.831875+0000 mgr.smithi143.mxhzlj (mgr.14184) 883 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:16.470 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:16.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:16 smithi143 bash[16533]: cluster 2024-02-13T03:57:15.300040+0000 mgr.smithi143.mxhzlj (mgr.14184) 884 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:17.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:16 smithi196 bash[19959]: cluster 2024-02-13T03:57:15.300040+0000 mgr.smithi143.mxhzlj (mgr.14184) 884 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:18.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:18 smithi143 bash[16533]: cluster 2024-02-13T03:57:17.301717+0000 mgr.smithi143.mxhzlj (mgr.14184) 885 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:19.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:18 smithi196 bash[19959]: cluster 2024-02-13T03:57:17.301717+0000 mgr.smithi143.mxhzlj (mgr.14184) 885 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:19.571 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:19.571 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:20.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:20.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:20 smithi143 bash[16533]: cluster 2024-02-13T03:57:19.303850+0000 mgr.smithi143.mxhzlj (mgr.14184) 886 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:20.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:20 smithi143 bash[16533]: audit 2024-02-13T03:57:19.562602+0000 mgr.smithi143.mxhzlj (mgr.14184) 887 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:21.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:20 smithi196 bash[19959]: cluster 2024-02-13T03:57:19.303850+0000 mgr.smithi143.mxhzlj (mgr.14184) 886 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:21.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:20 smithi196 bash[19959]: audit 2024-02-13T03:57:19.562602+0000 mgr.smithi143.mxhzlj (mgr.14184) 887 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:21.190 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:22.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:22 smithi143 bash[16533]: cluster 2024-02-13T03:57:21.305027+0000 mgr.smithi143.mxhzlj (mgr.14184) 888 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:23.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:22 smithi196 bash[19959]: cluster 2024-02-13T03:57:21.305027+0000 mgr.smithi143.mxhzlj (mgr.14184) 888 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:24.295 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:24.295 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:24.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:24 smithi143 bash[16533]: cluster 2024-02-13T03:57:23.306887+0000 mgr.smithi143.mxhzlj (mgr.14184) 889 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:24.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:25.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:24 smithi196 bash[19959]: cluster 2024-02-13T03:57:23.306887+0000 mgr.smithi143.mxhzlj (mgr.14184) 889 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:25.910 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:25.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:25 smithi143 bash[16533]: audit 2024-02-13T03:57:24.292457+0000 mgr.smithi143.mxhzlj (mgr.14184) 890 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:26.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:25 smithi196 bash[19959]: audit 2024-02-13T03:57:24.292457+0000 mgr.smithi143.mxhzlj (mgr.14184) 890 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:26.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:26 smithi143 bash[16533]: cluster 2024-02-13T03:57:25.308544+0000 mgr.smithi143.mxhzlj (mgr.14184) 891 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:27.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:26 smithi196 bash[19959]: cluster 2024-02-13T03:57:25.308544+0000 mgr.smithi143.mxhzlj (mgr.14184) 891 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:28.845 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:28.845 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:28.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:28 smithi143 bash[16533]: cluster 2024-02-13T03:57:27.310211+0000 mgr.smithi143.mxhzlj (mgr.14184) 892 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:28 smithi196 bash[19959]: cluster 2024-02-13T03:57:27.310211+0000 mgr.smithi143.mxhzlj (mgr.14184) 892 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:29.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:29.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:29 smithi143 bash[16533]: audit 2024-02-13T03:57:28.836934+0000 mgr.smithi143.mxhzlj (mgr.14184) 893 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:30.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:29 smithi196 bash[19959]: audit 2024-02-13T03:57:28.836934+0000 mgr.smithi143.mxhzlj (mgr.14184) 893 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:30.489 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:30.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:30 smithi143 bash[16533]: cluster 2024-02-13T03:57:29.311965+0000 mgr.smithi143.mxhzlj (mgr.14184) 894 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:31.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:30 smithi196 bash[19959]: cluster 2024-02-13T03:57:29.311965+0000 mgr.smithi143.mxhzlj (mgr.14184) 894 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:32.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:32 smithi143 bash[16533]: cluster 2024-02-13T03:57:31.313223+0000 mgr.smithi143.mxhzlj (mgr.14184) 895 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:33.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:32 smithi196 bash[19959]: cluster 2024-02-13T03:57:31.313223+0000 mgr.smithi143.mxhzlj (mgr.14184) 895 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:33.513 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:33.513 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:33.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:33 smithi143 bash[16533]: audit 2024-02-13T03:57:33.274374+0000 mon.smithi143 (mon.0) 888 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:57:34.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:33 smithi196 bash[19959]: audit 2024-02-13T03:57:33.274374+0000 mon.smithi143 (mon.0) 888 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:57:34.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:34.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:34 smithi143 bash[16533]: cluster 2024-02-13T03:57:33.314713+0000 mgr.smithi143.mxhzlj (mgr.14184) 896 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:34.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:34 smithi143 bash[16533]: audit 2024-02-13T03:57:33.503614+0000 mgr.smithi143.mxhzlj (mgr.14184) 897 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:34 smithi196 bash[19959]: cluster 2024-02-13T03:57:33.314713+0000 mgr.smithi143.mxhzlj (mgr.14184) 896 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:35.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:34 smithi196 bash[19959]: audit 2024-02-13T03:57:33.503614+0000 mgr.smithi143.mxhzlj (mgr.14184) 897 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:35.121 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:36.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:36 smithi143 bash[16533]: cluster 2024-02-13T03:57:35.316326+0000 mgr.smithi143.mxhzlj (mgr.14184) 898 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:37.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:36 smithi196 bash[19959]: cluster 2024-02-13T03:57:35.316326+0000 mgr.smithi143.mxhzlj (mgr.14184) 898 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:38.319 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:38.319 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:47:12.378165Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:47:12.378401Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:47:12.378631Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:47:12.377882Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:47:12.377528Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:47:12.380287Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:47:12.378858Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:47:12.379143Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:47:12.380056Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:38.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:38 smithi143 bash[16533]: cluster 2024-02-13T03:57:37.318013+0000 mgr.smithi143.mxhzlj (mgr.14184) 899 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:38.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:39.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:38 smithi196 bash[19959]: cluster 2024-02-13T03:57:37.318013+0000 mgr.smithi143.mxhzlj (mgr.14184) 899 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:57:39.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:39 smithi143 bash[16533]: audit 2024-02-13T03:57:38.310080+0000 mgr.smithi143.mxhzlj (mgr.14184) 900 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:39.974 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:40.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:39 smithi196 bash[19959]: audit 2024-02-13T03:57:38.310080+0000 mgr.smithi143.mxhzlj (mgr.14184) 900 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:40.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: cluster 2024-02-13T03:57:39.319054+0000 mgr.smithi143.mxhzlj (mgr.14184) 901 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:40.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: audit 2024-02-13T03:57:39.670566+0000 mon.smithi143 (mon.0) 889 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:57:40.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: audit 2024-02-13T03:57:39.968917+0000 mon.smithi143 (mon.0) 890 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:57:40.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: audit 2024-02-13T03:57:39.970724+0000 mon.smithi143 (mon.0) 891 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:57:40.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: audit 2024-02-13T03:57:39.978996+0000 mon.smithi143 (mon.0) 892 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:57:40.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: cluster 2024-02-13T03:57:39.979937+0000 mgr.smithi143.mxhzlj (mgr.14184) 902 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:57:40.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: audit 2024-02-13T03:57:39.986548+0000 mon.smithi143 (mon.0) 893 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:57:40.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: audit 2024-02-13T03:57:39.998505+0000 mon.smithi143 (mon.0) 894 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:57:40.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:40 smithi143 bash[16533]: cephadm 2024-02-13T03:57:40.004935+0000 mgr.smithi143.mxhzlj (mgr.14184) 903 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.xctlrw on smithi196 2024-02-13T03:57:41.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: cluster 2024-02-13T03:57:39.319054+0000 mgr.smithi143.mxhzlj (mgr.14184) 901 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:57:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: audit 2024-02-13T03:57:39.670566+0000 mon.smithi143 (mon.0) 889 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:57:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: audit 2024-02-13T03:57:39.968917+0000 mon.smithi143 (mon.0) 890 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:57:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: audit 2024-02-13T03:57:39.970724+0000 mon.smithi143 (mon.0) 891 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:57:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: audit 2024-02-13T03:57:39.978996+0000 mon.smithi143 (mon.0) 892 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:57:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: cluster 2024-02-13T03:57:39.979937+0000 mgr.smithi143.mxhzlj (mgr.14184) 902 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:57:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: audit 2024-02-13T03:57:39.986548+0000 mon.smithi143 (mon.0) 893 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:57:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: audit 2024-02-13T03:57:39.998505+0000 mon.smithi143 (mon.0) 894 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:57:41.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:40 smithi196 bash[19959]: cephadm 2024-02-13T03:57:40.004935+0000 mgr.smithi143.mxhzlj (mgr.14184) 903 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.xctlrw on smithi196 2024-02-13T03:57:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:41 smithi196 bash[19959]: cluster 2024-02-13T03:57:40.976525+0000 mon.smithi143 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:57:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:41 smithi196 bash[19959]: cluster 2024-02-13T03:57:40.976596+0000 mon.smithi143 (mon.0) 896 : cluster [INF] Cluster is now healthy 2024-02-13T03:57:42.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:41 smithi143 bash[16533]: cluster 2024-02-13T03:57:40.976525+0000 mon.smithi143 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:57:42.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:41 smithi143 bash[16533]: cluster 2024-02-13T03:57:40.976596+0000 mon.smithi143 (mon.0) 896 : cluster [INF] Cluster is now healthy 2024-02-13T03:57:42.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:42 smithi143 bash[16533]: cluster 2024-02-13T03:57:41.980772+0000 mgr.smithi143.mxhzlj (mgr.14184) 904 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:57:43.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:42 smithi196 bash[19959]: cluster 2024-02-13T03:57:41.980772+0000 mgr.smithi143.mxhzlj (mgr.14184) 904 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:57:43.317 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:43.317 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:55:25.362696Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ctetal on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:29.469452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.iboxyh on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-iboxyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.iboxyh\nDeploy daemon haproxy.nfs.foo.smithi196.iboxyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.257318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.scyljc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-scyljc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.scyljc\nDeploy daemon haproxy.nfs.foo.smithi143.scyljc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:56:33.262493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.hhymtk on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:43.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:44.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:43 smithi196 bash[19959]: audit 2024-02-13T03:57:43.797520+0000 mon.smithi143 (mon.0) 897 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.xctlrw"}]: dispatch 2024-02-13T03:57:44.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:43 smithi143 bash[16533]: audit 2024-02-13T03:57:43.797520+0000 mon.smithi143 (mon.0) 897 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.xctlrw"}]: dispatch 2024-02-13T03:57:44.915 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:45.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: audit 2024-02-13T03:57:43.308955+0000 mgr.smithi143.mxhzlj (mgr.14184) 905 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:45.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: cephadm 2024-02-13T03:57:43.796654+0000 mgr.smithi143.mxhzlj (mgr.14184) 906 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:45.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.xctlrw ... 2024-02-13T03:57:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:45.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:45.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:57:45.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:57:45.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:57:45.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:57:45.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:57:45.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:45.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:45.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.xctlrw ... 2024-02-13T03:57:45.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:45.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:45.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:45.171 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.171 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: cephadm 2024-02-13T03:57:43.796917+0000 mgr.smithi143.mxhzlj (mgr.14184) 907 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.171 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: cephadm 2024-02-13T03:57:43.799284+0000 mgr.smithi143.mxhzlj (mgr.14184) 908 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.171 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:45.171 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.171 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.172 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:45.172 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.172 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.xctlrw ... 2024-02-13T03:57:45.172 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.172 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:45.172 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:45.173 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:45.173 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.173 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: cephadm 2024-02-13T03:57:43.804159+0000 mgr.smithi143.mxhzlj (mgr.14184) 909 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.jkfpxz on smithi143 2024-02-13T03:57:45.173 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:44 smithi143 bash[16533]: cluster 2024-02-13T03:57:43.982261+0000 mgr.smithi143.mxhzlj (mgr.14184) 910 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:57:45.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: audit 2024-02-13T03:57:43.308955+0000 mgr.smithi143.mxhzlj (mgr.14184) 905 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:45.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: cephadm 2024-02-13T03:57:43.796654+0000 mgr.smithi143.mxhzlj (mgr.14184) 906 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:45.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:45.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.xctlrw ... 2024-02-13T03:57:45.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:45.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:45.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:45.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:57:45.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:57:45.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:57:45.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:57:45.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:57:45.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:45.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:45.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.xctlrw ... 2024-02-13T03:57:45.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:45.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:45.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:45.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: cephadm 2024-02-13T03:57:43.796917+0000 mgr.smithi143.mxhzlj (mgr.14184) 907 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: cephadm 2024-02-13T03:57:43.799284+0000 mgr.smithi143.mxhzlj (mgr.14184) 908 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:45.267 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw 2024-02-13T03:57:45.267 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.267 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:45.267 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw 2024-02-13T03:57:45.267 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.xctlrw ... 2024-02-13T03:57:45.268 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.268 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:45.268 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:45.269 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:45.269 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:45.270 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: cephadm 2024-02-13T03:57:43.804159+0000 mgr.smithi143.mxhzlj (mgr.14184) 909 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.jkfpxz on smithi143 2024-02-13T03:57:45.270 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:44 smithi196 bash[19959]: cluster 2024-02-13T03:57:43.982261+0000 mgr.smithi143.mxhzlj (mgr.14184) 910 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:57:46.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:46 smithi196 bash[19959]: cluster 2024-02-13T03:57:45.983309+0000 mgr.smithi143.mxhzlj (mgr.14184) 911 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:57:46.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:46 smithi143 bash[16533]: cluster 2024-02-13T03:57:45.983309+0000 mgr.smithi143.mxhzlj (mgr.14184) 911 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:57:47.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:47 smithi143 bash[16533]: audit 2024-02-13T03:57:47.763577+0000 mon.smithi143 (mon.0) 898 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.jkfpxz"}]: dispatch 2024-02-13T03:57:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:47 smithi196 bash[19959]: audit 2024-02-13T03:57:47.763577+0000 mon.smithi143 (mon.0) 898 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.jkfpxz"}]: dispatch 2024-02-13T03:57:48.362 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:48.362 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:49.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:49.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: cephadm 2024-02-13T03:57:47.762355+0000 mgr.smithi143.mxhzlj (mgr.14184) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:49.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.jkfpxz ... 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:49.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.jkfpxz ... 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: cephadm 2024-02-13T03:57:47.762886+0000 mgr.smithi143.mxhzlj (mgr.14184) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: cephadm 2024-02-13T03:57:47.765019+0000 mgr.smithi143.mxhzlj (mgr.14184) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.jkfpxz ... 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: cephadm 2024-02-13T03:57:47.769185+0000 mgr.smithi143.mxhzlj (mgr.14184) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: cephadm 2024-02-13T03:57:47.772797+0000 mgr.smithi143.mxhzlj (mgr.14184) 916 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: cluster 2024-02-13T03:57:47.774871+0000 mgr.smithi143.mxhzlj (mgr.14184) 917 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: cluster 2024-02-13T03:57:47.826242+0000 mon.smithi143 (mon.0) 899 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:57:49.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:48 smithi143 bash[16533]: audit 2024-02-13T03:57:48.257896+0000 mon.smithi143 (mon.0) 900 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:57:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: cephadm 2024-02-13T03:57:47.762355+0000 mgr.smithi143.mxhzlj (mgr.14184) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.jkfpxz ... 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.jkfpxz ... 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: cephadm 2024-02-13T03:57:47.762886+0000 mgr.smithi143.mxhzlj (mgr.14184) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: cephadm 2024-02-13T03:57:47.765019+0000 mgr.smithi143.mxhzlj (mgr.14184) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.jkfpxz ... 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: cephadm 2024-02-13T03:57:47.769185+0000 mgr.smithi143.mxhzlj (mgr.14184) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: cephadm 2024-02-13T03:57:47.772797+0000 mgr.smithi143.mxhzlj (mgr.14184) 916 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: cluster 2024-02-13T03:57:47.774871+0000 mgr.smithi143.mxhzlj (mgr.14184) 917 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: cluster 2024-02-13T03:57:47.826242+0000 mon.smithi143 (mon.0) 899 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:57:49.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:48 smithi196 bash[19959]: audit 2024-02-13T03:57:48.257896+0000 mon.smithi143 (mon.0) 900 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:57:50.010 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:50.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:49 smithi143 bash[16533]: audit 2024-02-13T03:57:48.354050+0000 mgr.smithi143.mxhzlj (mgr.14184) 918 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:49 smithi196 bash[19959]: audit 2024-02-13T03:57:48.354050+0000 mgr.smithi143.mxhzlj (mgr.14184) 918 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:51.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:50 smithi143 bash[16533]: cluster 2024-02-13T03:57:49.776869+0000 mgr.smithi143.mxhzlj (mgr.14184) 919 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-13T03:57:51.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:50 smithi196 bash[19959]: cluster 2024-02-13T03:57:49.776869+0000 mgr.smithi143.mxhzlj (mgr.14184) 919 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-13T03:57:53.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:52 smithi143 bash[16533]: cluster 2024-02-13T03:57:51.778182+0000 mgr.smithi143.mxhzlj (mgr.14184) 920 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:57:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:52 smithi196 bash[19959]: cluster 2024-02-13T03:57:51.778182+0000 mgr.smithi143.mxhzlj (mgr.14184) 920 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:57:53.336 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:53.337 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:53.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:54.986 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:57:55.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:54 smithi143 bash[16533]: audit 2024-02-13T03:57:53.333753+0000 mgr.smithi143.mxhzlj (mgr.14184) 921 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:55.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:54 smithi143 bash[16533]: cluster 2024-02-13T03:57:53.780118+0000 mgr.smithi143.mxhzlj (mgr.14184) 922 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:57:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:54 smithi196 bash[19959]: audit 2024-02-13T03:57:53.333753+0000 mgr.smithi143.mxhzlj (mgr.14184) 921 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:57:55.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:54 smithi196 bash[19959]: cluster 2024-02-13T03:57:53.780118+0000 mgr.smithi143.mxhzlj (mgr.14184) 922 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:57:56.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:56 smithi143 bash[16533]: cluster 2024-02-13T03:57:55.781590+0000 mgr.smithi143.mxhzlj (mgr.14184) 923 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:57:56.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:56 smithi196 bash[19959]: cluster 2024-02-13T03:57:55.781590+0000 mgr.smithi143.mxhzlj (mgr.14184) 923 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T03:57:58.265 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:57:58.266 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:57:58.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:57:59.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:58 smithi143 bash[16533]: cluster 2024-02-13T03:57:57.783425+0000 mgr.smithi143.mxhzlj (mgr.14184) 924 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-13T03:57:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:58 smithi196 bash[19959]: cluster 2024-02-13T03:57:57.783425+0000 mgr.smithi143.mxhzlj (mgr.14184) 924 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-13T03:57:59.883 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:00.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:57:59 smithi143 bash[16533]: audit 2024-02-13T03:57:58.258288+0000 mgr.smithi143.mxhzlj (mgr.14184) 925 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:57:59 smithi196 bash[19959]: audit 2024-02-13T03:57:58.258288+0000 mgr.smithi143.mxhzlj (mgr.14184) 925 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:01.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:00 smithi143 bash[16533]: cluster 2024-02-13T03:57:59.785463+0000 mgr.smithi143.mxhzlj (mgr.14184) 926 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:01.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:00 smithi196 bash[19959]: cluster 2024-02-13T03:57:59.785463+0000 mgr.smithi143.mxhzlj (mgr.14184) 926 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:02.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:02 smithi143 bash[16533]: cluster 2024-02-13T03:58:01.786692+0000 mgr.smithi143.mxhzlj (mgr.14184) 927 : 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 2024-02-13T03:58:03.090 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:03.090 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:03.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:02 smithi196 bash[19959]: cluster 2024-02-13T03:58:01.786692+0000 mgr.smithi143.mxhzlj (mgr.14184) 927 : 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 2024-02-13T03:58:03.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:04.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:03 smithi143 bash[16533]: audit 2024-02-13T03:58:03.083247+0000 mgr.smithi143.mxhzlj (mgr.14184) 928 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:03 smithi196 bash[19959]: audit 2024-02-13T03:58:03.083247+0000 mgr.smithi143.mxhzlj (mgr.14184) 928 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:04.729 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:05.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:04 smithi143 bash[16533]: cluster 2024-02-13T03:58:03.788709+0000 mgr.smithi143.mxhzlj (mgr.14184) 929 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:05.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:04 smithi196 bash[19959]: cluster 2024-02-13T03:58:03.788709+0000 mgr.smithi143.mxhzlj (mgr.14184) 929 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:06.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:06 smithi196 bash[19959]: cluster 2024-02-13T03:58:05.790221+0000 mgr.smithi143.mxhzlj (mgr.14184) 930 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:06.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:06 smithi143 bash[16533]: cluster 2024-02-13T03:58:05.790221+0000 mgr.smithi143.mxhzlj (mgr.14184) 930 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:07.974 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:07.974 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:08.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:08.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:08 smithi143 bash[16533]: cluster 2024-02-13T03:58:07.791601+0000 mgr.smithi143.mxhzlj (mgr.14184) 931 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:08.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:08 smithi143 bash[16533]: audit 2024-02-13T03:58:07.963949+0000 mgr.smithi143.mxhzlj (mgr.14184) 932 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:09.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:08 smithi196 bash[19959]: cluster 2024-02-13T03:58:07.791601+0000 mgr.smithi143.mxhzlj (mgr.14184) 931 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:08 smithi196 bash[19959]: audit 2024-02-13T03:58:07.963949+0000 mgr.smithi143.mxhzlj (mgr.14184) 932 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:09.623 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:11.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:10 smithi143 bash[16533]: cluster 2024-02-13T03:58:09.793432+0000 mgr.smithi143.mxhzlj (mgr.14184) 933 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:11.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:10 smithi196 bash[19959]: cluster 2024-02-13T03:58:09.793432+0000 mgr.smithi143.mxhzlj (mgr.14184) 933 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:12.707 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:12.707 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:13.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:12 smithi143 bash[16533]: cluster 2024-02-13T03:58:11.794720+0000 mgr.smithi143.mxhzlj (mgr.14184) 934 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:13.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:12 smithi196 bash[19959]: cluster 2024-02-13T03:58:11.794720+0000 mgr.smithi143.mxhzlj (mgr.14184) 934 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:13.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:14.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:13 smithi143 bash[16533]: audit 2024-02-13T03:58:12.704278+0000 mgr.smithi143.mxhzlj (mgr.14184) 935 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:14.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:13 smithi196 bash[19959]: audit 2024-02-13T03:58:12.704278+0000 mgr.smithi143.mxhzlj (mgr.14184) 935 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:14.325 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:15.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:14 smithi143 bash[16533]: cluster 2024-02-13T03:58:13.796717+0000 mgr.smithi143.mxhzlj (mgr.14184) 936 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:15.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:14 smithi196 bash[19959]: cluster 2024-02-13T03:58:13.796717+0000 mgr.smithi143.mxhzlj (mgr.14184) 936 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:16 smithi196 bash[19959]: cluster 2024-02-13T03:58:15.797952+0000 mgr.smithi143.mxhzlj (mgr.14184) 937 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:16.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:16 smithi143 bash[16533]: cluster 2024-02-13T03:58:15.797952+0000 mgr.smithi143.mxhzlj (mgr.14184) 937 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:17.801 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:17.801 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:18.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:19.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:18 smithi143 bash[16533]: audit 2024-02-13T03:58:17.798157+0000 mgr.smithi143.mxhzlj (mgr.14184) 938 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:19.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:18 smithi143 bash[16533]: cluster 2024-02-13T03:58:17.799614+0000 mgr.smithi143.mxhzlj (mgr.14184) 939 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:19.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:18 smithi196 bash[19959]: audit 2024-02-13T03:58:17.798157+0000 mgr.smithi143.mxhzlj (mgr.14184) 938 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:19.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:18 smithi196 bash[19959]: cluster 2024-02-13T03:58:17.799614+0000 mgr.smithi143.mxhzlj (mgr.14184) 939 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:19.387 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:21.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:20 smithi143 bash[16533]: cluster 2024-02-13T03:58:19.801598+0000 mgr.smithi143.mxhzlj (mgr.14184) 940 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:21.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:20 smithi196 bash[19959]: cluster 2024-02-13T03:58:19.801598+0000 mgr.smithi143.mxhzlj (mgr.14184) 940 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:22.624 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:22.625 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:23.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:22 smithi143 bash[16533]: cluster 2024-02-13T03:58:21.802822+0000 mgr.smithi143.mxhzlj (mgr.14184) 941 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:23.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:23.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:22 smithi196 bash[19959]: cluster 2024-02-13T03:58:21.802822+0000 mgr.smithi143.mxhzlj (mgr.14184) 941 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:24.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:23 smithi143 bash[16533]: audit 2024-02-13T03:58:22.617113+0000 mgr.smithi143.mxhzlj (mgr.14184) 942 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:24.238 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:24.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:23 smithi196 bash[19959]: audit 2024-02-13T03:58:22.617113+0000 mgr.smithi143.mxhzlj (mgr.14184) 942 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:25.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:24 smithi143 bash[16533]: cluster 2024-02-13T03:58:23.804863+0000 mgr.smithi143.mxhzlj (mgr.14184) 943 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:25.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:24 smithi196 bash[19959]: cluster 2024-02-13T03:58:23.804863+0000 mgr.smithi143.mxhzlj (mgr.14184) 943 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:26.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:26 smithi196 bash[19959]: cluster 2024-02-13T03:58:25.806331+0000 mgr.smithi143.mxhzlj (mgr.14184) 944 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:26.879 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:26 smithi143 bash[16533]: cluster 2024-02-13T03:58:25.806331+0000 mgr.smithi143.mxhzlj (mgr.14184) 944 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:27.336 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:27.336 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:27.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:28.987 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:29.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:28 smithi143 bash[16533]: audit 2024-02-13T03:58:27.326537+0000 mgr.smithi143.mxhzlj (mgr.14184) 945 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:29.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:28 smithi143 bash[16533]: cluster 2024-02-13T03:58:27.807672+0000 mgr.smithi143.mxhzlj (mgr.14184) 946 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:29.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:28 smithi196 bash[19959]: audit 2024-02-13T03:58:27.326537+0000 mgr.smithi143.mxhzlj (mgr.14184) 945 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:29.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:28 smithi196 bash[19959]: cluster 2024-02-13T03:58:27.807672+0000 mgr.smithi143.mxhzlj (mgr.14184) 946 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:31.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:30 smithi143 bash[16533]: cluster 2024-02-13T03:58:29.809524+0000 mgr.smithi143.mxhzlj (mgr.14184) 947 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:31.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:30 smithi196 bash[19959]: cluster 2024-02-13T03:58:29.809524+0000 mgr.smithi143.mxhzlj (mgr.14184) 947 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:32.212 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:32.213 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:32.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:33.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:32 smithi143 bash[16533]: cluster 2024-02-13T03:58:31.810618+0000 mgr.smithi143.mxhzlj (mgr.14184) 948 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:33.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:32 smithi143 bash[16533]: audit 2024-02-13T03:58:32.203227+0000 mgr.smithi143.mxhzlj (mgr.14184) 949 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:33.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:32 smithi196 bash[19959]: cluster 2024-02-13T03:58:31.810618+0000 mgr.smithi143.mxhzlj (mgr.14184) 948 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:33.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:32 smithi196 bash[19959]: audit 2024-02-13T03:58:32.203227+0000 mgr.smithi143.mxhzlj (mgr.14184) 949 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:33.833 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:35.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:34 smithi143 bash[16533]: cluster 2024-02-13T03:58:33.812662+0000 mgr.smithi143.mxhzlj (mgr.14184) 950 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:35.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:34 smithi196 bash[19959]: cluster 2024-02-13T03:58:33.812662+0000 mgr.smithi143.mxhzlj (mgr.14184) 950 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:36.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:36 smithi196 bash[19959]: cluster 2024-02-13T03:58:35.813724+0000 mgr.smithi143.mxhzlj (mgr.14184) 951 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:36.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:36 smithi143 bash[16533]: cluster 2024-02-13T03:58:35.813724+0000 mgr.smithi143.mxhzlj (mgr.14184) 951 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:37.000 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:37.000 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:37.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:37.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:37 smithi196 bash[19959]: audit 2024-02-13T03:58:36.992991+0000 mgr.smithi143.mxhzlj (mgr.14184) 952 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:37.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:37 smithi143 bash[16533]: audit 2024-02-13T03:58:36.992991+0000 mgr.smithi143.mxhzlj (mgr.14184) 952 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:38.587 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:38.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:38 smithi143 bash[16533]: cluster 2024-02-13T03:58:37.815507+0000 mgr.smithi143.mxhzlj (mgr.14184) 953 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:39.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:38 smithi196 bash[19959]: cluster 2024-02-13T03:58:37.815507+0000 mgr.smithi143.mxhzlj (mgr.14184) 953 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:41.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:40 smithi143 bash[16533]: cluster 2024-02-13T03:58:39.817288+0000 mgr.smithi143.mxhzlj (mgr.14184) 954 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:41.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:40 smithi196 bash[19959]: cluster 2024-02-13T03:58:39.817288+0000 mgr.smithi143.mxhzlj (mgr.14184) 954 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:41.813 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:41.813 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:42.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:43.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:42 smithi143 bash[16533]: audit 2024-02-13T03:58:41.803121+0000 mgr.smithi143.mxhzlj (mgr.14184) 955 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:43.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:42 smithi143 bash[16533]: cluster 2024-02-13T03:58:41.818594+0000 mgr.smithi143.mxhzlj (mgr.14184) 956 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:43.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:42 smithi196 bash[19959]: audit 2024-02-13T03:58:41.803121+0000 mgr.smithi143.mxhzlj (mgr.14184) 955 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:43.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:42 smithi196 bash[19959]: cluster 2024-02-13T03:58:41.818594+0000 mgr.smithi143.mxhzlj (mgr.14184) 956 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:43.456 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:45.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:44 smithi143 bash[16533]: cluster 2024-02-13T03:58:43.820568+0000 mgr.smithi143.mxhzlj (mgr.14184) 957 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:44 smithi196 bash[19959]: cluster 2024-02-13T03:58:43.820568+0000 mgr.smithi143.mxhzlj (mgr.14184) 957 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:46.619 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:46.619 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:46.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:46 smithi196 bash[19959]: cluster 2024-02-13T03:58:45.822065+0000 mgr.smithi143.mxhzlj (mgr.14184) 958 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:46.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:46 smithi143 bash[16533]: cluster 2024-02-13T03:58:45.822065+0000 mgr.smithi143.mxhzlj (mgr.14184) 958 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:47.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:47.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:47 smithi143 bash[16533]: audit 2024-02-13T03:58:46.608424+0000 mgr.smithi143.mxhzlj (mgr.14184) 959 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:48.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:47 smithi196 bash[19959]: audit 2024-02-13T03:58:46.608424+0000 mgr.smithi143.mxhzlj (mgr.14184) 959 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:48.221 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:48 smithi143 bash[16533]: audit 2024-02-13T03:58:47.776743+0000 mon.smithi143 (mon.0) 901 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:58:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:48 smithi143 bash[16533]: cluster 2024-02-13T03:58:47.823304+0000 mgr.smithi143.mxhzlj (mgr.14184) 960 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:48 smithi143 bash[16533]: audit 2024-02-13T03:58:48.086377+0000 mon.smithi143 (mon.0) 902 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:58:49.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:48 smithi196 bash[19959]: audit 2024-02-13T03:58:47.776743+0000 mon.smithi143 (mon.0) 901 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:58:49.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:48 smithi196 bash[19959]: cluster 2024-02-13T03:58:47.823304+0000 mgr.smithi143.mxhzlj (mgr.14184) 960 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:58:49.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:48 smithi196 bash[19959]: audit 2024-02-13T03:58:48.086377+0000 mon.smithi143 (mon.0) 902 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:58:51.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:50 smithi143 bash[16533]: cluster 2024-02-13T03:58:49.825119+0000 mgr.smithi143.mxhzlj (mgr.14184) 961 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:51.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:50 smithi196 bash[19959]: cluster 2024-02-13T03:58:49.825119+0000 mgr.smithi143.mxhzlj (mgr.14184) 961 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:51.410 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:51.410 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:48:26.958821Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:48:26.959199Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:48:26.959467Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:48:26.959717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:48:26.960212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:48:26.959965Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:48:26.961218Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:52.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:53.022 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:53.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:52 smithi143 bash[16533]: audit 2024-02-13T03:58:51.401198+0000 mgr.smithi143.mxhzlj (mgr.14184) 962 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:52 smithi143 bash[16533]: cluster 2024-02-13T03:58:51.826027+0000 mgr.smithi143.mxhzlj (mgr.14184) 963 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:52 smithi196 bash[19959]: audit 2024-02-13T03:58:51.401198+0000 mgr.smithi143.mxhzlj (mgr.14184) 962 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:52 smithi196 bash[19959]: cluster 2024-02-13T03:58:51.826027+0000 mgr.smithi143.mxhzlj (mgr.14184) 963 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: audit 2024-02-13T03:58:53.683206+0000 mon.smithi143 (mon.0) 903 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: cluster 2024-02-13T03:58:53.828087+0000 mgr.smithi143.mxhzlj (mgr.14184) 964 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: audit 2024-02-13T03:58:53.980035+0000 mon.smithi143 (mon.0) 904 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: audit 2024-02-13T03:58:53.981649+0000 mon.smithi143 (mon.0) 905 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: audit 2024-02-13T03:58:53.992765+0000 mon.smithi143 (mon.0) 906 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: cluster 2024-02-13T03:58:53.994266+0000 mgr.smithi143.mxhzlj (mgr.14184) 965 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: audit 2024-02-13T03:58:54.000751+0000 mon.smithi143 (mon.0) 907 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: audit 2024-02-13T03:58:54.019512+0000 mon.smithi143 (mon.0) 908 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:58:55.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:54 smithi196 bash[19959]: cephadm 2024-02-13T03:58:54.022947+0000 mgr.smithi143.mxhzlj (mgr.14184) 966 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.tzvlwn on smithi196 2024-02-13T03:58:55.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: audit 2024-02-13T03:58:53.683206+0000 mon.smithi143 (mon.0) 903 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:58:55.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: cluster 2024-02-13T03:58:53.828087+0000 mgr.smithi143.mxhzlj (mgr.14184) 964 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:58:55.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: audit 2024-02-13T03:58:53.980035+0000 mon.smithi143 (mon.0) 904 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:58:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: audit 2024-02-13T03:58:53.981649+0000 mon.smithi143 (mon.0) 905 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:58:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: audit 2024-02-13T03:58:53.992765+0000 mon.smithi143 (mon.0) 906 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:58:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: cluster 2024-02-13T03:58:53.994266+0000 mgr.smithi143.mxhzlj (mgr.14184) 965 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:58:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: audit 2024-02-13T03:58:54.000751+0000 mon.smithi143 (mon.0) 907 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:58:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: audit 2024-02-13T03:58:54.019512+0000 mon.smithi143 (mon.0) 908 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:58:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:54 smithi143 bash[16533]: cephadm 2024-02-13T03:58:54.022947+0000 mgr.smithi143.mxhzlj (mgr.14184) 966 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.tzvlwn on smithi196 2024-02-13T03:58:55.963 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:55 smithi143 bash[16533]: cluster 2024-02-13T03:58:54.681392+0000 mon.smithi143 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:58:55.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:55 smithi143 bash[16533]: cluster 2024-02-13T03:58:54.681482+0000 mon.smithi143 (mon.0) 910 : cluster [INF] Cluster is now healthy 2024-02-13T03:58:56.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:55 smithi196 bash[19959]: cluster 2024-02-13T03:58:54.681392+0000 mon.smithi143 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:58:56.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:55 smithi196 bash[19959]: cluster 2024-02-13T03:58:54.681482+0000 mon.smithi143 (mon.0) 910 : cluster [INF] Cluster is now healthy 2024-02-13T03:58:56.314 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:58:56.315 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:56:33.264214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.aybbzg on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:58:56.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:58:57.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:56 smithi196 bash[19959]: cluster 2024-02-13T03:58:55.995111+0000 mgr.smithi143.mxhzlj (mgr.14184) 967 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:58:57.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:56 smithi143 bash[16533]: cluster 2024-02-13T03:58:55.995111+0000 mgr.smithi143.mxhzlj (mgr.14184) 967 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:58:57.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:57 smithi196 bash[19959]: audit 2024-02-13T03:58:56.311809+0000 mgr.smithi143.mxhzlj (mgr.14184) 968 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:57.922 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:58:58.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:57 smithi143 bash[16533]: audit 2024-02-13T03:58:56.311809+0000 mgr.smithi143.mxhzlj (mgr.14184) 968 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:58:59.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:58 smithi196 bash[19959]: cluster 2024-02-13T03:58:57.996156+0000 mgr.smithi143.mxhzlj (mgr.14184) 969 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:58:59.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:58 smithi196 bash[19959]: audit 2024-02-13T03:58:58.384166+0000 mon.smithi143 (mon.0) 911 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.tzvlwn"}]: dispatch 2024-02-13T03:58:59.164 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:58 smithi143 bash[16533]: cluster 2024-02-13T03:58:57.996156+0000 mgr.smithi143.mxhzlj (mgr.14184) 969 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:58:59.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:58 smithi143 bash[16533]: audit 2024-02-13T03:58:58.384166+0000 mon.smithi143 (mon.0) 911 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.tzvlwn"}]: dispatch 2024-02-13T03:59:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: cephadm 2024-02-13T03:58:58.383098+0000 mgr.smithi143.mxhzlj (mgr.14184) 970 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.tzvlwn ... 2024-02-13T03:59:00.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.tzvlwn ... 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: cephadm 2024-02-13T03:58:58.383594+0000 mgr.smithi143.mxhzlj (mgr.14184) 971 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: cephadm 2024-02-13T03:58:58.385926+0000 mgr.smithi143.mxhzlj (mgr.14184) 972 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.tzvlwn ... 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:00.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:00.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:00.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:58:59 smithi196 bash[19959]: cephadm 2024-02-13T03:58:58.390938+0000 mgr.smithi143.mxhzlj (mgr.14184) 973 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.tiipww on smithi143 2024-02-13T03:59:00.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: cephadm 2024-02-13T03:58:58.383098+0000 mgr.smithi143.mxhzlj (mgr.14184) 970 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:00.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.tzvlwn ... 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.tzvlwn ... 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: cephadm 2024-02-13T03:58:58.383594+0000 mgr.smithi143.mxhzlj (mgr.14184) 971 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: cephadm 2024-02-13T03:58:58.385926+0000 mgr.smithi143.mxhzlj (mgr.14184) 972 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:00.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn 2024-02-13T03:59:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.tzvlwn ... 2024-02-13T03:59:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:00.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:58:59 smithi143 bash[16533]: cephadm 2024-02-13T03:58:58.390938+0000 mgr.smithi143.mxhzlj (mgr.14184) 973 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.tiipww on smithi143 2024-02-13T03:59:00.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:00 smithi143 bash[16533]: cluster 2024-02-13T03:58:59.997592+0000 mgr.smithi143.mxhzlj (mgr.14184) 974 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:01.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:00 smithi196 bash[19959]: cluster 2024-02-13T03:58:59.997592+0000 mgr.smithi143.mxhzlj (mgr.14184) 974 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:01.340 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:01.340 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:43.799000Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.xctlrw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-xctlrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.xctlrw\nDeploy daemon haproxy.nfs.foo.smithi196.xctlrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.764779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jkfpxz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-jkfpxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.jkfpxz\nDeploy daemon haproxy.nfs.foo.smithi143.jkfpxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:57:47.768985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ctotxu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:02.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:03.023 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:03.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: audit 2024-02-13T03:59:01.332782+0000 mgr.smithi143.mxhzlj (mgr.14184) 975 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: cluster 2024-02-13T03:59:01.999544+0000 mgr.smithi143.mxhzlj (mgr.14184) 976 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: cephadm 2024-02-13T03:59:02.197632+0000 mgr.smithi143.mxhzlj (mgr.14184) 977 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.tiipww ... 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:03.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.tiipww ... 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: cephadm 2024-02-13T03:59:02.198289+0000 mgr.smithi143.mxhzlj (mgr.14184) 978 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: audit 2024-02-13T03:59:02.198890+0000 mon.smithi143 (mon.0) 912 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.tiipww"}]: dispatch 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: cephadm 2024-02-13T03:59:02.200281+0000 mgr.smithi143.mxhzlj (mgr.14184) 979 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.tiipww ... 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:03.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:03.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:03.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: cephadm 2024-02-13T03:59:02.203952+0000 mgr.smithi143.mxhzlj (mgr.14184) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:59:03.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: cephadm 2024-02-13T03:59:02.206855+0000 mgr.smithi143.mxhzlj (mgr.14184) 981 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:59:03.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:03 smithi143 bash[16533]: cluster 2024-02-13T03:59:02.208207+0000 mgr.smithi143.mxhzlj (mgr.14184) 982 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: audit 2024-02-13T03:59:01.332782+0000 mgr.smithi143.mxhzlj (mgr.14184) 975 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: cluster 2024-02-13T03:59:01.999544+0000 mgr.smithi143.mxhzlj (mgr.14184) 976 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: cephadm 2024-02-13T03:59:02.197632+0000 mgr.smithi143.mxhzlj (mgr.14184) 977 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.tiipww ... 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:03.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.tiipww ... 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: cephadm 2024-02-13T03:59:02.198289+0000 mgr.smithi143.mxhzlj (mgr.14184) 978 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: audit 2024-02-13T03:59:02.198890+0000 mon.smithi143 (mon.0) 912 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.tiipww"}]: dispatch 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: cephadm 2024-02-13T03:59:02.200281+0000 mgr.smithi143.mxhzlj (mgr.14184) 979 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.tiipww ... 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: cephadm 2024-02-13T03:59:02.203952+0000 mgr.smithi143.mxhzlj (mgr.14184) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: cephadm 2024-02-13T03:59:02.206855+0000 mgr.smithi143.mxhzlj (mgr.14184) 981 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:59:03.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:03 smithi196 bash[19959]: cluster 2024-02-13T03:59:02.208207+0000 mgr.smithi143.mxhzlj (mgr.14184) 982 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-02-13T03:59:04.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:04 smithi143 bash[16533]: cluster 2024-02-13T03:59:03.054078+0000 mon.smithi143 (mon.0) 913 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:59:04.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:04 smithi143 bash[16533]: audit 2024-02-13T03:59:03.321064+0000 mon.smithi143 (mon.0) 914 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:59:04.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:04 smithi196 bash[19959]: cluster 2024-02-13T03:59:03.054078+0000 mon.smithi143 (mon.0) 913 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:59:04.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:04 smithi196 bash[19959]: audit 2024-02-13T03:59:03.321064+0000 mon.smithi143 (mon.0) 914 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T03:59:05.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:05 smithi143 bash[16533]: cluster 2024-02-13T03:59:04.210262+0000 mgr.smithi143.mxhzlj (mgr.14184) 983 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:05.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:05 smithi196 bash[19959]: cluster 2024-02-13T03:59:04.210262+0000 mgr.smithi143.mxhzlj (mgr.14184) 983 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:06.497 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:06.498 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:06.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:06 smithi143 bash[16533]: cluster 2024-02-13T03:59:06.211434+0000 mgr.smithi143.mxhzlj (mgr.14184) 984 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:07.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:06 smithi196 bash[19959]: cluster 2024-02-13T03:59:06.211434+0000 mgr.smithi143.mxhzlj (mgr.14184) 984 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:07.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:07.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:07 smithi143 bash[16533]: audit 2024-02-13T03:59:06.487049+0000 mgr.smithi143.mxhzlj (mgr.14184) 985 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:08.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:07 smithi196 bash[19959]: audit 2024-02-13T03:59:06.487049+0000 mgr.smithi143.mxhzlj (mgr.14184) 985 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:08.050 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:08.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:08 smithi143 bash[16533]: cluster 2024-02-13T03:59:08.213183+0000 mgr.smithi143.mxhzlj (mgr.14184) 986 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:09.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:08 smithi196 bash[19959]: cluster 2024-02-13T03:59:08.213183+0000 mgr.smithi143.mxhzlj (mgr.14184) 986 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:10.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:10 smithi143 bash[16533]: cluster 2024-02-13T03:59:10.214851+0000 mgr.smithi143.mxhzlj (mgr.14184) 987 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:10.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:10 smithi196 bash[19959]: cluster 2024-02-13T03:59:10.214851+0000 mgr.smithi143.mxhzlj (mgr.14184) 987 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:11.171 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:11.172 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:11.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:11 smithi143 bash[16533]: audit 2024-02-13T03:59:11.160701+0000 mgr.smithi143.mxhzlj (mgr.14184) 988 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:11.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:12.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:11 smithi196 bash[19959]: audit 2024-02-13T03:59:11.160701+0000 mgr.smithi143.mxhzlj (mgr.14184) 988 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:12.802 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:12.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:12 smithi143 bash[16533]: cluster 2024-02-13T03:59:12.216491+0000 mgr.smithi143.mxhzlj (mgr.14184) 989 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:13.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:12 smithi196 bash[19959]: cluster 2024-02-13T03:59:12.216491+0000 mgr.smithi143.mxhzlj (mgr.14184) 989 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T03:59:14.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:14 smithi143 bash[16533]: cluster 2024-02-13T03:59:14.218486+0000 mgr.smithi143.mxhzlj (mgr.14184) 990 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:14.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:14 smithi196 bash[19959]: cluster 2024-02-13T03:59:14.218486+0000 mgr.smithi143.mxhzlj (mgr.14184) 990 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:15.968 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:15.968 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:16.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:16.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:16 smithi143 bash[16533]: audit 2024-02-13T03:59:15.960018+0000 mgr.smithi143.mxhzlj (mgr.14184) 991 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:16.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:16 smithi143 bash[16533]: cluster 2024-02-13T03:59:16.219648+0000 mgr.smithi143.mxhzlj (mgr.14184) 992 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:17.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:16 smithi196 bash[19959]: audit 2024-02-13T03:59:15.960018+0000 mgr.smithi143.mxhzlj (mgr.14184) 991 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:17.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:16 smithi196 bash[19959]: cluster 2024-02-13T03:59:16.219648+0000 mgr.smithi143.mxhzlj (mgr.14184) 992 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:17.558 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:18.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:18 smithi143 bash[16533]: cluster 2024-02-13T03:59:18.221468+0000 mgr.smithi143.mxhzlj (mgr.14184) 993 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:18.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:18 smithi196 bash[19959]: cluster 2024-02-13T03:59:18.221468+0000 mgr.smithi143.mxhzlj (mgr.14184) 993 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:20.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:20 smithi143 bash[16533]: cluster 2024-02-13T03:59:20.223261+0000 mgr.smithi143.mxhzlj (mgr.14184) 994 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:20.674 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:20.674 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:20.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:20 smithi196 bash[19959]: cluster 2024-02-13T03:59:20.223261+0000 mgr.smithi143.mxhzlj (mgr.14184) 994 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:21.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:21 smithi143 bash[16533]: audit 2024-02-13T03:59:20.665572+0000 mgr.smithi143.mxhzlj (mgr.14184) 995 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:22.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:21 smithi196 bash[19959]: audit 2024-02-13T03:59:20.665572+0000 mgr.smithi143.mxhzlj (mgr.14184) 995 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:22.344 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:22.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:22 smithi143 bash[16533]: cluster 2024-02-13T03:59:22.224810+0000 mgr.smithi143.mxhzlj (mgr.14184) 996 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:23.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:22 smithi196 bash[19959]: cluster 2024-02-13T03:59:22.224810+0000 mgr.smithi143.mxhzlj (mgr.14184) 996 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:24.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:24 smithi143 bash[16533]: cluster 2024-02-13T03:59:24.226014+0000 mgr.smithi143.mxhzlj (mgr.14184) 997 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:24.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:24 smithi196 bash[19959]: cluster 2024-02-13T03:59:24.226014+0000 mgr.smithi143.mxhzlj (mgr.14184) 997 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:25.466 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:25.467 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:26.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:26 smithi143 bash[16533]: audit 2024-02-13T03:59:25.456204+0000 mgr.smithi143.mxhzlj (mgr.14184) 998 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:26 smithi143 bash[16533]: cluster 2024-02-13T03:59:26.227498+0000 mgr.smithi143.mxhzlj (mgr.14184) 999 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:27.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:26 smithi196 bash[19959]: audit 2024-02-13T03:59:25.456204+0000 mgr.smithi143.mxhzlj (mgr.14184) 998 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:26 smithi196 bash[19959]: cluster 2024-02-13T03:59:26.227498+0000 mgr.smithi143.mxhzlj (mgr.14184) 999 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:27.037 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:28.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:28 smithi143 bash[16533]: cluster 2024-02-13T03:59:28.229384+0000 mgr.smithi143.mxhzlj (mgr.14184) 1000 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:28.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:28 smithi196 bash[19959]: cluster 2024-02-13T03:59:28.229384+0000 mgr.smithi143.mxhzlj (mgr.14184) 1000 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:30.137 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:30.138 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:30.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:30 smithi143 bash[16533]: audit 2024-02-13T03:59:30.126293+0000 mgr.smithi143.mxhzlj (mgr.14184) 1001 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:30.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:30 smithi143 bash[16533]: cluster 2024-02-13T03:59:30.231027+0000 mgr.smithi143.mxhzlj (mgr.14184) 1002 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:30.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:30 smithi196 bash[19959]: audit 2024-02-13T03:59:30.126293+0000 mgr.smithi143.mxhzlj (mgr.14184) 1001 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:30.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:30 smithi196 bash[19959]: cluster 2024-02-13T03:59:30.231027+0000 mgr.smithi143.mxhzlj (mgr.14184) 1002 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:30.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:31.783 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:32.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:32 smithi143 bash[16533]: cluster 2024-02-13T03:59:32.232734+0000 mgr.smithi143.mxhzlj (mgr.14184) 1003 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:32.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:32 smithi196 bash[19959]: cluster 2024-02-13T03:59:32.232734+0000 mgr.smithi143.mxhzlj (mgr.14184) 1003 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:34.583 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:34 smithi143 bash[16533]: cluster 2024-02-13T03:59:34.234702+0000 mgr.smithi143.mxhzlj (mgr.14184) 1004 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:34.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:34 smithi196 bash[19959]: cluster 2024-02-13T03:59:34.234702+0000 mgr.smithi143.mxhzlj (mgr.14184) 1004 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:34.996 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:34.996 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:35.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:35 smithi143 bash[16533]: audit 2024-02-13T03:59:34.986385+0000 mgr.smithi143.mxhzlj (mgr.14184) 1005 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:35.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:35.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:35 smithi196 bash[19959]: audit 2024-02-13T03:59:34.986385+0000 mgr.smithi143.mxhzlj (mgr.14184) 1005 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:36.615 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:36.914 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:36 smithi143 bash[16533]: cluster 2024-02-13T03:59:36.235614+0000 mgr.smithi143.mxhzlj (mgr.14184) 1006 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:37.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:36 smithi196 bash[19959]: cluster 2024-02-13T03:59:36.235614+0000 mgr.smithi143.mxhzlj (mgr.14184) 1006 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:38.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:38 smithi143 bash[16533]: cluster 2024-02-13T03:59:38.237437+0000 mgr.smithi143.mxhzlj (mgr.14184) 1007 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:38.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:38 smithi196 bash[19959]: cluster 2024-02-13T03:59:38.237437+0000 mgr.smithi143.mxhzlj (mgr.14184) 1007 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:39.818 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:39.818 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:40.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:40.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:40 smithi143 bash[16533]: audit 2024-02-13T03:59:39.809761+0000 mgr.smithi143.mxhzlj (mgr.14184) 1008 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:40.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:40 smithi143 bash[16533]: cluster 2024-02-13T03:59:40.239149+0000 mgr.smithi143.mxhzlj (mgr.14184) 1009 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:40.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:40 smithi196 bash[19959]: audit 2024-02-13T03:59:39.809761+0000 mgr.smithi143.mxhzlj (mgr.14184) 1008 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:40.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:40 smithi196 bash[19959]: cluster 2024-02-13T03:59:40.239149+0000 mgr.smithi143.mxhzlj (mgr.14184) 1009 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:41.464 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:42.644 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:42 smithi143 bash[16533]: cluster 2024-02-13T03:59:42.240075+0000 mgr.smithi143.mxhzlj (mgr.14184) 1010 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:42.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:42 smithi196 bash[19959]: cluster 2024-02-13T03:59:42.240075+0000 mgr.smithi143.mxhzlj (mgr.14184) 1010 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:44.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:44 smithi143 bash[16533]: cluster 2024-02-13T03:59:44.241390+0000 mgr.smithi143.mxhzlj (mgr.14184) 1011 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:44.558 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:44.559 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:44.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:44 smithi196 bash[19959]: cluster 2024-02-13T03:59:44.241390+0000 mgr.smithi143.mxhzlj (mgr.14184) 1011 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:45.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:45.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:45 smithi143 bash[16533]: audit 2024-02-13T03:59:44.548088+0000 mgr.smithi143.mxhzlj (mgr.14184) 1012 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:45.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:45 smithi196 bash[19959]: audit 2024-02-13T03:59:44.548088+0000 mgr.smithi143.mxhzlj (mgr.14184) 1012 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:46.207 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:46.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:46 smithi143 bash[16533]: cluster 2024-02-13T03:59:46.242630+0000 mgr.smithi143.mxhzlj (mgr.14184) 1013 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:47.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:46 smithi196 bash[19959]: cluster 2024-02-13T03:59:46.242630+0000 mgr.smithi143.mxhzlj (mgr.14184) 1013 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:48.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:48 smithi143 bash[16533]: cluster 2024-02-13T03:59:48.243873+0000 mgr.smithi143.mxhzlj (mgr.14184) 1014 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:48.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:48 smithi196 bash[19959]: cluster 2024-02-13T03:59:48.243873+0000 mgr.smithi143.mxhzlj (mgr.14184) 1014 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:49.459 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:49.459 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:50.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:50.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:50 smithi143 bash[16533]: audit 2024-02-13T03:59:49.450958+0000 mgr.smithi143.mxhzlj (mgr.14184) 1015 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:50.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:50 smithi143 bash[16533]: cluster 2024-02-13T03:59:50.245230+0000 mgr.smithi143.mxhzlj (mgr.14184) 1016 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:50.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:50 smithi196 bash[19959]: audit 2024-02-13T03:59:49.450958+0000 mgr.smithi143.mxhzlj (mgr.14184) 1015 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:50.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:50 smithi196 bash[19959]: cluster 2024-02-13T03:59:50.245230+0000 mgr.smithi143.mxhzlj (mgr.14184) 1016 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:51.110 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:52.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:52 smithi143 bash[16533]: cluster 2024-02-13T03:59:52.247037+0000 mgr.smithi143.mxhzlj (mgr.14184) 1017 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:52.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:52 smithi196 bash[19959]: cluster 2024-02-13T03:59:52.247037+0000 mgr.smithi143.mxhzlj (mgr.14184) 1017 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:54.119 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:54.119 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:54.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:54 smithi143 bash[16533]: audit 2024-02-13T03:59:54.114229+0000 mgr.smithi143.mxhzlj (mgr.14184) 1018 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:54.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:54 smithi143 bash[16533]: cluster 2024-02-13T03:59:54.248504+0000 mgr.smithi143.mxhzlj (mgr.14184) 1019 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:54.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:54.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:54 smithi196 bash[19959]: audit 2024-02-13T03:59:54.114229+0000 mgr.smithi143.mxhzlj (mgr.14184) 1018 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:54.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:54 smithi196 bash[19959]: cluster 2024-02-13T03:59:54.248504+0000 mgr.smithi143.mxhzlj (mgr.14184) 1019 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:55.709 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:59:56.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:56 smithi143 bash[16533]: cluster 2024-02-13T03:59:56.249755+0000 mgr.smithi143.mxhzlj (mgr.14184) 1020 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:57.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:56 smithi196 bash[19959]: cluster 2024-02-13T03:59:56.249755+0000 mgr.smithi143.mxhzlj (mgr.14184) 1020 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:59:58.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:58 smithi143 bash[16533]: cluster 2024-02-13T03:59:58.251427+0000 mgr.smithi143.mxhzlj (mgr.14184) 1021 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:58.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:58 smithi196 bash[19959]: cluster 2024-02-13T03:59:58.251427+0000 mgr.smithi143.mxhzlj (mgr.14184) 1021 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:59:58.857 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T03:59:58.857 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:59:59.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:59:59.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 03:59:59 smithi143 bash[16533]: audit 2024-02-13T03:59:58.846624+0000 mgr.smithi143.mxhzlj (mgr.14184) 1022 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:59:59.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 03:59:59 smithi196 bash[19959]: audit 2024-02-13T03:59:58.846624+0000 mgr.smithi143.mxhzlj (mgr.14184) 1022 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:00.507 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:00.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:00 smithi143 bash[16533]: cluster 2024-02-13T04:00:00.000170+0000 mon.smithi143 (mon.0) 915 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-13T04:00:00.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:00 smithi143 bash[16533]: cluster 2024-02-13T04:00:00.252662+0000 mgr.smithi143.mxhzlj (mgr.14184) 1023 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:00.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:00 smithi196 bash[19959]: cluster 2024-02-13T04:00:00.000170+0000 mon.smithi143 (mon.0) 915 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-13T04:00:00.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:00 smithi196 bash[19959]: cluster 2024-02-13T04:00:00.252662+0000 mgr.smithi143.mxhzlj (mgr.14184) 1023 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:02.528 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:02 smithi196 bash[19959]: audit 2024-02-13T04:00:02.211844+0000 mon.smithi143 (mon.0) 916 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:00:02.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:02 smithi143 bash[16533]: audit 2024-02-13T04:00:02.211844+0000 mon.smithi143 (mon.0) 916 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:00:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:03 smithi143 bash[16533]: cluster 2024-02-13T04:00:02.254376+0000 mgr.smithi143.mxhzlj (mgr.14184) 1024 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:03 smithi143 bash[16533]: audit 2024-02-13T04:00:02.526498+0000 mon.smithi143 (mon.0) 917 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:03 smithi143 bash[16533]: audit 2024-02-13T04:00:02.852951+0000 mon.smithi143 (mon.0) 918 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:00:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:03 smithi143 bash[16533]: audit 2024-02-13T04:00:02.854706+0000 mon.smithi143 (mon.0) 919 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:00:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:03 smithi143 bash[16533]: audit 2024-02-13T04:00:02.864722+0000 mon.smithi143 (mon.0) 920 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:03 smithi143 bash[16533]: audit 2024-02-13T04:00:02.874236+0000 mon.smithi143 (mon.0) 921 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:00:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:03 smithi143 bash[16533]: audit 2024-02-13T04:00:02.887324+0000 mon.smithi143 (mon.0) 922 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:03.674 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:03.674 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:57:47.772601Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.mwwumx on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:03.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:03 smithi196 bash[19959]: cluster 2024-02-13T04:00:02.254376+0000 mgr.smithi143.mxhzlj (mgr.14184) 1024 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:03.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:03 smithi196 bash[19959]: audit 2024-02-13T04:00:02.526498+0000 mon.smithi143 (mon.0) 917 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:03 smithi196 bash[19959]: audit 2024-02-13T04:00:02.852951+0000 mon.smithi143 (mon.0) 918 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:00:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:03 smithi196 bash[19959]: audit 2024-02-13T04:00:02.854706+0000 mon.smithi143 (mon.0) 919 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:00:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:03 smithi196 bash[19959]: audit 2024-02-13T04:00:02.864722+0000 mon.smithi143 (mon.0) 920 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:03 smithi196 bash[19959]: audit 2024-02-13T04:00:02.874236+0000 mon.smithi143 (mon.0) 921 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:00:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:03 smithi196 bash[19959]: audit 2024-02-13T04:00:02.887324+0000 mon.smithi143 (mon.0) 922 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:04.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:04.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:04 smithi143 bash[16533]: cluster 2024-02-13T04:00:02.866039+0000 mgr.smithi143.mxhzlj (mgr.14184) 1025 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:04.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:04 smithi143 bash[16533]: cephadm 2024-02-13T04:00:02.890738+0000 mgr.smithi143.mxhzlj (mgr.14184) 1026 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.etrnud on smithi196 2024-02-13T04:00:04.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:04 smithi143 bash[16533]: audit 2024-02-13T04:00:03.671025+0000 mgr.smithi143.mxhzlj (mgr.14184) 1027 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:04.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:04 smithi143 bash[16533]: cluster 2024-02-13T04:00:03.860501+0000 mon.smithi143 (mon.0) 923 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:00:04.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:04 smithi143 bash[16533]: cluster 2024-02-13T04:00:03.860568+0000 mon.smithi143 (mon.0) 924 : cluster [INF] Cluster is now healthy 2024-02-13T04:00:04.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:04 smithi196 bash[19959]: cluster 2024-02-13T04:00:02.866039+0000 mgr.smithi143.mxhzlj (mgr.14184) 1025 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:04.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:04 smithi196 bash[19959]: cephadm 2024-02-13T04:00:02.890738+0000 mgr.smithi143.mxhzlj (mgr.14184) 1026 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.etrnud on smithi196 2024-02-13T04:00:04.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:04 smithi196 bash[19959]: audit 2024-02-13T04:00:03.671025+0000 mgr.smithi143.mxhzlj (mgr.14184) 1027 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:04.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:04 smithi196 bash[19959]: cluster 2024-02-13T04:00:03.860501+0000 mon.smithi143 (mon.0) 923 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:00:04.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:04 smithi196 bash[19959]: cluster 2024-02-13T04:00:03.860568+0000 mon.smithi143 (mon.0) 924 : cluster [INF] Cluster is now healthy 2024-02-13T04:00:05.360 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:05.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:05 smithi143 bash[16533]: cluster 2024-02-13T04:00:04.867620+0000 mgr.smithi143.mxhzlj (mgr.14184) 1028 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:05.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:05 smithi196 bash[19959]: cluster 2024-02-13T04:00:04.867620+0000 mgr.smithi143.mxhzlj (mgr.14184) 1028 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:07.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:07 smithi143 bash[16533]: audit 2024-02-13T04:00:06.802609+0000 mon.smithi143 (mon.0) 925 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:07.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:07 smithi143 bash[16533]: cluster 2024-02-13T04:00:06.868312+0000 mgr.smithi143.mxhzlj (mgr.14184) 1029 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:07.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:07 smithi143 bash[16533]: audit 2024-02-13T04:00:07.631845+0000 mon.smithi143 (mon.0) 926 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.etrnud"}]: dispatch 2024-02-13T04:00:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:07 smithi196 bash[19959]: audit 2024-02-13T04:00:06.802609+0000 mon.smithi143 (mon.0) 925 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:07 smithi196 bash[19959]: cluster 2024-02-13T04:00:06.868312+0000 mgr.smithi143.mxhzlj (mgr.14184) 1029 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:07 smithi196 bash[19959]: audit 2024-02-13T04:00:07.631845+0000 mon.smithi143 (mon.0) 926 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.etrnud"}]: dispatch 2024-02-13T04:00:08.677 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:08.677 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:58:58.385550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.tzvlwn on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-tzvlwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.tzvlwn\nDeploy daemon haproxy.nfs.foo.smithi196.tzvlwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.200033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.tiipww on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-tiipww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.tiipww\nDeploy daemon haproxy.nfs.foo.smithi143.tiipww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:59:02.203798Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlczfw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:09.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: cephadm 2024-02-13T04:00:07.630624+0000 mgr.smithi143.mxhzlj (mgr.14184) 1030 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.etrnud ... 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:00:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.etrnud ... 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: cephadm 2024-02-13T04:00:07.631293+0000 mgr.smithi143.mxhzlj (mgr.14184) 1031 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: cephadm 2024-02-13T04:00:07.633350+0000 mgr.smithi143.mxhzlj (mgr.14184) 1032 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.etrnud ... 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:09.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:08 smithi143 bash[16533]: cephadm 2024-02-13T04:00:07.638031+0000 mgr.smithi143.mxhzlj (mgr.14184) 1033 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.eppwvh on smithi143 2024-02-13T04:00:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: cephadm 2024-02-13T04:00:07.630624+0000 mgr.smithi143.mxhzlj (mgr.14184) 1030 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.etrnud ... 2024-02-13T04:00:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:09.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.etrnud ... 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: cephadm 2024-02-13T04:00:07.631293+0000 mgr.smithi143.mxhzlj (mgr.14184) 1031 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: cephadm 2024-02-13T04:00:07.633350+0000 mgr.smithi143.mxhzlj (mgr.14184) 1032 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.etrnud ... 2024-02-13T04:00:09.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:09.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:09.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:09.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:09.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:08 smithi196 bash[19959]: cephadm 2024-02-13T04:00:07.638031+0000 mgr.smithi143.mxhzlj (mgr.14184) 1033 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.eppwvh on smithi143 2024-02-13T04:00:09.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:10.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:09 smithi143 bash[16533]: audit 2024-02-13T04:00:08.666630+0000 mgr.smithi143.mxhzlj (mgr.14184) 1034 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:10.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:09 smithi143 bash[16533]: cluster 2024-02-13T04:00:08.870065+0000 mgr.smithi143.mxhzlj (mgr.14184) 1035 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:10.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:09 smithi196 bash[19959]: audit 2024-02-13T04:00:08.666630+0000 mgr.smithi143.mxhzlj (mgr.14184) 1034 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:09 smithi196 bash[19959]: cluster 2024-02-13T04:00:08.870065+0000 mgr.smithi143.mxhzlj (mgr.14184) 1035 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:10.358 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:11.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:11 smithi143 bash[16533]: cluster 2024-02-13T04:00:10.871408+0000 mgr.smithi143.mxhzlj (mgr.14184) 1036 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:12.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:11 smithi196 bash[19959]: cluster 2024-02-13T04:00:10.871408+0000 mgr.smithi143.mxhzlj (mgr.14184) 1036 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-13T04:00:12.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: cephadm 2024-02-13T04:00:11.899800+0000 mgr.smithi143.mxhzlj (mgr.14184) 1037 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:12.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:12.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.eppwvh ... 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:00:12.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.eppwvh ... 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: cephadm 2024-02-13T04:00:11.900068+0000 mgr.smithi143.mxhzlj (mgr.14184) 1038 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: audit 2024-02-13T04:00:11.900550+0000 mon.smithi143 (mon.0) 927 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.eppwvh"}]: dispatch 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: cephadm 2024-02-13T04:00:11.901528+0000 mgr.smithi143.mxhzlj (mgr.14184) 1039 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:12.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.eppwvh ... 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: cephadm 2024-02-13T04:00:11.903774+0000 mgr.smithi143.mxhzlj (mgr.14184) 1040 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: cephadm 2024-02-13T04:00:11.907202+0000 mgr.smithi143.mxhzlj (mgr.14184) 1041 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:00:12.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:12 smithi143 bash[16533]: cluster 2024-02-13T04:00:11.908784+0000 mgr.smithi143.mxhzlj (mgr.14184) 1042 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: cephadm 2024-02-13T04:00:11.899800+0000 mgr.smithi143.mxhzlj (mgr.14184) 1037 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.eppwvh ... 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:13.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.eppwvh ... 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:13.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: cephadm 2024-02-13T04:00:11.900068+0000 mgr.smithi143.mxhzlj (mgr.14184) 1038 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: audit 2024-02-13T04:00:11.900550+0000 mon.smithi143 (mon.0) 927 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.eppwvh"}]: dispatch 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: cephadm 2024-02-13T04:00:11.901528+0000 mgr.smithi143.mxhzlj (mgr.14184) 1039 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:00:13.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.eppwvh ... 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: cephadm 2024-02-13T04:00:11.903774+0000 mgr.smithi143.mxhzlj (mgr.14184) 1040 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: cephadm 2024-02-13T04:00:11.907202+0000 mgr.smithi143.mxhzlj (mgr.14184) 1041 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:00:13.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:12 smithi196 bash[19959]: cluster 2024-02-13T04:00:11.908784+0000 mgr.smithi143.mxhzlj (mgr.14184) 1042 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-02-13T04:00:13.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:13 smithi143 bash[16533]: cluster 2024-02-13T04:00:12.539682+0000 mon.smithi143 (mon.0) 928 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:00:13.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:13 smithi143 bash[16533]: audit 2024-02-13T04:00:13.382029+0000 mon.smithi143 (mon.0) 929 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:13.813 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:13.813 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:14.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:13 smithi196 bash[19959]: cluster 2024-02-13T04:00:12.539682+0000 mon.smithi143 (mon.0) 928 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:00:14.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:13 smithi196 bash[19959]: audit 2024-02-13T04:00:13.382029+0000 mon.smithi143 (mon.0) 929 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:14.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:14.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:14 smithi143 bash[16533]: audit 2024-02-13T04:00:13.807891+0000 mgr.smithi143.mxhzlj (mgr.14184) 1043 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:14.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:14 smithi143 bash[16533]: cluster 2024-02-13T04:00:13.910722+0000 mgr.smithi143.mxhzlj (mgr.14184) 1044 : cluster [DBG] pgmap v700: 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 2024-02-13T04:00:15.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:14 smithi196 bash[19959]: audit 2024-02-13T04:00:13.807891+0000 mgr.smithi143.mxhzlj (mgr.14184) 1043 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:15.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:14 smithi196 bash[19959]: cluster 2024-02-13T04:00:13.910722+0000 mgr.smithi143.mxhzlj (mgr.14184) 1044 : cluster [DBG] pgmap v700: 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 2024-02-13T04:00:15.426 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:16.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:16 smithi143 bash[16533]: cluster 2024-02-13T04:00:15.912232+0000 mgr.smithi143.mxhzlj (mgr.14184) 1045 : cluster [DBG] pgmap v701: 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 2024-02-13T04:00:17.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:16 smithi196 bash[19959]: cluster 2024-02-13T04:00:15.912232+0000 mgr.smithi143.mxhzlj (mgr.14184) 1045 : cluster [DBG] pgmap v701: 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 2024-02-13T04:00:18.503 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:18.503 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:19.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:19.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:18 smithi196 bash[19959]: cluster 2024-02-13T04:00:17.914088+0000 mgr.smithi143.mxhzlj (mgr.14184) 1046 : cluster [DBG] pgmap v702: 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 2024-02-13T04:00:19.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:18 smithi143 bash[16533]: cluster 2024-02-13T04:00:17.914088+0000 mgr.smithi143.mxhzlj (mgr.14184) 1046 : cluster [DBG] pgmap v702: 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 2024-02-13T04:00:20.107 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:20.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:19 smithi196 bash[19959]: audit 2024-02-13T04:00:18.493496+0000 mgr.smithi143.mxhzlj (mgr.14184) 1047 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:20.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:19 smithi143 bash[16533]: audit 2024-02-13T04:00:18.493496+0000 mgr.smithi143.mxhzlj (mgr.14184) 1047 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:21.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:20 smithi196 bash[19959]: cluster 2024-02-13T04:00:19.915720+0000 mgr.smithi143.mxhzlj (mgr.14184) 1048 : cluster [DBG] pgmap v703: 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 2024-02-13T04:00:21.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:20 smithi143 bash[16533]: cluster 2024-02-13T04:00:19.915720+0000 mgr.smithi143.mxhzlj (mgr.14184) 1048 : cluster [DBG] pgmap v703: 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 2024-02-13T04:00:23.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:22 smithi143 bash[16533]: audit 2024-02-13T04:00:21.802723+0000 mon.smithi143 (mon.0) 930 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:23.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:22 smithi143 bash[16533]: cluster 2024-02-13T04:00:21.917513+0000 mgr.smithi143.mxhzlj (mgr.14184) 1049 : cluster [DBG] pgmap v704: 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 2024-02-13T04:00:23.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:22 smithi196 bash[19959]: audit 2024-02-13T04:00:21.802723+0000 mon.smithi143 (mon.0) 930 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:00:23.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:22 smithi196 bash[19959]: cluster 2024-02-13T04:00:21.917513+0000 mgr.smithi143.mxhzlj (mgr.14184) 1049 : cluster [DBG] pgmap v704: 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 2024-02-13T04:00:23.369 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:23.369 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:24.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:25.010 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:25.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:24 smithi196 bash[19959]: audit 2024-02-13T04:00:23.358480+0000 mgr.smithi143.mxhzlj (mgr.14184) 1050 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:25.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:24 smithi196 bash[19959]: cluster 2024-02-13T04:00:23.919243+0000 mgr.smithi143.mxhzlj (mgr.14184) 1051 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:25.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:24 smithi143 bash[16533]: audit 2024-02-13T04:00:23.358480+0000 mgr.smithi143.mxhzlj (mgr.14184) 1050 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:25.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:24 smithi143 bash[16533]: cluster 2024-02-13T04:00:23.919243+0000 mgr.smithi143.mxhzlj (mgr.14184) 1051 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:26 smithi143 bash[16533]: cluster 2024-02-13T04:00:25.920632+0000 mgr.smithi143.mxhzlj (mgr.14184) 1052 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:27.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:26 smithi196 bash[19959]: cluster 2024-02-13T04:00:25.920632+0000 mgr.smithi143.mxhzlj (mgr.14184) 1052 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:28.189 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:28.189 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:28.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:29.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:28 smithi143 bash[16533]: cluster 2024-02-13T04:00:27.922468+0000 mgr.smithi143.mxhzlj (mgr.14184) 1053 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:00:29.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:28 smithi143 bash[16533]: audit 2024-02-13T04:00:28.179319+0000 mgr.smithi143.mxhzlj (mgr.14184) 1054 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:29.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:28 smithi196 bash[19959]: cluster 2024-02-13T04:00:27.922468+0000 mgr.smithi143.mxhzlj (mgr.14184) 1053 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:00:29.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:28 smithi196 bash[19959]: audit 2024-02-13T04:00:28.179319+0000 mgr.smithi143.mxhzlj (mgr.14184) 1054 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:29.825 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:31.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:30 smithi143 bash[16533]: cluster 2024-02-13T04:00:29.923540+0000 mgr.smithi143.mxhzlj (mgr.14184) 1055 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:31.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:30 smithi196 bash[19959]: cluster 2024-02-13T04:00:29.923540+0000 mgr.smithi143.mxhzlj (mgr.14184) 1055 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:32.997 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:32.997 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:33.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:32 smithi196 bash[19959]: cluster 2024-02-13T04:00:31.925095+0000 mgr.smithi143.mxhzlj (mgr.14184) 1056 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:33.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:32 smithi143 bash[16533]: cluster 2024-02-13T04:00:31.925095+0000 mgr.smithi143.mxhzlj (mgr.14184) 1056 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:33.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:34.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:34 smithi196 bash[19959]: audit 2024-02-13T04:00:32.989375+0000 mgr.smithi143.mxhzlj (mgr.14184) 1057 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:34.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:34 smithi143 bash[16533]: audit 2024-02-13T04:00:32.989375+0000 mgr.smithi143.mxhzlj (mgr.14184) 1057 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:34.634 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:35.485 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:35 smithi143 bash[16533]: cluster 2024-02-13T04:00:33.927004+0000 mgr.smithi143.mxhzlj (mgr.14184) 1058 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:35.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:35 smithi196 bash[19959]: cluster 2024-02-13T04:00:33.927004+0000 mgr.smithi143.mxhzlj (mgr.14184) 1058 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:36.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:36 smithi143 bash[16533]: cluster 2024-02-13T04:00:35.928288+0000 mgr.smithi143.mxhzlj (mgr.14184) 1059 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:37.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:36 smithi196 bash[19959]: cluster 2024-02-13T04:00:35.928288+0000 mgr.smithi143.mxhzlj (mgr.14184) 1059 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:38.039 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:38.039 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:38.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:39.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:38 smithi196 bash[19959]: cluster 2024-02-13T04:00:37.929227+0000 mgr.smithi143.mxhzlj (mgr.14184) 1060 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:00:39.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:38 smithi196 bash[19959]: audit 2024-02-13T04:00:38.036029+0000 mgr.smithi143.mxhzlj (mgr.14184) 1061 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:39.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:38 smithi143 bash[16533]: cluster 2024-02-13T04:00:37.929227+0000 mgr.smithi143.mxhzlj (mgr.14184) 1060 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:00:39.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:38 smithi143 bash[16533]: audit 2024-02-13T04:00:38.036029+0000 mgr.smithi143.mxhzlj (mgr.14184) 1061 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:39.637 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:41.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:40 smithi196 bash[19959]: cluster 2024-02-13T04:00:39.930862+0000 mgr.smithi143.mxhzlj (mgr.14184) 1062 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:41.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:40 smithi143 bash[16533]: cluster 2024-02-13T04:00:39.930862+0000 mgr.smithi143.mxhzlj (mgr.14184) 1062 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:42.706 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:42.706 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:43.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:42 smithi143 bash[16533]: cluster 2024-02-13T04:00:41.931683+0000 mgr.smithi143.mxhzlj (mgr.14184) 1063 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:43.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:42 smithi196 bash[19959]: cluster 2024-02-13T04:00:41.931683+0000 mgr.smithi143.mxhzlj (mgr.14184) 1063 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:43.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:44 smithi196 bash[19959]: audit 2024-02-13T04:00:42.697209+0000 mgr.smithi143.mxhzlj (mgr.14184) 1064 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:44.274 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:44.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:44 smithi143 bash[16533]: audit 2024-02-13T04:00:42.697209+0000 mgr.smithi143.mxhzlj (mgr.14184) 1064 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:45.345 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:45 smithi143 bash[16533]: cluster 2024-02-13T04:00:43.933370+0000 mgr.smithi143.mxhzlj (mgr.14184) 1065 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:45.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:45 smithi196 bash[19959]: cluster 2024-02-13T04:00:43.933370+0000 mgr.smithi143.mxhzlj (mgr.14184) 1065 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:46.856 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:46 smithi143 bash[16533]: cluster 2024-02-13T04:00:45.934128+0000 mgr.smithi143.mxhzlj (mgr.14184) 1066 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:47.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:46 smithi196 bash[19959]: cluster 2024-02-13T04:00:45.934128+0000 mgr.smithi143.mxhzlj (mgr.14184) 1066 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:47.282 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:47.282 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:47.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:48.924 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:49.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:48 smithi196 bash[19959]: audit 2024-02-13T04:00:47.278683+0000 mgr.smithi143.mxhzlj (mgr.14184) 1067 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:49.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:48 smithi196 bash[19959]: cluster 2024-02-13T04:00:47.935954+0000 mgr.smithi143.mxhzlj (mgr.14184) 1068 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:00:49.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:48 smithi143 bash[16533]: audit 2024-02-13T04:00:47.278683+0000 mgr.smithi143.mxhzlj (mgr.14184) 1067 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:49.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:48 smithi143 bash[16533]: cluster 2024-02-13T04:00:47.935954+0000 mgr.smithi143.mxhzlj (mgr.14184) 1068 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:00:51.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:50 smithi196 bash[19959]: cluster 2024-02-13T04:00:49.937372+0000 mgr.smithi143.mxhzlj (mgr.14184) 1069 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:51.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:51 smithi143 bash[16533]: cluster 2024-02-13T04:00:49.937372+0000 mgr.smithi143.mxhzlj (mgr.14184) 1069 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:52.183 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:52.184 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:52.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:53 smithi143 bash[16533]: cluster 2024-02-13T04:00:51.938680+0000 mgr.smithi143.mxhzlj (mgr.14184) 1070 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:53 smithi143 bash[16533]: audit 2024-02-13T04:00:52.174346+0000 mgr.smithi143.mxhzlj (mgr.14184) 1071 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:53 smithi196 bash[19959]: cluster 2024-02-13T04:00:51.938680+0000 mgr.smithi143.mxhzlj (mgr.14184) 1070 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:53 smithi196 bash[19959]: audit 2024-02-13T04:00:52.174346+0000 mgr.smithi143.mxhzlj (mgr.14184) 1071 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:53.778 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:55.103 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:55 smithi143 bash[16533]: cluster 2024-02-13T04:00:53.940386+0000 mgr.smithi143.mxhzlj (mgr.14184) 1072 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:55.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:55 smithi196 bash[19959]: cluster 2024-02-13T04:00:53.940386+0000 mgr.smithi143.mxhzlj (mgr.14184) 1072 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:56.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:56 smithi143 bash[16533]: cluster 2024-02-13T04:00:55.941708+0000 mgr.smithi143.mxhzlj (mgr.14184) 1073 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:56.842 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:00:56.843 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:00:57.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:56 smithi196 bash[19959]: cluster 2024-02-13T04:00:55.941708+0000 mgr.smithi143.mxhzlj (mgr.14184) 1073 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:00:57.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:00:57.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:57 smithi143 bash[16533]: audit 2024-02-13T04:00:56.839657+0000 mgr.smithi143.mxhzlj (mgr.14184) 1074 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:58.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:57 smithi196 bash[19959]: audit 2024-02-13T04:00:56.839657+0000 mgr.smithi143.mxhzlj (mgr.14184) 1074 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:00:58.442 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:00:58.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:00:58 smithi143 bash[16533]: cluster 2024-02-13T04:00:57.943515+0000 mgr.smithi143.mxhzlj (mgr.14184) 1075 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:00:59.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:00:58 smithi196 bash[19959]: cluster 2024-02-13T04:00:57.943515+0000 mgr.smithi143.mxhzlj (mgr.14184) 1075 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:01:01.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:01 smithi196 bash[19959]: cluster 2024-02-13T04:00:59.945199+0000 mgr.smithi143.mxhzlj (mgr.14184) 1076 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:01.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:01 smithi143 bash[16533]: cluster 2024-02-13T04:00:59.945199+0000 mgr.smithi143.mxhzlj (mgr.14184) 1076 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:01.563 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:01.563 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:02.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:03.186 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:03.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:03 smithi196 bash[19959]: audit 2024-02-13T04:01:01.552454+0000 mgr.smithi143.mxhzlj (mgr.14184) 1077 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:03.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:03 smithi196 bash[19959]: cluster 2024-02-13T04:01:01.946801+0000 mgr.smithi143.mxhzlj (mgr.14184) 1078 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:03.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:03 smithi143 bash[16533]: audit 2024-02-13T04:01:01.552454+0000 mgr.smithi143.mxhzlj (mgr.14184) 1077 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:03.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:03 smithi143 bash[16533]: cluster 2024-02-13T04:01:01.946801+0000 mgr.smithi143.mxhzlj (mgr.14184) 1078 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:05.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:05 smithi143 bash[16533]: cluster 2024-02-13T04:01:03.948559+0000 mgr.smithi143.mxhzlj (mgr.14184) 1079 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:05.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:05 smithi196 bash[19959]: cluster 2024-02-13T04:01:03.948559+0000 mgr.smithi143.mxhzlj (mgr.14184) 1079 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:06.434 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:06.434 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:06.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:06 smithi143 bash[16533]: cluster 2024-02-13T04:01:05.949988+0000 mgr.smithi143.mxhzlj (mgr.14184) 1080 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:07.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:06 smithi196 bash[19959]: cluster 2024-02-13T04:01:05.949988+0000 mgr.smithi143.mxhzlj (mgr.14184) 1080 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:07.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:07.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:07 smithi143 bash[16533]: audit 2024-02-13T04:01:06.423412+0000 mgr.smithi143.mxhzlj (mgr.14184) 1081 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:08.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:07 smithi196 bash[19959]: audit 2024-02-13T04:01:06.423412+0000 mgr.smithi143.mxhzlj (mgr.14184) 1081 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:08.062 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:08.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:08 smithi143 bash[16533]: cluster 2024-02-13T04:01:07.951798+0000 mgr.smithi143.mxhzlj (mgr.14184) 1082 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:01:09.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:08 smithi196 bash[19959]: cluster 2024-02-13T04:01:07.951798+0000 mgr.smithi143.mxhzlj (mgr.14184) 1082 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:01:11.260 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:11.260 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:59:02.206706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.azzwfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:11.321 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:11 smithi143 bash[16533]: cluster 2024-02-13T04:01:09.952703+0000 mgr.smithi143.mxhzlj (mgr.14184) 1083 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:11.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:11 smithi196 bash[19959]: cluster 2024-02-13T04:01:09.952703+0000 mgr.smithi143.mxhzlj (mgr.14184) 1083 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:11.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:12.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:12 smithi143 bash[16533]: audit 2024-02-13T04:01:11.257257+0000 mgr.smithi143.mxhzlj (mgr.14184) 1084 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:12.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:12 smithi143 bash[16533]: audit 2024-02-13T04:01:11.912412+0000 mon.smithi143 (mon.0) 931 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:01:12.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:12 smithi196 bash[19959]: audit 2024-02-13T04:01:11.257257+0000 mgr.smithi143.mxhzlj (mgr.14184) 1084 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:12.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:12 smithi196 bash[19959]: audit 2024-02-13T04:01:11.912412+0000 mon.smithi143 (mon.0) 931 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:01:12.965 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:13 smithi143 bash[16533]: cluster 2024-02-13T04:01:11.954454+0000 mgr.smithi143.mxhzlj (mgr.14184) 1085 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:13 smithi143 bash[16533]: audit 2024-02-13T04:01:12.233297+0000 mon.smithi143 (mon.0) 932 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:01:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:13 smithi143 bash[16533]: audit 2024-02-13T04:01:12.234629+0000 mon.smithi143 (mon.0) 933 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:01:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:13 smithi143 bash[16533]: audit 2024-02-13T04:01:12.241654+0000 mon.smithi143 (mon.0) 934 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:01:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:13 smithi143 bash[16533]: cluster 2024-02-13T04:01:12.242463+0000 mgr.smithi143.mxhzlj (mgr.14184) 1086 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:01:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:13 smithi143 bash[16533]: audit 2024-02-13T04:01:12.250901+0000 mon.smithi143 (mon.0) 935 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:01:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:13 smithi143 bash[16533]: audit 2024-02-13T04:01:12.268056+0000 mon.smithi143 (mon.0) 936 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:01:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:13 smithi143 bash[16533]: cephadm 2024-02-13T04:01:12.270865+0000 mgr.smithi143.mxhzlj (mgr.14184) 1087 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.hnyjqc on smithi196 2024-02-13T04:01:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:13 smithi196 bash[19959]: cluster 2024-02-13T04:01:11.954454+0000 mgr.smithi143.mxhzlj (mgr.14184) 1085 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:13 smithi196 bash[19959]: audit 2024-02-13T04:01:12.233297+0000 mon.smithi143 (mon.0) 932 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:01:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:13 smithi196 bash[19959]: audit 2024-02-13T04:01:12.234629+0000 mon.smithi143 (mon.0) 933 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:01:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:13 smithi196 bash[19959]: audit 2024-02-13T04:01:12.241654+0000 mon.smithi143 (mon.0) 934 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:01:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:13 smithi196 bash[19959]: cluster 2024-02-13T04:01:12.242463+0000 mgr.smithi143.mxhzlj (mgr.14184) 1086 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:01:13.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:13 smithi196 bash[19959]: audit 2024-02-13T04:01:12.250901+0000 mon.smithi143 (mon.0) 935 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:01:13.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:13 smithi196 bash[19959]: audit 2024-02-13T04:01:12.268056+0000 mon.smithi143 (mon.0) 936 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:01:13.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:13 smithi196 bash[19959]: cephadm 2024-02-13T04:01:12.270865+0000 mgr.smithi143.mxhzlj (mgr.14184) 1087 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.hnyjqc on smithi196 2024-02-13T04:01:14.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:14 smithi143 bash[16533]: cluster 2024-02-13T04:01:13.239202+0000 mon.smithi143 (mon.0) 937 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:01:14.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:14 smithi143 bash[16533]: cluster 2024-02-13T04:01:13.239257+0000 mon.smithi143 (mon.0) 938 : cluster [INF] Cluster is now healthy 2024-02-13T04:01:14.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:14 smithi196 bash[19959]: cluster 2024-02-13T04:01:13.239202+0000 mon.smithi143 (mon.0) 937 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:01:14.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:14 smithi196 bash[19959]: cluster 2024-02-13T04:01:13.239257+0000 mon.smithi143 (mon.0) 938 : cluster [INF] Cluster is now healthy 2024-02-13T04:01:15.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:15 smithi143 bash[16533]: cluster 2024-02-13T04:01:14.244027+0000 mgr.smithi143.mxhzlj (mgr.14184) 1088 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:01:15.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:15 smithi196 bash[19959]: cluster 2024-02-13T04:01:14.244027+0000 mgr.smithi143.mxhzlj (mgr.14184) 1088 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:01:16.278 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:16.278 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:07.633117Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.etrnud on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-etrnud\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.etrnud\nDeploy daemon haproxy.nfs.foo.smithi196.etrnud ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.901412Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.eppwvh on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-eppwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.eppwvh\nDeploy daemon haproxy.nfs.foo.smithi143.eppwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:00:11.903665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nbdshp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:16.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: cephadm 2024-02-13T04:01:16.153002+0000 mgr.smithi143.mxhzlj (mgr.14184) 1089 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.hnyjqc ... 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:01:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.hnyjqc ... 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: cephadm 2024-02-13T04:01:16.153580+0000 mgr.smithi143.mxhzlj (mgr.14184) 1090 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:16.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: audit 2024-02-13T04:01:16.154354+0000 mon.smithi143 (mon.0) 939 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.hnyjqc"}]: dispatch 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: cephadm 2024-02-13T04:01:16.156230+0000 mgr.smithi143.mxhzlj (mgr.14184) 1091 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.hnyjqc ... 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: cephadm 2024-02-13T04:01:16.161522+0000 mgr.smithi143.mxhzlj (mgr.14184) 1092 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.duowgj on smithi143 2024-02-13T04:01:16.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: cluster 2024-02-13T04:01:16.244989+0000 mgr.smithi143.mxhzlj (mgr.14184) 1093 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:01:16.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:16 smithi143 bash[16533]: audit 2024-02-13T04:01:16.267279+0000 mgr.smithi143.mxhzlj (mgr.14184) 1094 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:17.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: cephadm 2024-02-13T04:01:16.153002+0000 mgr.smithi143.mxhzlj (mgr.14184) 1089 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:17.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:17.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:17.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:17.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:17.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:17.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.hnyjqc ... 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:17.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.hnyjqc ... 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: cephadm 2024-02-13T04:01:16.153580+0000 mgr.smithi143.mxhzlj (mgr.14184) 1090 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: audit 2024-02-13T04:01:16.154354+0000 mon.smithi143 (mon.0) 939 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.hnyjqc"}]: dispatch 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: cephadm 2024-02-13T04:01:16.156230+0000 mgr.smithi143.mxhzlj (mgr.14184) 1091 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:17.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.hnyjqc ... 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: cephadm 2024-02-13T04:01:16.161522+0000 mgr.smithi143.mxhzlj (mgr.14184) 1092 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.duowgj on smithi143 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: cluster 2024-02-13T04:01:16.244989+0000 mgr.smithi143.mxhzlj (mgr.14184) 1093 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:01:17.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:16 smithi196 bash[19959]: audit 2024-02-13T04:01:16.267279+0000 mgr.smithi143.mxhzlj (mgr.14184) 1094 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:17.899 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:18.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:18 smithi143 bash[16533]: cluster 2024-02-13T04:01:18.246613+0000 mgr.smithi143.mxhzlj (mgr.14184) 1095 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:01:18.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:18 smithi196 bash[19959]: cluster 2024-02-13T04:01:18.246613+0000 mgr.smithi143.mxhzlj (mgr.14184) 1095 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:01:20.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:20 smithi143 bash[16533]: audit 2024-02-13T04:01:20.080612+0000 mon.smithi143 (mon.0) 940 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.duowgj"}]: dispatch 2024-02-13T04:01:20.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:20 smithi196 bash[19959]: audit 2024-02-13T04:01:20.080612+0000 mon.smithi143 (mon.0) 940 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.duowgj"}]: dispatch 2024-02-13T04:01:21.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: cephadm 2024-02-13T04:01:20.079750+0000 mgr.smithi143.mxhzlj (mgr.14184) 1096 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:21.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.duowgj ... 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:21.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.duowgj ... 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: cephadm 2024-02-13T04:01:20.080005+0000 mgr.smithi143.mxhzlj (mgr.14184) 1097 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: cephadm 2024-02-13T04:01:20.082007+0000 mgr.smithi143.mxhzlj (mgr.14184) 1098 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.duowgj ... 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: cephadm 2024-02-13T04:01:20.084134+0000 mgr.smithi143.mxhzlj (mgr.14184) 1099 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: cephadm 2024-02-13T04:01:20.086065+0000 mgr.smithi143.mxhzlj (mgr.14184) 1100 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: cluster 2024-02-13T04:01:20.087938+0000 mgr.smithi143.mxhzlj (mgr.14184) 1101 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:01:21.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:21 smithi143 bash[16533]: cluster 2024-02-13T04:01:20.139597+0000 mon.smithi143 (mon.0) 941 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:01:21.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: cephadm 2024-02-13T04:01:20.079750+0000 mgr.smithi143.mxhzlj (mgr.14184) 1096 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:21.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:21.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.duowgj ... 2024-02-13T04:01:21.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.duowgj ... 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: cephadm 2024-02-13T04:01:20.080005+0000 mgr.smithi143.mxhzlj (mgr.14184) 1097 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: cephadm 2024-02-13T04:01:20.082007+0000 mgr.smithi143.mxhzlj (mgr.14184) 1098 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.duowgj ... 2024-02-13T04:01:21.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:01:21.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:01:21.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:01:21.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:01:21.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: cephadm 2024-02-13T04:01:20.084134+0000 mgr.smithi143.mxhzlj (mgr.14184) 1099 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:01:21.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: cephadm 2024-02-13T04:01:20.086065+0000 mgr.smithi143.mxhzlj (mgr.14184) 1100 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:01:21.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: cluster 2024-02-13T04:01:20.087938+0000 mgr.smithi143.mxhzlj (mgr.14184) 1101 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:01:21.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:21 smithi196 bash[19959]: cluster 2024-02-13T04:01:20.139597+0000 mon.smithi143 (mon.0) 941 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:01:21.602 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:21.602 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:22.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:23.244 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:23.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:23 smithi143 bash[16533]: audit 2024-02-13T04:01:21.591057+0000 mgr.smithi143.mxhzlj (mgr.14184) 1102 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:23.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:23 smithi143 bash[16533]: cluster 2024-02-13T04:01:22.089534+0000 mgr.smithi143.mxhzlj (mgr.14184) 1103 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:01:23.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:23 smithi196 bash[19959]: audit 2024-02-13T04:01:21.591057+0000 mgr.smithi143.mxhzlj (mgr.14184) 1102 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:23.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:23 smithi196 bash[19959]: cluster 2024-02-13T04:01:22.089534+0000 mgr.smithi143.mxhzlj (mgr.14184) 1103 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:01:24.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:24 smithi143 bash[16533]: audit 2024-02-13T04:01:23.440833+0000 mon.smithi143 (mon.0) 942 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:01:24.587 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:24 smithi143 bash[16533]: cluster 2024-02-13T04:01:24.091428+0000 mgr.smithi143.mxhzlj (mgr.14184) 1104 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T04:01:24.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:24 smithi196 bash[19959]: audit 2024-02-13T04:01:23.440833+0000 mon.smithi143 (mon.0) 942 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:01:24.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:24 smithi196 bash[19959]: cluster 2024-02-13T04:01:24.091428+0000 mgr.smithi143.mxhzlj (mgr.14184) 1104 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T04:01:26.248 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:26.248 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:26.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:26 smithi143 bash[16533]: cluster 2024-02-13T04:01:26.092653+0000 mgr.smithi143.mxhzlj (mgr.14184) 1105 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T04:01:26.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:26 smithi143 bash[16533]: audit 2024-02-13T04:01:26.243776+0000 mgr.smithi143.mxhzlj (mgr.14184) 1106 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:26.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:27.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:26 smithi196 bash[19959]: cluster 2024-02-13T04:01:26.092653+0000 mgr.smithi143.mxhzlj (mgr.14184) 1105 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T04:01:27.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:26 smithi196 bash[19959]: audit 2024-02-13T04:01:26.243776+0000 mgr.smithi143.mxhzlj (mgr.14184) 1106 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:27.863 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:29.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:29 smithi143 bash[16533]: cluster 2024-02-13T04:01:28.094312+0000 mgr.smithi143.mxhzlj (mgr.14184) 1107 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-13T04:01:29.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:29 smithi196 bash[19959]: cluster 2024-02-13T04:01:28.094312+0000 mgr.smithi143.mxhzlj (mgr.14184) 1107 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-13T04:01:31.045 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:31.045 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:31.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:31 smithi143 bash[16533]: cluster 2024-02-13T04:01:30.095910+0000 mgr.smithi143.mxhzlj (mgr.14184) 1108 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T04:01:31.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:31 smithi196 bash[19959]: cluster 2024-02-13T04:01:30.095910+0000 mgr.smithi143.mxhzlj (mgr.14184) 1108 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-02-13T04:01:31.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:32.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:32 smithi143 bash[16533]: audit 2024-02-13T04:01:31.034282+0000 mgr.smithi143.mxhzlj (mgr.14184) 1109 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:32.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:32 smithi196 bash[19959]: audit 2024-02-13T04:01:31.034282+0000 mgr.smithi143.mxhzlj (mgr.14184) 1109 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:32.754 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:33.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:33 smithi196 bash[19959]: cluster 2024-02-13T04:01:32.097507+0000 mgr.smithi143.mxhzlj (mgr.14184) 1110 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:33.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:33 smithi143 bash[16533]: cluster 2024-02-13T04:01:32.097507+0000 mgr.smithi143.mxhzlj (mgr.14184) 1110 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:35.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:35 smithi196 bash[19959]: cluster 2024-02-13T04:01:34.099518+0000 mgr.smithi143.mxhzlj (mgr.14184) 1111 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:35.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:35 smithi143 bash[16533]: cluster 2024-02-13T04:01:34.099518+0000 mgr.smithi143.mxhzlj (mgr.14184) 1111 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:36.030 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:36.030 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:36.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:36.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:36 smithi143 bash[16533]: audit 2024-02-13T04:01:36.019604+0000 mgr.smithi143.mxhzlj (mgr.14184) 1112 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:36.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:36 smithi143 bash[16533]: cluster 2024-02-13T04:01:36.100918+0000 mgr.smithi143.mxhzlj (mgr.14184) 1113 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:37.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:36 smithi196 bash[19959]: audit 2024-02-13T04:01:36.019604+0000 mgr.smithi143.mxhzlj (mgr.14184) 1112 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:37.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:36 smithi196 bash[19959]: cluster 2024-02-13T04:01:36.100918+0000 mgr.smithi143.mxhzlj (mgr.14184) 1113 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:37.652 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:39.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:39 smithi143 bash[16533]: cluster 2024-02-13T04:01:38.102821+0000 mgr.smithi143.mxhzlj (mgr.14184) 1114 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:01:39.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:39 smithi196 bash[19959]: cluster 2024-02-13T04:01:38.102821+0000 mgr.smithi143.mxhzlj (mgr.14184) 1114 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:01:40.825 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:40.825 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:41.422 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:41 smithi143 bash[16533]: cluster 2024-02-13T04:01:40.104452+0000 mgr.smithi143.mxhzlj (mgr.14184) 1115 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:41.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:41.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:41 smithi196 bash[19959]: cluster 2024-02-13T04:01:40.104452+0000 mgr.smithi143.mxhzlj (mgr.14184) 1115 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:42.424 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:42.436 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:42 smithi143 bash[16533]: audit 2024-02-13T04:01:40.822086+0000 mgr.smithi143.mxhzlj (mgr.14184) 1116 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:42.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:42 smithi196 bash[19959]: audit 2024-02-13T04:01:40.822086+0000 mgr.smithi143.mxhzlj (mgr.14184) 1116 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:43.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:43 smithi196 bash[19959]: cluster 2024-02-13T04:01:42.106078+0000 mgr.smithi143.mxhzlj (mgr.14184) 1117 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:43.580 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:43 smithi143 bash[16533]: cluster 2024-02-13T04:01:42.106078+0000 mgr.smithi143.mxhzlj (mgr.14184) 1117 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:45.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:45 smithi143 bash[16533]: cluster 2024-02-13T04:01:44.107959+0000 mgr.smithi143.mxhzlj (mgr.14184) 1118 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:45.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:45 smithi196 bash[19959]: cluster 2024-02-13T04:01:44.107959+0000 mgr.smithi143.mxhzlj (mgr.14184) 1118 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:45.581 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:45.581 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:46.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:46.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:46 smithi143 bash[16533]: audit 2024-02-13T04:01:45.576260+0000 mgr.smithi143.mxhzlj (mgr.14184) 1119 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:46.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:46 smithi143 bash[16533]: cluster 2024-02-13T04:01:46.109138+0000 mgr.smithi143.mxhzlj (mgr.14184) 1120 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:47.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:46 smithi196 bash[19959]: audit 2024-02-13T04:01:45.576260+0000 mgr.smithi143.mxhzlj (mgr.14184) 1119 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:47.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:46 smithi196 bash[19959]: cluster 2024-02-13T04:01:46.109138+0000 mgr.smithi143.mxhzlj (mgr.14184) 1120 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:47.188 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:49.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:49 smithi196 bash[19959]: cluster 2024-02-13T04:01:48.110977+0000 mgr.smithi143.mxhzlj (mgr.14184) 1121 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:01:49.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:49 smithi143 bash[16533]: cluster 2024-02-13T04:01:48.110977+0000 mgr.smithi143.mxhzlj (mgr.14184) 1121 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:01:50.319 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:50.319 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:50.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:51.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:51 smithi143 bash[16533]: cluster 2024-02-13T04:01:50.112123+0000 mgr.smithi143.mxhzlj (mgr.14184) 1122 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:51.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:51 smithi196 bash[19959]: cluster 2024-02-13T04:01:50.112123+0000 mgr.smithi143.mxhzlj (mgr.14184) 1122 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:51.931 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:52.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:52 smithi143 bash[16533]: audit 2024-02-13T04:01:50.309345+0000 mgr.smithi143.mxhzlj (mgr.14184) 1123 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:52.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:52 smithi196 bash[19959]: audit 2024-02-13T04:01:50.309345+0000 mgr.smithi143.mxhzlj (mgr.14184) 1123 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:53.413 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:53 smithi143 bash[16533]: cluster 2024-02-13T04:01:52.113678+0000 mgr.smithi143.mxhzlj (mgr.14184) 1124 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:53.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:53 smithi196 bash[19959]: cluster 2024-02-13T04:01:52.113678+0000 mgr.smithi143.mxhzlj (mgr.14184) 1124 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:55.178 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:01:55.178 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:01:55.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:55 smithi196 bash[19959]: cluster 2024-02-13T04:01:54.115702+0000 mgr.smithi143.mxhzlj (mgr.14184) 1125 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:55.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:55 smithi143 bash[16533]: cluster 2024-02-13T04:01:54.115702+0000 mgr.smithi143.mxhzlj (mgr.14184) 1125 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:55.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:01:56.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:56 smithi196 bash[19959]: audit 2024-02-13T04:01:55.174911+0000 mgr.smithi143.mxhzlj (mgr.14184) 1126 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:56.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:56 smithi143 bash[16533]: audit 2024-02-13T04:01:55.174911+0000 mgr.smithi143.mxhzlj (mgr.14184) 1126 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:01:56.827 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:01:57.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:57 smithi196 bash[19959]: cluster 2024-02-13T04:01:56.116914+0000 mgr.smithi143.mxhzlj (mgr.14184) 1127 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:57.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:57 smithi143 bash[16533]: cluster 2024-02-13T04:01:56.116914+0000 mgr.smithi143.mxhzlj (mgr.14184) 1127 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:01:59.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:01:59 smithi196 bash[19959]: cluster 2024-02-13T04:01:58.118374+0000 mgr.smithi143.mxhzlj (mgr.14184) 1128 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:01:59.646 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:01:59 smithi143 bash[16533]: cluster 2024-02-13T04:01:58.118374+0000 mgr.smithi143.mxhzlj (mgr.14184) 1128 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:02:00.091 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:00.091 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:00.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:01.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:01 smithi196 bash[19959]: audit 2024-02-13T04:02:00.086473+0000 mgr.smithi143.mxhzlj (mgr.14184) 1129 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:01.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:01 smithi196 bash[19959]: cluster 2024-02-13T04:02:00.120093+0000 mgr.smithi143.mxhzlj (mgr.14184) 1130 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:01.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:01 smithi143 bash[16533]: audit 2024-02-13T04:02:00.086473+0000 mgr.smithi143.mxhzlj (mgr.14184) 1129 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:01.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:01 smithi143 bash[16533]: cluster 2024-02-13T04:02:00.120093+0000 mgr.smithi143.mxhzlj (mgr.14184) 1130 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:01.719 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:03.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:03 smithi143 bash[16533]: cluster 2024-02-13T04:02:02.121771+0000 mgr.smithi143.mxhzlj (mgr.14184) 1131 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:03.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:03 smithi196 bash[19959]: cluster 2024-02-13T04:02:02.121771+0000 mgr.smithi143.mxhzlj (mgr.14184) 1131 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:04.911 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:04.911 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:05.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:05 smithi143 bash[16533]: cluster 2024-02-13T04:02:04.123849+0000 mgr.smithi143.mxhzlj (mgr.14184) 1132 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:05.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:05 smithi196 bash[19959]: cluster 2024-02-13T04:02:04.123849+0000 mgr.smithi143.mxhzlj (mgr.14184) 1132 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:05.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:06.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:06 smithi196 bash[19959]: audit 2024-02-13T04:02:04.907390+0000 mgr.smithi143.mxhzlj (mgr.14184) 1133 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:06.567 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:06.578 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:06 smithi143 bash[16533]: audit 2024-02-13T04:02:04.907390+0000 mgr.smithi143.mxhzlj (mgr.14184) 1133 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:07.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:07 smithi196 bash[19959]: cluster 2024-02-13T04:02:06.125069+0000 mgr.smithi143.mxhzlj (mgr.14184) 1134 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:07.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:07 smithi143 bash[16533]: cluster 2024-02-13T04:02:06.125069+0000 mgr.smithi143.mxhzlj (mgr.14184) 1134 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:09.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:09 smithi196 bash[19959]: cluster 2024-02-13T04:02:08.126935+0000 mgr.smithi143.mxhzlj (mgr.14184) 1135 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:02:09.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:09 smithi143 bash[16533]: cluster 2024-02-13T04:02:08.126935+0000 mgr.smithi143.mxhzlj (mgr.14184) 1135 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:02:09.722 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:09.722 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:10.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:11.354 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:11.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:11 smithi196 bash[19959]: audit 2024-02-13T04:02:09.712123+0000 mgr.smithi143.mxhzlj (mgr.14184) 1136 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:11.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:11 smithi196 bash[19959]: cluster 2024-02-13T04:02:10.128576+0000 mgr.smithi143.mxhzlj (mgr.14184) 1137 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:11.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:11 smithi143 bash[16533]: audit 2024-02-13T04:02:09.712123+0000 mgr.smithi143.mxhzlj (mgr.14184) 1136 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:11.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:11 smithi143 bash[16533]: cluster 2024-02-13T04:02:10.128576+0000 mgr.smithi143.mxhzlj (mgr.14184) 1137 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:13 smithi196 bash[19959]: cluster 2024-02-13T04:02:12.130360+0000 mgr.smithi143.mxhzlj (mgr.14184) 1138 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:13.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:13 smithi143 bash[16533]: cluster 2024-02-13T04:02:12.130360+0000 mgr.smithi143.mxhzlj (mgr.14184) 1138 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:14.485 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:14.485 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:15.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:15.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:15 smithi143 bash[16533]: cluster 2024-02-13T04:02:14.132144+0000 mgr.smithi143.mxhzlj (mgr.14184) 1139 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:15.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:15 smithi196 bash[19959]: cluster 2024-02-13T04:02:14.132144+0000 mgr.smithi143.mxhzlj (mgr.14184) 1139 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:16.104 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:16.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:16 smithi143 bash[16533]: audit 2024-02-13T04:02:14.474989+0000 mgr.smithi143.mxhzlj (mgr.14184) 1140 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:16.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:16 smithi196 bash[19959]: audit 2024-02-13T04:02:14.474989+0000 mgr.smithi143.mxhzlj (mgr.14184) 1140 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:17.532 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:17 smithi143 bash[16533]: cluster 2024-02-13T04:02:16.133387+0000 mgr.smithi143.mxhzlj (mgr.14184) 1141 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:17.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:17 smithi196 bash[19959]: cluster 2024-02-13T04:02:16.133387+0000 mgr.smithi143.mxhzlj (mgr.14184) 1141 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:19.272 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:19.272 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:19.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:19 smithi143 bash[16533]: cluster 2024-02-13T04:02:18.135232+0000 mgr.smithi143.mxhzlj (mgr.14184) 1142 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:02:19.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:19 smithi196 bash[19959]: cluster 2024-02-13T04:02:18.135232+0000 mgr.smithi143.mxhzlj (mgr.14184) 1142 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:02:19.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:20.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:20 smithi143 bash[16533]: audit 2024-02-13T04:02:19.268965+0000 mgr.smithi143.mxhzlj (mgr.14184) 1143 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:20.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:20 smithi143 bash[16533]: audit 2024-02-13T04:02:20.089646+0000 mon.smithi143 (mon.0) 943 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:02:20.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:20 smithi196 bash[19959]: audit 2024-02-13T04:02:19.268965+0000 mgr.smithi143.mxhzlj (mgr.14184) 1143 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:20.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:20 smithi196 bash[19959]: audit 2024-02-13T04:02:20.089646+0000 mon.smithi143 (mon.0) 943 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:02:20.895 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:21 smithi143 bash[16533]: cluster 2024-02-13T04:02:20.136948+0000 mgr.smithi143.mxhzlj (mgr.14184) 1144 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:21 smithi143 bash[16533]: audit 2024-02-13T04:02:20.420452+0000 mon.smithi143 (mon.0) 944 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:02:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:21 smithi143 bash[16533]: audit 2024-02-13T04:02:20.422256+0000 mon.smithi143 (mon.0) 945 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:02:21.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:21 smithi143 bash[16533]: audit 2024-02-13T04:02:20.433439+0000 mon.smithi143 (mon.0) 946 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:21 smithi143 bash[16533]: audit 2024-02-13T04:02:20.443081+0000 mon.smithi143 (mon.0) 947 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:02:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:21 smithi143 bash[16533]: audit 2024-02-13T04:02:20.463460+0000 mon.smithi143 (mon.0) 948 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:21.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:21 smithi196 bash[19959]: cluster 2024-02-13T04:02:20.136948+0000 mgr.smithi143.mxhzlj (mgr.14184) 1144 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:21 smithi196 bash[19959]: audit 2024-02-13T04:02:20.420452+0000 mon.smithi143 (mon.0) 944 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:02:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:21 smithi196 bash[19959]: audit 2024-02-13T04:02:20.422256+0000 mon.smithi143 (mon.0) 945 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:02:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:21 smithi196 bash[19959]: audit 2024-02-13T04:02:20.433439+0000 mon.smithi143 (mon.0) 946 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:21 smithi196 bash[19959]: audit 2024-02-13T04:02:20.443081+0000 mon.smithi143 (mon.0) 947 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:02:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:21 smithi196 bash[19959]: audit 2024-02-13T04:02:20.463460+0000 mon.smithi143 (mon.0) 948 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:22.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:22 smithi143 bash[16533]: cluster 2024-02-13T04:02:20.434713+0000 mgr.smithi143.mxhzlj (mgr.14184) 1145 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:22.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:22 smithi143 bash[16533]: cephadm 2024-02-13T04:02:20.469451+0000 mgr.smithi143.mxhzlj (mgr.14184) 1146 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.zlqlla on smithi196 2024-02-13T04:02:22.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:22 smithi143 bash[16533]: cluster 2024-02-13T04:02:21.429498+0000 mon.smithi143 (mon.0) 949 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:02:22.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:22 smithi143 bash[16533]: cluster 2024-02-13T04:02:21.429558+0000 mon.smithi143 (mon.0) 950 : cluster [INF] Cluster is now healthy 2024-02-13T04:02:22.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:22 smithi143 bash[16533]: audit 2024-02-13T04:02:21.804003+0000 mon.smithi143 (mon.0) 951 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:22.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:22 smithi196 bash[19959]: cluster 2024-02-13T04:02:20.434713+0000 mgr.smithi143.mxhzlj (mgr.14184) 1145 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:22.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:22 smithi196 bash[19959]: cephadm 2024-02-13T04:02:20.469451+0000 mgr.smithi143.mxhzlj (mgr.14184) 1146 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.zlqlla on smithi196 2024-02-13T04:02:22.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:22 smithi196 bash[19959]: cluster 2024-02-13T04:02:21.429498+0000 mon.smithi143 (mon.0) 949 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:02:22.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:22 smithi196 bash[19959]: cluster 2024-02-13T04:02:21.429558+0000 mon.smithi143 (mon.0) 950 : cluster [INF] Cluster is now healthy 2024-02-13T04:02:22.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:22 smithi196 bash[19959]: audit 2024-02-13T04:02:21.804003+0000 mon.smithi143 (mon.0) 951 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:23.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:23 smithi143 bash[16533]: cluster 2024-02-13T04:02:22.435650+0000 mgr.smithi143.mxhzlj (mgr.14184) 1147 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:23.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:23 smithi196 bash[19959]: cluster 2024-02-13T04:02:22.435650+0000 mgr.smithi143.mxhzlj (mgr.14184) 1147 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:24.237 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:24.237 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:00:11.907053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.driyty on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:16.155870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.hnyjqc on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-hnyjqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.hnyjqc\nDeploy daemon haproxy.nfs.foo.smithi196.hnyjqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.081870Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.duowgj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-duowgj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.duowgj\nDeploy daemon haproxy.nfs.foo.smithi143.duowgj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:01:20.084032Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ymybhh on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:24.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:24 smithi143 bash[16533]: audit 2024-02-13T04:02:24.232786+0000 mgr.smithi143.mxhzlj (mgr.14184) 1148 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:24.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:24 smithi196 bash[19959]: audit 2024-02-13T04:02:24.232786+0000 mgr.smithi143.mxhzlj (mgr.14184) 1148 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:24.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:25.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: cluster 2024-02-13T04:02:24.436575+0000 mgr.smithi143.mxhzlj (mgr.14184) 1149 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: cephadm 2024-02-13T04:02:24.451814+0000 mgr.smithi143.mxhzlj (mgr.14184) 1150 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.zlqlla ... 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.zlqlla ... 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:25.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: cephadm 2024-02-13T04:02:24.452276+0000 mgr.smithi143.mxhzlj (mgr.14184) 1151 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: audit 2024-02-13T04:02:24.453048+0000 mon.smithi143 (mon.0) 952 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.zlqlla"}]: dispatch 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: cephadm 2024-02-13T04:02:24.454660+0000 mgr.smithi143.mxhzlj (mgr.14184) 1152 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.zlqlla ... 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:25.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:25.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:25.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:25 smithi143 bash[16533]: cephadm 2024-02-13T04:02:24.459577+0000 mgr.smithi143.mxhzlj (mgr.14184) 1153 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.qxphwu on smithi143 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: cluster 2024-02-13T04:02:24.436575+0000 mgr.smithi143.mxhzlj (mgr.14184) 1149 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: cephadm 2024-02-13T04:02:24.451814+0000 mgr.smithi143.mxhzlj (mgr.14184) 1150 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.zlqlla ... 2024-02-13T04:02:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.zlqlla ... 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: cephadm 2024-02-13T04:02:24.452276+0000 mgr.smithi143.mxhzlj (mgr.14184) 1151 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: audit 2024-02-13T04:02:24.453048+0000 mon.smithi143 (mon.0) 952 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.zlqlla"}]: dispatch 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: cephadm 2024-02-13T04:02:24.454660+0000 mgr.smithi143.mxhzlj (mgr.14184) 1152 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.zlqlla ... 2024-02-13T04:02:25.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:25.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:25.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:25.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:25.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:25 smithi196 bash[19959]: cephadm 2024-02-13T04:02:24.459577+0000 mgr.smithi143.mxhzlj (mgr.14184) 1153 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.qxphwu on smithi143 2024-02-13T04:02:25.813 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:27.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:27 smithi143 bash[16533]: cluster 2024-02-13T04:02:26.437132+0000 mgr.smithi143.mxhzlj (mgr.14184) 1154 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:28.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:27 smithi196 bash[19959]: cluster 2024-02-13T04:02:26.437132+0000 mgr.smithi143.mxhzlj (mgr.14184) 1154 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:29.207 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:29.207 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:29.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: cluster 2024-02-13T04:02:28.438229+0000 mgr.smithi143.mxhzlj (mgr.14184) 1155 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: cephadm 2024-02-13T04:02:28.694886+0000 mgr.smithi143.mxhzlj (mgr.14184) 1156 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.qxphwu ... 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:29.882 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.qxphwu ... 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:29.883 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: cephadm 2024-02-13T04:02:28.695384+0000 mgr.smithi143.mxhzlj (mgr.14184) 1157 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: audit 2024-02-13T04:02:28.695944+0000 mon.smithi143 (mon.0) 953 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.qxphwu"}]: dispatch 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: cephadm 2024-02-13T04:02:28.697270+0000 mgr.smithi143.mxhzlj (mgr.14184) 1158 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.qxphwu ... 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:29.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: cephadm 2024-02-13T04:02:28.701368+0000 mgr.smithi143.mxhzlj (mgr.14184) 1159 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:02:29.885 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: cephadm 2024-02-13T04:02:28.705264+0000 mgr.smithi143.mxhzlj (mgr.14184) 1160 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:02:29.885 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: cluster 2024-02-13T04:02:28.706455+0000 mgr.smithi143.mxhzlj (mgr.14184) 1161 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2024-02-13T04:02:29.885 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:29 smithi143 bash[16533]: audit 2024-02-13T04:02:29.198411+0000 mgr.smithi143.mxhzlj (mgr.14184) 1162 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: cluster 2024-02-13T04:02:28.438229+0000 mgr.smithi143.mxhzlj (mgr.14184) 1155 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: cephadm 2024-02-13T04:02:28.694886+0000 mgr.smithi143.mxhzlj (mgr.14184) 1156 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:30.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.qxphwu ... 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:02:30.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.qxphwu ... 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: cephadm 2024-02-13T04:02:28.695384+0000 mgr.smithi143.mxhzlj (mgr.14184) 1157 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:30.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: audit 2024-02-13T04:02:28.695944+0000 mon.smithi143 (mon.0) 953 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.qxphwu"}]: dispatch 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: cephadm 2024-02-13T04:02:28.697270+0000 mgr.smithi143.mxhzlj (mgr.14184) 1158 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.qxphwu ... 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: cephadm 2024-02-13T04:02:28.701368+0000 mgr.smithi143.mxhzlj (mgr.14184) 1159 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: cephadm 2024-02-13T04:02:28.705264+0000 mgr.smithi143.mxhzlj (mgr.14184) 1160 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:02:30.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: cluster 2024-02-13T04:02:28.706455+0000 mgr.smithi143.mxhzlj (mgr.14184) 1161 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2024-02-13T04:02:30.014 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:29 smithi196 bash[19959]: audit 2024-02-13T04:02:29.198411+0000 mgr.smithi143.mxhzlj (mgr.14184) 1162 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:30.883 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:30.894 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:30 smithi143 bash[16533]: cluster 2024-02-13T04:02:29.585176+0000 mon.smithi143 (mon.0) 954 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:02:31.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:30 smithi196 bash[19959]: cluster 2024-02-13T04:02:29.585176+0000 mon.smithi143 (mon.0) 954 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:02:31.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:31 smithi143 bash[16533]: cluster 2024-02-13T04:02:30.708195+0000 mgr.smithi143.mxhzlj (mgr.14184) 1163 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:32.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:31 smithi196 bash[19959]: cluster 2024-02-13T04:02:30.708195+0000 mgr.smithi143.mxhzlj (mgr.14184) 1163 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:33.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:33 smithi143 bash[16533]: cluster 2024-02-13T04:02:32.709863+0000 mgr.smithi143.mxhzlj (mgr.14184) 1164 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:33.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:33 smithi143 bash[16533]: audit 2024-02-13T04:02:33.502030+0000 mon.smithi143 (mon.0) 955 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:34.069 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:34.069 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:34.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:33 smithi196 bash[19959]: cluster 2024-02-13T04:02:32.709863+0000 mgr.smithi143.mxhzlj (mgr.14184) 1164 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:34.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:33 smithi196 bash[19959]: audit 2024-02-13T04:02:33.502030+0000 mon.smithi143 (mon.0) 955 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:34.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:35.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:34 smithi143 bash[16533]: audit 2024-02-13T04:02:34.059527+0000 mgr.smithi143.mxhzlj (mgr.14184) 1165 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:35.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:34 smithi196 bash[19959]: audit 2024-02-13T04:02:34.059527+0000 mgr.smithi143.mxhzlj (mgr.14184) 1165 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:35.707 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:36.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:35 smithi143 bash[16533]: cluster 2024-02-13T04:02:34.711797+0000 mgr.smithi143.mxhzlj (mgr.14184) 1166 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:36.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:35 smithi196 bash[19959]: cluster 2024-02-13T04:02:34.711797+0000 mgr.smithi143.mxhzlj (mgr.14184) 1166 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:38.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:37 smithi143 bash[16533]: cluster 2024-02-13T04:02:36.712612+0000 mgr.smithi143.mxhzlj (mgr.14184) 1167 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:38.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:37 smithi143 bash[16533]: audit 2024-02-13T04:02:36.805476+0000 mon.smithi143 (mon.0) 956 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:38.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:37 smithi196 bash[19959]: cluster 2024-02-13T04:02:36.712612+0000 mgr.smithi143.mxhzlj (mgr.14184) 1167 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:38.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:37 smithi196 bash[19959]: audit 2024-02-13T04:02:36.805476+0000 mon.smithi143 (mon.0) 956 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:02:38.933 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:38.933 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:39.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:40.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:39 smithi143 bash[16533]: cluster 2024-02-13T04:02:38.713715+0000 mgr.smithi143.mxhzlj (mgr.14184) 1168 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:40.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:39 smithi143 bash[16533]: audit 2024-02-13T04:02:38.924825+0000 mgr.smithi143.mxhzlj (mgr.14184) 1169 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:39 smithi196 bash[19959]: cluster 2024-02-13T04:02:38.713715+0000 mgr.smithi143.mxhzlj (mgr.14184) 1168 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:02:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:39 smithi196 bash[19959]: audit 2024-02-13T04:02:38.924825+0000 mgr.smithi143.mxhzlj (mgr.14184) 1169 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:40.556 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:41.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:41 smithi143 bash[16533]: cluster 2024-02-13T04:02:40.715286+0000 mgr.smithi143.mxhzlj (mgr.14184) 1170 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:42.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:41 smithi196 bash[19959]: cluster 2024-02-13T04:02:40.715286+0000 mgr.smithi143.mxhzlj (mgr.14184) 1170 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:43.695 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:43.695 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:44.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:43 smithi143 bash[16533]: cluster 2024-02-13T04:02:42.716842+0000 mgr.smithi143.mxhzlj (mgr.14184) 1171 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:43 smithi196 bash[19959]: cluster 2024-02-13T04:02:42.716842+0000 mgr.smithi143.mxhzlj (mgr.14184) 1171 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:44.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:45.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:44 smithi143 bash[16533]: audit 2024-02-13T04:02:43.685774+0000 mgr.smithi143.mxhzlj (mgr.14184) 1172 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:44 smithi196 bash[19959]: audit 2024-02-13T04:02:43.685774+0000 mgr.smithi143.mxhzlj (mgr.14184) 1172 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:45.351 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:46.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:45 smithi143 bash[16533]: cluster 2024-02-13T04:02:44.718773+0000 mgr.smithi143.mxhzlj (mgr.14184) 1173 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:45 smithi196 bash[19959]: cluster 2024-02-13T04:02:44.718773+0000 mgr.smithi143.mxhzlj (mgr.14184) 1173 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:48.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:47 smithi143 bash[16533]: cluster 2024-02-13T04:02:46.719976+0000 mgr.smithi143.mxhzlj (mgr.14184) 1174 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:48.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:47 smithi196 bash[19959]: cluster 2024-02-13T04:02:46.719976+0000 mgr.smithi143.mxhzlj (mgr.14184) 1174 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:48.686 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:48.687 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:49.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:50.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:49 smithi143 bash[16533]: audit 2024-02-13T04:02:48.675640+0000 mgr.smithi143.mxhzlj (mgr.14184) 1175 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:50.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:49 smithi143 bash[16533]: cluster 2024-02-13T04:02:48.721754+0000 mgr.smithi143.mxhzlj (mgr.14184) 1176 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:02:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:49 smithi196 bash[19959]: audit 2024-02-13T04:02:48.675640+0000 mgr.smithi143.mxhzlj (mgr.14184) 1175 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:49 smithi196 bash[19959]: cluster 2024-02-13T04:02:48.721754+0000 mgr.smithi143.mxhzlj (mgr.14184) 1176 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:02:50.335 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:51.731 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:51 smithi143 bash[16533]: cluster 2024-02-13T04:02:50.723405+0000 mgr.smithi143.mxhzlj (mgr.14184) 1177 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:52.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:51 smithi196 bash[19959]: cluster 2024-02-13T04:02:50.723405+0000 mgr.smithi143.mxhzlj (mgr.14184) 1177 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:53.528 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:53.528 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:53.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:53 smithi143 bash[16533]: cluster 2024-02-13T04:02:52.724792+0000 mgr.smithi143.mxhzlj (mgr.14184) 1178 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:54.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:02:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:53 smithi196 bash[19959]: cluster 2024-02-13T04:02:52.724792+0000 mgr.smithi143.mxhzlj (mgr.14184) 1178 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:55.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:54 smithi143 bash[16533]: audit 2024-02-13T04:02:53.520564+0000 mgr.smithi143.mxhzlj (mgr.14184) 1179 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:55.213 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:02:55.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:54 smithi196 bash[19959]: audit 2024-02-13T04:02:53.520564+0000 mgr.smithi143.mxhzlj (mgr.14184) 1179 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:02:56.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:55 smithi143 bash[16533]: cluster 2024-02-13T04:02:54.726792+0000 mgr.smithi143.mxhzlj (mgr.14184) 1180 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:55 smithi196 bash[19959]: cluster 2024-02-13T04:02:54.726792+0000 mgr.smithi143.mxhzlj (mgr.14184) 1180 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:58.124 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:57 smithi143 bash[16533]: cluster 2024-02-13T04:02:56.727983+0000 mgr.smithi143.mxhzlj (mgr.14184) 1181 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:57 smithi196 bash[19959]: cluster 2024-02-13T04:02:56.727983+0000 mgr.smithi143.mxhzlj (mgr.14184) 1181 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:02:58.487 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:02:58.487 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:02:59.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:00.138 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:59 smithi143 bash[16533]: audit 2024-02-13T04:02:58.476021+0000 mgr.smithi143.mxhzlj (mgr.14184) 1182 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:02:59 smithi143 bash[16533]: cluster 2024-02-13T04:02:58.729418+0000 mgr.smithi143.mxhzlj (mgr.14184) 1183 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:59 smithi196 bash[19959]: audit 2024-02-13T04:02:58.476021+0000 mgr.smithi143.mxhzlj (mgr.14184) 1182 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:02:59 smithi196 bash[19959]: cluster 2024-02-13T04:02:58.729418+0000 mgr.smithi143.mxhzlj (mgr.14184) 1183 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:01.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:01 smithi143 bash[16533]: cluster 2024-02-13T04:03:00.731060+0000 mgr.smithi143.mxhzlj (mgr.14184) 1184 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:02.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:01 smithi196 bash[19959]: cluster 2024-02-13T04:03:00.731060+0000 mgr.smithi143.mxhzlj (mgr.14184) 1184 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:03.267 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:03.267 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:03.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:04.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:03 smithi143 bash[16533]: cluster 2024-02-13T04:03:02.732744+0000 mgr.smithi143.mxhzlj (mgr.14184) 1185 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:04.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:03 smithi143 bash[16533]: audit 2024-02-13T04:03:03.258684+0000 mgr.smithi143.mxhzlj (mgr.14184) 1186 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:03 smithi196 bash[19959]: cluster 2024-02-13T04:03:02.732744+0000 mgr.smithi143.mxhzlj (mgr.14184) 1185 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:04.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:03 smithi196 bash[19959]: audit 2024-02-13T04:03:03.258684+0000 mgr.smithi143.mxhzlj (mgr.14184) 1186 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:04.870 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:06.080 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:05 smithi143 bash[16533]: cluster 2024-02-13T04:03:04.734728+0000 mgr.smithi143.mxhzlj (mgr.14184) 1187 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:06.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:05 smithi196 bash[19959]: cluster 2024-02-13T04:03:04.734728+0000 mgr.smithi143.mxhzlj (mgr.14184) 1187 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:07.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:07 smithi143 bash[16533]: cluster 2024-02-13T04:03:06.735968+0000 mgr.smithi143.mxhzlj (mgr.14184) 1188 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:08.031 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:08.031 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:08.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:07 smithi196 bash[19959]: cluster 2024-02-13T04:03:06.735968+0000 mgr.smithi143.mxhzlj (mgr.14184) 1188 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:08.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:08.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:08 smithi143 bash[16533]: audit 2024-02-13T04:03:08.026012+0000 mgr.smithi143.mxhzlj (mgr.14184) 1189 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:09.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:08 smithi196 bash[19959]: audit 2024-02-13T04:03:08.026012+0000 mgr.smithi143.mxhzlj (mgr.14184) 1189 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:09.626 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:09.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:09 smithi143 bash[16533]: cluster 2024-02-13T04:03:08.737821+0000 mgr.smithi143.mxhzlj (mgr.14184) 1190 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:10.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:09 smithi196 bash[19959]: cluster 2024-02-13T04:03:08.737821+0000 mgr.smithi143.mxhzlj (mgr.14184) 1190 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:11.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:11 smithi143 bash[16533]: cluster 2024-02-13T04:03:10.739527+0000 mgr.smithi143.mxhzlj (mgr.14184) 1191 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:12.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:11 smithi196 bash[19959]: cluster 2024-02-13T04:03:10.739527+0000 mgr.smithi143.mxhzlj (mgr.14184) 1191 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:12.903 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:12.904 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:13.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:14.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:13 smithi143 bash[16533]: cluster 2024-02-13T04:03:12.741152+0000 mgr.smithi143.mxhzlj (mgr.14184) 1192 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:14.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:13 smithi143 bash[16533]: audit 2024-02-13T04:03:12.894056+0000 mgr.smithi143.mxhzlj (mgr.14184) 1193 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:14.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:13 smithi196 bash[19959]: cluster 2024-02-13T04:03:12.741152+0000 mgr.smithi143.mxhzlj (mgr.14184) 1192 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:14.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:13 smithi196 bash[19959]: audit 2024-02-13T04:03:12.894056+0000 mgr.smithi143.mxhzlj (mgr.14184) 1193 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:14.539 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:16.010 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:15 smithi143 bash[16533]: cluster 2024-02-13T04:03:14.743153+0000 mgr.smithi143.mxhzlj (mgr.14184) 1194 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:16.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:15 smithi196 bash[19959]: cluster 2024-02-13T04:03:14.743153+0000 mgr.smithi143.mxhzlj (mgr.14184) 1194 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:17.731 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:17.731 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:18.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:17 smithi143 bash[16533]: cluster 2024-02-13T04:03:16.744477+0000 mgr.smithi143.mxhzlj (mgr.14184) 1195 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:18.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:17 smithi196 bash[19959]: cluster 2024-02-13T04:03:16.744477+0000 mgr.smithi143.mxhzlj (mgr.14184) 1195 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:18.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:19.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:18 smithi143 bash[16533]: audit 2024-02-13T04:03:17.723497+0000 mgr.smithi143.mxhzlj (mgr.14184) 1196 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:19.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:18 smithi196 bash[19959]: audit 2024-02-13T04:03:17.723497+0000 mgr.smithi143.mxhzlj (mgr.14184) 1196 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:19.353 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:20.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:19 smithi143 bash[16533]: cluster 2024-02-13T04:03:18.746355+0000 mgr.smithi143.mxhzlj (mgr.14184) 1197 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:20.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:19 smithi196 bash[19959]: cluster 2024-02-13T04:03:18.746355+0000 mgr.smithi143.mxhzlj (mgr.14184) 1197 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:21.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:21 smithi143 bash[16533]: cluster 2024-02-13T04:03:20.747965+0000 mgr.smithi143.mxhzlj (mgr.14184) 1198 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:22.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:21 smithi196 bash[19959]: cluster 2024-02-13T04:03:20.747965+0000 mgr.smithi143.mxhzlj (mgr.14184) 1198 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:22.725 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:22.725 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:23.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:24.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:23 smithi143 bash[16533]: audit 2024-02-13T04:03:22.721526+0000 mgr.smithi143.mxhzlj (mgr.14184) 1199 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:24.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:23 smithi143 bash[16533]: cluster 2024-02-13T04:03:22.749617+0000 mgr.smithi143.mxhzlj (mgr.14184) 1200 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:24.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:23 smithi196 bash[19959]: audit 2024-02-13T04:03:22.721526+0000 mgr.smithi143.mxhzlj (mgr.14184) 1199 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:24.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:23 smithi196 bash[19959]: cluster 2024-02-13T04:03:22.749617+0000 mgr.smithi143.mxhzlj (mgr.14184) 1200 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:24.327 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:26.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:25 smithi143 bash[16533]: cluster 2024-02-13T04:03:24.751654+0000 mgr.smithi143.mxhzlj (mgr.14184) 1201 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:26.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:25 smithi196 bash[19959]: cluster 2024-02-13T04:03:24.751654+0000 mgr.smithi143.mxhzlj (mgr.14184) 1201 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:27.415 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:27.415 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:28.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:28.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:27 smithi143 bash[16533]: cluster 2024-02-13T04:03:26.752909+0000 mgr.smithi143.mxhzlj (mgr.14184) 1202 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:28.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:27 smithi196 bash[19959]: cluster 2024-02-13T04:03:26.752909+0000 mgr.smithi143.mxhzlj (mgr.14184) 1202 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:29.026 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:29.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:28 smithi143 bash[16533]: audit 2024-02-13T04:03:27.403905+0000 mgr.smithi143.mxhzlj (mgr.14184) 1203 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:29.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:28 smithi143 bash[16533]: audit 2024-02-13T04:03:28.711406+0000 mon.smithi143 (mon.0) 957 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:03:29.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:28 smithi196 bash[19959]: audit 2024-02-13T04:03:27.403905+0000 mgr.smithi143.mxhzlj (mgr.14184) 1203 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:29.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:28 smithi196 bash[19959]: audit 2024-02-13T04:03:28.711406+0000 mon.smithi143 (mon.0) 957 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:03:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:29 smithi143 bash[16533]: cluster 2024-02-13T04:03:28.754578+0000 mgr.smithi143.mxhzlj (mgr.14184) 1204 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:29 smithi143 bash[16533]: audit 2024-02-13T04:03:29.037109+0000 mon.smithi143 (mon.0) 958 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:03:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:29 smithi143 bash[16533]: audit 2024-02-13T04:03:29.038904+0000 mon.smithi143 (mon.0) 959 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:03:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:29 smithi143 bash[16533]: audit 2024-02-13T04:03:29.048588+0000 mon.smithi143 (mon.0) 960 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:29 smithi143 bash[16533]: cluster 2024-02-13T04:03:29.050409+0000 mgr.smithi143.mxhzlj (mgr.14184) 1205 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:03:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:29 smithi143 bash[16533]: audit 2024-02-13T04:03:29.059102+0000 mon.smithi143 (mon.0) 961 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:03:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:29 smithi143 bash[16533]: audit 2024-02-13T04:03:29.074550+0000 mon.smithi143 (mon.0) 962 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:29 smithi143 bash[16533]: cephadm 2024-02-13T04:03:29.078988+0000 mgr.smithi143.mxhzlj (mgr.14184) 1206 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.gxkeqe on smithi196 2024-02-13T04:03:30.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:29 smithi196 bash[19959]: cluster 2024-02-13T04:03:28.754578+0000 mgr.smithi143.mxhzlj (mgr.14184) 1204 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:30.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:29 smithi196 bash[19959]: audit 2024-02-13T04:03:29.037109+0000 mon.smithi143 (mon.0) 958 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:03:30.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:29 smithi196 bash[19959]: audit 2024-02-13T04:03:29.038904+0000 mon.smithi143 (mon.0) 959 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:03:30.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:29 smithi196 bash[19959]: audit 2024-02-13T04:03:29.048588+0000 mon.smithi143 (mon.0) 960 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:30.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:29 smithi196 bash[19959]: cluster 2024-02-13T04:03:29.050409+0000 mgr.smithi143.mxhzlj (mgr.14184) 1205 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:03:30.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:29 smithi196 bash[19959]: audit 2024-02-13T04:03:29.059102+0000 mon.smithi143 (mon.0) 961 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:03:30.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:29 smithi196 bash[19959]: audit 2024-02-13T04:03:29.074550+0000 mon.smithi143 (mon.0) 962 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:30.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:29 smithi196 bash[19959]: cephadm 2024-02-13T04:03:29.078988+0000 mgr.smithi143.mxhzlj (mgr.14184) 1206 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.gxkeqe on smithi196 2024-02-13T04:03:31.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:30 smithi143 bash[16533]: cluster 2024-02-13T04:03:30.044585+0000 mon.smithi143 (mon.0) 963 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:03:31.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:30 smithi143 bash[16533]: cluster 2024-02-13T04:03:30.044653+0000 mon.smithi143 (mon.0) 964 : cluster [INF] Cluster is now healthy 2024-02-13T04:03:31.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:30 smithi196 bash[19959]: cluster 2024-02-13T04:03:30.044585+0000 mon.smithi143 (mon.0) 963 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:03:31.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:30 smithi196 bash[19959]: cluster 2024-02-13T04:03:30.044653+0000 mon.smithi143 (mon.0) 964 : cluster [INF] Cluster is now healthy 2024-02-13T04:03:32.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:31 smithi143 bash[16533]: cluster 2024-02-13T04:03:31.051477+0000 mgr.smithi143.mxhzlj (mgr.14184) 1207 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:03:32.247 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:32.247 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:01:20.085963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.rvagsq on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:24.454418Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.zlqlla on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-zlqlla\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.zlqlla\nDeploy daemon haproxy.nfs.foo.smithi196.zlqlla ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.697019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qxphwu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-qxphwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.qxphwu\nDeploy daemon haproxy.nfs.foo.smithi143.qxphwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:02:28.701156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.esujog on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:32.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:31 smithi196 bash[19959]: cluster 2024-02-13T04:03:31.051477+0000 mgr.smithi143.mxhzlj (mgr.14184) 1207 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:03:32.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:33.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:32 smithi143 bash[16533]: audit 2024-02-13T04:03:32.235901+0000 mgr.smithi143.mxhzlj (mgr.14184) 1208 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:33.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:32 smithi196 bash[19959]: audit 2024-02-13T04:03:32.235901+0000 mgr.smithi143.mxhzlj (mgr.14184) 1208 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:33.899 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: cluster 2024-02-13T04:03:33.053050+0000 mgr.smithi143.mxhzlj (mgr.14184) 1209 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: cephadm 2024-02-13T04:03:33.086166+0000 mgr.smithi143.mxhzlj (mgr.14184) 1210 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.gxkeqe ... 2024-02-13T04:03:34.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:34.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.gxkeqe ... 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: cephadm 2024-02-13T04:03:33.086651+0000 mgr.smithi143.mxhzlj (mgr.14184) 1211 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: audit 2024-02-13T04:03:33.087252+0000 mon.smithi143 (mon.0) 965 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.gxkeqe"}]: dispatch 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: cephadm 2024-02-13T04:03:33.089025+0000 mgr.smithi143.mxhzlj (mgr.14184) 1212 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.gxkeqe ... 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:33 smithi143 bash[16533]: cephadm 2024-02-13T04:03:33.093767+0000 mgr.smithi143.mxhzlj (mgr.14184) 1213 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.asmlph on smithi143 2024-02-13T04:03:34.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: cluster 2024-02-13T04:03:33.053050+0000 mgr.smithi143.mxhzlj (mgr.14184) 1209 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:03:34.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: cephadm 2024-02-13T04:03:33.086166+0000 mgr.smithi143.mxhzlj (mgr.14184) 1210 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:34.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.gxkeqe ... 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:03:34.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.gxkeqe ... 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: cephadm 2024-02-13T04:03:33.086651+0000 mgr.smithi143.mxhzlj (mgr.14184) 1211 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: audit 2024-02-13T04:03:33.087252+0000 mon.smithi143 (mon.0) 965 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.gxkeqe"}]: dispatch 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: cephadm 2024-02-13T04:03:33.089025+0000 mgr.smithi143.mxhzlj (mgr.14184) 1212 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe 2024-02-13T04:03:34.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.gxkeqe ... 2024-02-13T04:03:34.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:34.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr 2.3: Pulling from library/haproxy 2024-02-13T04:03:34.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:34.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:34.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:34.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:33 smithi196 bash[19959]: cephadm 2024-02-13T04:03:33.093767+0000 mgr.smithi143.mxhzlj (mgr.14184) 1213 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.asmlph on smithi143 2024-02-13T04:03:36.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:36 smithi143 bash[16533]: cluster 2024-02-13T04:03:35.054504+0000 mgr.smithi143.mxhzlj (mgr.14184) 1214 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:03:36.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:36 smithi196 bash[19959]: cluster 2024-02-13T04:03:35.054504+0000 mgr.smithi143.mxhzlj (mgr.14184) 1214 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:03:37.315 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:37.315 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:37.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:38.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: audit 2024-02-13T04:03:36.808310+0000 mon.smithi143 (mon.0) 966 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: cephadm 2024-02-13T04:03:36.969398+0000 mgr.smithi143.mxhzlj (mgr.14184) 1215 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.asmlph ... 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:03:38.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.asmlph ... 2024-02-13T04:03:38.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: cephadm 2024-02-13T04:03:36.969697+0000 mgr.smithi143.mxhzlj (mgr.14184) 1216 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: audit 2024-02-13T04:03:36.970160+0000 mon.smithi143 (mon.0) 967 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.asmlph"}]: dispatch 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: cephadm 2024-02-13T04:03:36.971088+0000 mgr.smithi143.mxhzlj (mgr.14184) 1217 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:03:38.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.asmlph ... 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: cephadm 2024-02-13T04:03:36.972830+0000 mgr.smithi143.mxhzlj (mgr.14184) 1218 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: cephadm 2024-02-13T04:03:36.974394+0000 mgr.smithi143.mxhzlj (mgr.14184) 1219 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: cluster 2024-02-13T04:03:36.975782+0000 mgr.smithi143.mxhzlj (mgr.14184) 1220 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-13T04:03:38.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:37 smithi143 bash[16533]: audit 2024-02-13T04:03:37.311489+0000 mgr.smithi143.mxhzlj (mgr.14184) 1221 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: audit 2024-02-13T04:03:36.808310+0000 mon.smithi143 (mon.0) 966 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: cephadm 2024-02-13T04:03:36.969398+0000 mgr.smithi143.mxhzlj (mgr.14184) 1215 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.asmlph ... 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:38.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.asmlph ... 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: cephadm 2024-02-13T04:03:36.969697+0000 mgr.smithi143.mxhzlj (mgr.14184) 1216 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: audit 2024-02-13T04:03:36.970160+0000 mon.smithi143 (mon.0) 967 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.asmlph"}]: dispatch 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: cephadm 2024-02-13T04:03:36.971088+0000 mgr.smithi143.mxhzlj (mgr.14184) 1217 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.asmlph ... 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: cephadm 2024-02-13T04:03:36.972830+0000 mgr.smithi143.mxhzlj (mgr.14184) 1218 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: cephadm 2024-02-13T04:03:36.974394+0000 mgr.smithi143.mxhzlj (mgr.14184) 1219 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: cluster 2024-02-13T04:03:36.975782+0000 mgr.smithi143.mxhzlj (mgr.14184) 1220 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-13T04:03:38.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:37 smithi196 bash[19959]: audit 2024-02-13T04:03:37.311489+0000 mgr.smithi143.mxhzlj (mgr.14184) 1221 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:38.970 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:39.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:38 smithi143 bash[16533]: cluster 2024-02-13T04:03:37.805006+0000 mon.smithi143 (mon.0) 968 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:03:39.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:38 smithi143 bash[16533]: audit 2024-02-13T04:03:38.555893+0000 mon.smithi143 (mon.0) 969 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:39.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:38 smithi196 bash[19959]: cluster 2024-02-13T04:03:37.805006+0000 mon.smithi143 (mon.0) 968 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:03:39.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:38 smithi196 bash[19959]: audit 2024-02-13T04:03:38.555893+0000 mon.smithi143 (mon.0) 969 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:40.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:39 smithi143 bash[16533]: cluster 2024-02-13T04:03:38.977649+0000 mgr.smithi143.mxhzlj (mgr.14184) 1222 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:03:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:39 smithi196 bash[19959]: cluster 2024-02-13T04:03:38.977649+0000 mgr.smithi143.mxhzlj (mgr.14184) 1222 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:03:41.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:41 smithi143 bash[16533]: cluster 2024-02-13T04:03:40.978902+0000 mgr.smithi143.mxhzlj (mgr.14184) 1223 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:42.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:41 smithi196 bash[19959]: cluster 2024-02-13T04:03:40.978902+0000 mgr.smithi143.mxhzlj (mgr.14184) 1223 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:42.364 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:42.364 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:43.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:44.023 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:44.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:44 smithi143 bash[16533]: audit 2024-02-13T04:03:42.355401+0000 mgr.smithi143.mxhzlj (mgr.14184) 1224 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:44.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:44 smithi143 bash[16533]: cluster 2024-02-13T04:03:42.980679+0000 mgr.smithi143.mxhzlj (mgr.14184) 1225 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:44.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:44 smithi196 bash[19959]: audit 2024-02-13T04:03:42.355401+0000 mgr.smithi143.mxhzlj (mgr.14184) 1224 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:44.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:44 smithi196 bash[19959]: cluster 2024-02-13T04:03:42.980679+0000 mgr.smithi143.mxhzlj (mgr.14184) 1225 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:46.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:46 smithi143 bash[16533]: cluster 2024-02-13T04:03:44.982522+0000 mgr.smithi143.mxhzlj (mgr.14184) 1226 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:46.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:46 smithi196 bash[19959]: cluster 2024-02-13T04:03:44.982522+0000 mgr.smithi143.mxhzlj (mgr.14184) 1226 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:47.275 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:47.275 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:47.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:48.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:48 smithi143 bash[16533]: cluster 2024-02-13T04:03:46.984168+0000 mgr.smithi143.mxhzlj (mgr.14184) 1227 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-13T04:03:48.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:48 smithi143 bash[16533]: audit 2024-02-13T04:03:47.263665+0000 mgr.smithi143.mxhzlj (mgr.14184) 1228 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:48.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:48 smithi196 bash[19959]: cluster 2024-02-13T04:03:46.984168+0000 mgr.smithi143.mxhzlj (mgr.14184) 1227 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-13T04:03:48.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:48 smithi196 bash[19959]: audit 2024-02-13T04:03:47.263665+0000 mgr.smithi143.mxhzlj (mgr.14184) 1228 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:48.871 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:50.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:50 smithi143 bash[16533]: cluster 2024-02-13T04:03:48.986031+0000 mgr.smithi143.mxhzlj (mgr.14184) 1229 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:50.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:50 smithi196 bash[19959]: cluster 2024-02-13T04:03:48.986031+0000 mgr.smithi143.mxhzlj (mgr.14184) 1229 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:51.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:51 smithi143 bash[16533]: cluster 2024-02-13T04:03:50.987313+0000 mgr.smithi143.mxhzlj (mgr.14184) 1230 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:52.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:51 smithi196 bash[19959]: cluster 2024-02-13T04:03:50.987313+0000 mgr.smithi143.mxhzlj (mgr.14184) 1230 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:52.105 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:52.105 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:52.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:52 smithi143 bash[16533]: audit 2024-02-13T04:03:51.807417+0000 mon.smithi143 (mon.0) 970 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:53.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:52 smithi143 bash[16533]: audit 2024-02-13T04:03:52.094004+0000 mgr.smithi143.mxhzlj (mgr.14184) 1231 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:52 smithi196 bash[19959]: audit 2024-02-13T04:03:51.807417+0000 mon.smithi143 (mon.0) 970 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:03:53.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:52 smithi196 bash[19959]: audit 2024-02-13T04:03:52.094004+0000 mgr.smithi143.mxhzlj (mgr.14184) 1231 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:53.777 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:54.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:53 smithi143 bash[16533]: cluster 2024-02-13T04:03:52.989146+0000 mgr.smithi143.mxhzlj (mgr.14184) 1232 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:53 smithi196 bash[19959]: cluster 2024-02-13T04:03:52.989146+0000 mgr.smithi143.mxhzlj (mgr.14184) 1232 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:56.350 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:56 smithi143 bash[16533]: cluster 2024-02-13T04:03:54.990818+0000 mgr.smithi143.mxhzlj (mgr.14184) 1233 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:56.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:56 smithi196 bash[19959]: cluster 2024-02-13T04:03:54.990818+0000 mgr.smithi143.mxhzlj (mgr.14184) 1233 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:03:56.784 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:03:56.784 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:03:57.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:03:58.401 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:03:58.413 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:58 smithi143 bash[16533]: audit 2024-02-13T04:03:56.777638+0000 mgr.smithi143.mxhzlj (mgr.14184) 1234 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:58.413 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:03:58 smithi143 bash[16533]: cluster 2024-02-13T04:03:56.992374+0000 mgr.smithi143.mxhzlj (mgr.14184) 1235 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:03:58.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:58 smithi196 bash[19959]: audit 2024-02-13T04:03:56.777638+0000 mgr.smithi143.mxhzlj (mgr.14184) 1234 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:03:58.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:03:58 smithi196 bash[19959]: cluster 2024-02-13T04:03:56.992374+0000 mgr.smithi143.mxhzlj (mgr.14184) 1235 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:04:00.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:00 smithi143 bash[16533]: cluster 2024-02-13T04:03:58.994692+0000 mgr.smithi143.mxhzlj (mgr.14184) 1236 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:00.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:00 smithi196 bash[19959]: cluster 2024-02-13T04:03:58.994692+0000 mgr.smithi143.mxhzlj (mgr.14184) 1236 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:01.663 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:01.663 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:01.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:01 smithi143 bash[16533]: cluster 2024-02-13T04:04:00.995973+0000 mgr.smithi143.mxhzlj (mgr.14184) 1237 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:02.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:01 smithi196 bash[19959]: cluster 2024-02-13T04:04:00.995973+0000 mgr.smithi143.mxhzlj (mgr.14184) 1237 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:02.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:02.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:02 smithi143 bash[16533]: audit 2024-02-13T04:04:01.659214+0000 mgr.smithi143.mxhzlj (mgr.14184) 1238 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:03.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:02 smithi196 bash[19959]: audit 2024-02-13T04:04:01.659214+0000 mgr.smithi143.mxhzlj (mgr.14184) 1238 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:03.281 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:03.925 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:03 smithi143 bash[16533]: cluster 2024-02-13T04:04:02.997687+0000 mgr.smithi143.mxhzlj (mgr.14184) 1239 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:04.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:03 smithi196 bash[19959]: cluster 2024-02-13T04:04:02.997687+0000 mgr.smithi143.mxhzlj (mgr.14184) 1239 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:06.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:06 smithi143 bash[16533]: cluster 2024-02-13T04:04:04.999554+0000 mgr.smithi143.mxhzlj (mgr.14184) 1240 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:06.438 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:06.438 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:06.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:06 smithi196 bash[19959]: cluster 2024-02-13T04:04:04.999554+0000 mgr.smithi143.mxhzlj (mgr.14184) 1240 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:07.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:08.095 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:08.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:08 smithi143 bash[16533]: audit 2024-02-13T04:04:06.426919+0000 mgr.smithi143.mxhzlj (mgr.14184) 1241 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:08.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:08 smithi143 bash[16533]: cluster 2024-02-13T04:04:07.001158+0000 mgr.smithi143.mxhzlj (mgr.14184) 1242 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:04:08.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:08 smithi196 bash[19959]: audit 2024-02-13T04:04:06.426919+0000 mgr.smithi143.mxhzlj (mgr.14184) 1241 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:08.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:08 smithi196 bash[19959]: cluster 2024-02-13T04:04:07.001158+0000 mgr.smithi143.mxhzlj (mgr.14184) 1242 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:04:10.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:10 smithi143 bash[16533]: cluster 2024-02-13T04:04:09.003044+0000 mgr.smithi143.mxhzlj (mgr.14184) 1243 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:10.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:10 smithi196 bash[19959]: cluster 2024-02-13T04:04:09.003044+0000 mgr.smithi143.mxhzlj (mgr.14184) 1243 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:11.287 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:11.287 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:11.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:11 smithi143 bash[16533]: cluster 2024-02-13T04:04:11.004240+0000 mgr.smithi143.mxhzlj (mgr.14184) 1244 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:11.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:11 smithi143 bash[16533]: audit 2024-02-13T04:04:11.278400+0000 mgr.smithi143.mxhzlj (mgr.14184) 1245 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:11.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:12.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:11 smithi196 bash[19959]: cluster 2024-02-13T04:04:11.004240+0000 mgr.smithi143.mxhzlj (mgr.14184) 1244 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:12.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:11 smithi196 bash[19959]: audit 2024-02-13T04:04:11.278400+0000 mgr.smithi143.mxhzlj (mgr.14184) 1245 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:12.917 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:14.289 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:14 smithi143 bash[16533]: cluster 2024-02-13T04:04:13.005464+0000 mgr.smithi143.mxhzlj (mgr.14184) 1246 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:14.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:14 smithi196 bash[19959]: cluster 2024-02-13T04:04:13.005464+0000 mgr.smithi143.mxhzlj (mgr.14184) 1246 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:16.024 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:16.025 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:16.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:16 smithi143 bash[16533]: cluster 2024-02-13T04:04:15.007108+0000 mgr.smithi143.mxhzlj (mgr.14184) 1247 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:16.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:16 smithi196 bash[19959]: cluster 2024-02-13T04:04:15.007108+0000 mgr.smithi143.mxhzlj (mgr.14184) 1247 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:16.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:17.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:17 smithi143 bash[16533]: audit 2024-02-13T04:04:16.020954+0000 mgr.smithi143.mxhzlj (mgr.14184) 1248 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:17.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:17 smithi196 bash[19959]: audit 2024-02-13T04:04:16.020954+0000 mgr.smithi143.mxhzlj (mgr.14184) 1248 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:17.673 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:18.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:18 smithi143 bash[16533]: cluster 2024-02-13T04:04:17.008902+0000 mgr.smithi143.mxhzlj (mgr.14184) 1249 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-13T04:04:18.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:18 smithi196 bash[19959]: cluster 2024-02-13T04:04:17.008902+0000 mgr.smithi143.mxhzlj (mgr.14184) 1249 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-13T04:04:20.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:20 smithi143 bash[16533]: cluster 2024-02-13T04:04:19.010102+0000 mgr.smithi143.mxhzlj (mgr.14184) 1250 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T04:04:20.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:20 smithi196 bash[19959]: cluster 2024-02-13T04:04:19.010102+0000 mgr.smithi143.mxhzlj (mgr.14184) 1250 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T04:04:20.910 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:20.911 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:21.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:21.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:21 smithi143 bash[16533]: audit 2024-02-13T04:04:20.901721+0000 mgr.smithi143.mxhzlj (mgr.14184) 1251 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:21.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:21 smithi143 bash[16533]: cluster 2024-02-13T04:04:21.011246+0000 mgr.smithi143.mxhzlj (mgr.14184) 1252 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T04:04:22.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:21 smithi196 bash[19959]: audit 2024-02-13T04:04:20.901721+0000 mgr.smithi143.mxhzlj (mgr.14184) 1251 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:22.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:21 smithi196 bash[19959]: cluster 2024-02-13T04:04:21.011246+0000 mgr.smithi143.mxhzlj (mgr.14184) 1252 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T04:04:22.587 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:24.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:24 smithi143 bash[16533]: cluster 2024-02-13T04:04:23.013087+0000 mgr.smithi143.mxhzlj (mgr.14184) 1253 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T04:04:24.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:24 smithi196 bash[19959]: cluster 2024-02-13T04:04:23.013087+0000 mgr.smithi143.mxhzlj (mgr.14184) 1253 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T04:04:25.751 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:25.751 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:26.379 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:26 smithi143 bash[16533]: cluster 2024-02-13T04:04:25.014778+0000 mgr.smithi143.mxhzlj (mgr.14184) 1254 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T04:04:26.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:26.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:26 smithi196 bash[19959]: cluster 2024-02-13T04:04:25.014778+0000 mgr.smithi143.mxhzlj (mgr.14184) 1254 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T04:04:27.380 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:27.393 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:27 smithi143 bash[16533]: audit 2024-02-13T04:04:25.743174+0000 mgr.smithi143.mxhzlj (mgr.14184) 1255 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:27.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:27 smithi196 bash[19959]: audit 2024-02-13T04:04:25.743174+0000 mgr.smithi143.mxhzlj (mgr.14184) 1255 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:28.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:28 smithi143 bash[16533]: cluster 2024-02-13T04:04:27.016382+0000 mgr.smithi143.mxhzlj (mgr.14184) 1256 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-13T04:04:28.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:28 smithi196 bash[19959]: cluster 2024-02-13T04:04:27.016382+0000 mgr.smithi143.mxhzlj (mgr.14184) 1256 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-13T04:04:30.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:30 smithi143 bash[16533]: cluster 2024-02-13T04:04:29.017692+0000 mgr.smithi143.mxhzlj (mgr.14184) 1257 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:30.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:30 smithi196 bash[19959]: cluster 2024-02-13T04:04:29.017692+0000 mgr.smithi143.mxhzlj (mgr.14184) 1257 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:30.660 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:30.701 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:31.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:31.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:31 smithi143 bash[16533]: audit 2024-02-13T04:04:30.652069+0000 mgr.smithi143.mxhzlj (mgr.14184) 1258 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:31.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:31 smithi143 bash[16533]: cluster 2024-02-13T04:04:31.018881+0000 mgr.smithi143.mxhzlj (mgr.14184) 1259 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:32.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:31 smithi196 bash[19959]: audit 2024-02-13T04:04:30.652069+0000 mgr.smithi143.mxhzlj (mgr.14184) 1258 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:32.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:31 smithi196 bash[19959]: cluster 2024-02-13T04:04:31.018881+0000 mgr.smithi143.mxhzlj (mgr.14184) 1259 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:32.253 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:34.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:34 smithi143 bash[16533]: cluster 2024-02-13T04:04:33.020755+0000 mgr.smithi143.mxhzlj (mgr.14184) 1260 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:34.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:34 smithi196 bash[19959]: cluster 2024-02-13T04:04:33.020755+0000 mgr.smithi143.mxhzlj (mgr.14184) 1260 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:35.498 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:35.498 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:36.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:36.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:36 smithi143 bash[16533]: cluster 2024-02-13T04:04:35.022495+0000 mgr.smithi143.mxhzlj (mgr.14184) 1261 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:36.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:36 smithi196 bash[19959]: cluster 2024-02-13T04:04:35.022495+0000 mgr.smithi143.mxhzlj (mgr.14184) 1261 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:04:37.097 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:37.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:37 smithi143 bash[16533]: audit 2024-02-13T04:04:35.490022+0000 mgr.smithi143.mxhzlj (mgr.14184) 1262 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:37.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:37 smithi143 bash[16533]: audit 2024-02-13T04:04:36.978463+0000 mon.smithi143 (mon.0) 971 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:04:37.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:37 smithi196 bash[19959]: audit 2024-02-13T04:04:35.490022+0000 mgr.smithi143.mxhzlj (mgr.14184) 1262 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:37.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:37 smithi196 bash[19959]: audit 2024-02-13T04:04:36.978463+0000 mon.smithi143 (mon.0) 971 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:04:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:38 smithi143 bash[16533]: cluster 2024-02-13T04:04:37.024036+0000 mgr.smithi143.mxhzlj (mgr.14184) 1263 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:04:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:38 smithi143 bash[16533]: audit 2024-02-13T04:04:37.286768+0000 mon.smithi143 (mon.0) 972 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:04:38.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:38 smithi143 bash[16533]: audit 2024-02-13T04:04:37.287747+0000 mon.smithi143 (mon.0) 973 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:04:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:38 smithi143 bash[16533]: audit 2024-02-13T04:04:37.295134+0000 mon.smithi143 (mon.0) 974 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:04:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:38 smithi143 bash[16533]: cluster 2024-02-13T04:04:37.296012+0000 mgr.smithi143.mxhzlj (mgr.14184) 1264 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:38 smithi143 bash[16533]: audit 2024-02-13T04:04:37.301775+0000 mon.smithi143 (mon.0) 975 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:04:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:38 smithi143 bash[16533]: audit 2024-02-13T04:04:37.315578+0000 mon.smithi143 (mon.0) 976 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:04:38.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:38 smithi143 bash[16533]: cephadm 2024-02-13T04:04:37.318301+0000 mgr.smithi143.mxhzlj (mgr.14184) 1265 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.smvbyb on smithi196 2024-02-13T04:04:38.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:38 smithi196 bash[19959]: cluster 2024-02-13T04:04:37.024036+0000 mgr.smithi143.mxhzlj (mgr.14184) 1263 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:04:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:38 smithi196 bash[19959]: audit 2024-02-13T04:04:37.286768+0000 mon.smithi143 (mon.0) 972 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:04:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:38 smithi196 bash[19959]: audit 2024-02-13T04:04:37.287747+0000 mon.smithi143 (mon.0) 973 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:04:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:38 smithi196 bash[19959]: audit 2024-02-13T04:04:37.295134+0000 mon.smithi143 (mon.0) 974 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:04:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:38 smithi196 bash[19959]: cluster 2024-02-13T04:04:37.296012+0000 mgr.smithi143.mxhzlj (mgr.14184) 1264 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:38 smithi196 bash[19959]: audit 2024-02-13T04:04:37.301775+0000 mon.smithi143 (mon.0) 975 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:04:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:38 smithi196 bash[19959]: audit 2024-02-13T04:04:37.315578+0000 mon.smithi143 (mon.0) 976 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:04:38.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:38 smithi196 bash[19959]: cephadm 2024-02-13T04:04:37.318301+0000 mgr.smithi143.mxhzlj (mgr.14184) 1265 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.smvbyb on smithi196 2024-02-13T04:04:39.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:39 smithi143 bash[16533]: cluster 2024-02-13T04:04:38.293079+0000 mon.smithi143 (mon.0) 977 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:04:39.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:39 smithi143 bash[16533]: cluster 2024-02-13T04:04:38.293149+0000 mon.smithi143 (mon.0) 978 : cluster [INF] Cluster is now healthy 2024-02-13T04:04:39.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:39 smithi196 bash[19959]: cluster 2024-02-13T04:04:38.293079+0000 mon.smithi143 (mon.0) 977 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:04:39.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:39 smithi196 bash[19959]: cluster 2024-02-13T04:04:38.293149+0000 mon.smithi143 (mon.0) 978 : cluster [INF] Cluster is now healthy 2024-02-13T04:04:40.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:40 smithi143 bash[16533]: cluster 2024-02-13T04:04:39.297839+0000 mgr.smithi143.mxhzlj (mgr.14184) 1266 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:40.336 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:40.336 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:02:28.705063Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kkwfoz on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:40.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:40 smithi196 bash[19959]: cluster 2024-02-13T04:04:39.297839+0000 mgr.smithi143.mxhzlj (mgr.14184) 1266 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:40.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:41.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: audit 2024-02-13T04:04:40.330224+0000 mgr.smithi143.mxhzlj (mgr.14184) 1267 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:41.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: cephadm 2024-02-13T04:04:41.268687+0000 mgr.smithi143.mxhzlj (mgr.14184) 1268 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:41.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:41.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:41.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:41.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:41.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.smvbyb ... 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:41.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.smvbyb ... 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: cephadm 2024-02-13T04:04:41.269345+0000 mgr.smithi143.mxhzlj (mgr.14184) 1269 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: audit 2024-02-13T04:04:41.270105+0000 mon.smithi143 (mon.0) 979 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.smvbyb"}]: dispatch 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: cephadm 2024-02-13T04:04:41.271782+0000 mgr.smithi143.mxhzlj (mgr.14184) 1270 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:41.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.smvbyb ... 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: cephadm 2024-02-13T04:04:41.276855+0000 mgr.smithi143.mxhzlj (mgr.14184) 1271 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ntrzhj on smithi143 2024-02-13T04:04:41.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:41 smithi143 bash[16533]: cluster 2024-02-13T04:04:41.298703+0000 mgr.smithi143.mxhzlj (mgr.14184) 1272 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:41.952 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: audit 2024-02-13T04:04:40.330224+0000 mgr.smithi143.mxhzlj (mgr.14184) 1267 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: cephadm 2024-02-13T04:04:41.268687+0000 mgr.smithi143.mxhzlj (mgr.14184) 1268 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:42.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.smvbyb ... 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:42.011 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.smvbyb ... 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: cephadm 2024-02-13T04:04:41.269345+0000 mgr.smithi143.mxhzlj (mgr.14184) 1269 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: audit 2024-02-13T04:04:41.270105+0000 mon.smithi143 (mon.0) 979 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.smvbyb"}]: dispatch 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: cephadm 2024-02-13T04:04:41.271782+0000 mgr.smithi143.mxhzlj (mgr.14184) 1270 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:42.012 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.smvbyb ... 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: cephadm 2024-02-13T04:04:41.276855+0000 mgr.smithi143.mxhzlj (mgr.14184) 1271 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.ntrzhj on smithi143 2024-02-13T04:04:42.013 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:41 smithi196 bash[19959]: cluster 2024-02-13T04:04:41.298703+0000 mgr.smithi143.mxhzlj (mgr.14184) 1272 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:43.439 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:43 smithi143 bash[16533]: cluster 2024-02-13T04:04:43.300363+0000 mgr.smithi143.mxhzlj (mgr.14184) 1273 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:43.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:43 smithi196 bash[19959]: cluster 2024-02-13T04:04:43.300363+0000 mgr.smithi143.mxhzlj (mgr.14184) 1273 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:45.227 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:45.227 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:33.088751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.gxkeqe on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-gxkeqe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.gxkeqe\nDeploy daemon haproxy.nfs.foo.smithi196.gxkeqe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.970957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.asmlph on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-asmlph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.asmlph\nDeploy daemon haproxy.nfs.foo.smithi143.asmlph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:03:36.972733Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.evrbfs on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:45.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:45 smithi143 bash[16533]: audit 2024-02-13T04:04:45.218482+0000 mgr.smithi143.mxhzlj (mgr.14184) 1274 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:45.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:45 smithi143 bash[16533]: cluster 2024-02-13T04:04:45.301483+0000 mgr.smithi143.mxhzlj (mgr.14184) 1275 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:45.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:45 smithi196 bash[19959]: audit 2024-02-13T04:04:45.218482+0000 mgr.smithi143.mxhzlj (mgr.14184) 1274 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:45.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:45 smithi196 bash[19959]: cluster 2024-02-13T04:04:45.301483+0000 mgr.smithi143.mxhzlj (mgr.14184) 1275 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:04:45.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: cephadm 2024-02-13T04:04:45.439831+0000 mgr.smithi143.mxhzlj (mgr.14184) 1276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ntrzhj ... 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:46.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ntrzhj ... 2024-02-13T04:04:46.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: cephadm 2024-02-13T04:04:45.440180+0000 mgr.smithi143.mxhzlj (mgr.14184) 1277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: audit 2024-02-13T04:04:45.440618+0000 mon.smithi143 (mon.0) 980 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ntrzhj"}]: dispatch 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: cephadm 2024-02-13T04:04:45.441797+0000 mgr.smithi143.mxhzlj (mgr.14184) 1278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.ntrzhj ... 2024-02-13T04:04:46.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:46.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:46.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:46.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: cephadm 2024-02-13T04:04:45.445994+0000 mgr.smithi143.mxhzlj (mgr.14184) 1279 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:04:46.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: cephadm 2024-02-13T04:04:45.450266+0000 mgr.smithi143.mxhzlj (mgr.14184) 1280 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:04:46.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:46 smithi143 bash[16533]: cluster 2024-02-13T04:04:45.451849+0000 mgr.smithi143.mxhzlj (mgr.14184) 1281 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: cephadm 2024-02-13T04:04:45.439831+0000 mgr.smithi143.mxhzlj (mgr.14184) 1276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ntrzhj ... 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ntrzhj ... 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: cephadm 2024-02-13T04:04:45.440180+0000 mgr.smithi143.mxhzlj (mgr.14184) 1277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: audit 2024-02-13T04:04:45.440618+0000 mon.smithi143 (mon.0) 980 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.ntrzhj"}]: dispatch 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: cephadm 2024-02-13T04:04:45.441797+0000 mgr.smithi143.mxhzlj (mgr.14184) 1278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:04:46.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.ntrzhj ... 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: cephadm 2024-02-13T04:04:45.445994+0000 mgr.smithi143.mxhzlj (mgr.14184) 1279 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: cephadm 2024-02-13T04:04:45.450266+0000 mgr.smithi143.mxhzlj (mgr.14184) 1280 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:04:46.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:46 smithi196 bash[19959]: cluster 2024-02-13T04:04:45.451849+0000 mgr.smithi143.mxhzlj (mgr.14184) 1281 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T04:04:46.962 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:47.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:47 smithi143 bash[16533]: cluster 2024-02-13T04:04:46.383118+0000 mon.smithi143 (mon.0) 981 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:04:47.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:47 smithi196 bash[19959]: cluster 2024-02-13T04:04:46.383118+0000 mon.smithi143 (mon.0) 981 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:04:48.470 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:48 smithi143 bash[16533]: cluster 2024-02-13T04:04:47.453461+0000 mgr.smithi143.mxhzlj (mgr.14184) 1282 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:48.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:48 smithi196 bash[19959]: cluster 2024-02-13T04:04:47.453461+0000 mgr.smithi143.mxhzlj (mgr.14184) 1282 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:49.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:49 smithi143 bash[16533]: audit 2024-02-13T04:04:48.617678+0000 mon.smithi143 (mon.0) 982 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:04:50.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:49 smithi196 bash[19959]: audit 2024-02-13T04:04:48.617678+0000 mon.smithi143 (mon.0) 982 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:04:50.283 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:50.283 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:50.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:50 smithi143 bash[16533]: cluster 2024-02-13T04:04:49.455406+0000 mgr.smithi143.mxhzlj (mgr.14184) 1283 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:50.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:50 smithi143 bash[16533]: audit 2024-02-13T04:04:50.277740+0000 mgr.smithi143.mxhzlj (mgr.14184) 1284 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:50.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:51.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:50 smithi196 bash[19959]: cluster 2024-02-13T04:04:49.455406+0000 mgr.smithi143.mxhzlj (mgr.14184) 1283 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:51.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:50 smithi196 bash[19959]: audit 2024-02-13T04:04:50.277740+0000 mgr.smithi143.mxhzlj (mgr.14184) 1284 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:51.955 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:52.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:52 smithi143 bash[16533]: cluster 2024-02-13T04:04:51.456675+0000 mgr.smithi143.mxhzlj (mgr.14184) 1285 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:53.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:52 smithi196 bash[19959]: cluster 2024-02-13T04:04:51.456675+0000 mgr.smithi143.mxhzlj (mgr.14184) 1285 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:54.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:54 smithi143 bash[16533]: cluster 2024-02-13T04:04:53.458556+0000 mgr.smithi143.mxhzlj (mgr.14184) 1286 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:55.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:54 smithi196 bash[19959]: cluster 2024-02-13T04:04:53.458556+0000 mgr.smithi143.mxhzlj (mgr.14184) 1286 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:55.102 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:04:55.102 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:04:55.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:04:56.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:55 smithi196 bash[19959]: audit 2024-02-13T04:04:55.095336+0000 mgr.smithi143.mxhzlj (mgr.14184) 1287 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:56.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:55 smithi143 bash[16533]: audit 2024-02-13T04:04:55.095336+0000 mgr.smithi143.mxhzlj (mgr.14184) 1287 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:04:56.766 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:04:57.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:56 smithi196 bash[19959]: cluster 2024-02-13T04:04:55.460195+0000 mgr.smithi143.mxhzlj (mgr.14184) 1288 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:57.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:56 smithi143 bash[16533]: cluster 2024-02-13T04:04:55.460195+0000 mgr.smithi143.mxhzlj (mgr.14184) 1288 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:04:59.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:04:58 smithi196 bash[19959]: cluster 2024-02-13T04:04:57.461954+0000 mgr.smithi143.mxhzlj (mgr.14184) 1289 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:04:59.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:04:58 smithi143 bash[16533]: cluster 2024-02-13T04:04:57.461954+0000 mgr.smithi143.mxhzlj (mgr.14184) 1289 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:05:00.016 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:00.016 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:00.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:00.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:00 smithi143 bash[16533]: cluster 2024-02-13T04:04:59.463454+0000 mgr.smithi143.mxhzlj (mgr.14184) 1290 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:00.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:00 smithi143 bash[16533]: audit 2024-02-13T04:05:00.006125+0000 mgr.smithi143.mxhzlj (mgr.14184) 1291 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:01.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:00 smithi196 bash[19959]: cluster 2024-02-13T04:04:59.463454+0000 mgr.smithi143.mxhzlj (mgr.14184) 1290 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:01.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:00 smithi196 bash[19959]: audit 2024-02-13T04:05:00.006125+0000 mgr.smithi143.mxhzlj (mgr.14184) 1291 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:01.642 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:03.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:02 smithi196 bash[19959]: cluster 2024-02-13T04:05:01.464616+0000 mgr.smithi143.mxhzlj (mgr.14184) 1292 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:03.026 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:02 smithi143 bash[16533]: cluster 2024-02-13T04:05:01.464616+0000 mgr.smithi143.mxhzlj (mgr.14184) 1292 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:04.781 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:04.781 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:05.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:04 smithi196 bash[19959]: cluster 2024-02-13T04:05:03.466435+0000 mgr.smithi143.mxhzlj (mgr.14184) 1293 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:05.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:04 smithi143 bash[16533]: cluster 2024-02-13T04:05:03.466435+0000 mgr.smithi143.mxhzlj (mgr.14184) 1293 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:05.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:06.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:05 smithi196 bash[19959]: audit 2024-02-13T04:05:04.777765+0000 mgr.smithi143.mxhzlj (mgr.14184) 1294 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:06.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:05 smithi143 bash[16533]: audit 2024-02-13T04:05:04.777765+0000 mgr.smithi143.mxhzlj (mgr.14184) 1294 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:06.406 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:07.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:06 smithi196 bash[19959]: cluster 2024-02-13T04:05:05.468061+0000 mgr.smithi143.mxhzlj (mgr.14184) 1295 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:07.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:06 smithi143 bash[16533]: cluster 2024-02-13T04:05:05.468061+0000 mgr.smithi143.mxhzlj (mgr.14184) 1295 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:09.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:08 smithi196 bash[19959]: cluster 2024-02-13T04:05:07.469763+0000 mgr.smithi143.mxhzlj (mgr.14184) 1296 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:05:09.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:08 smithi143 bash[16533]: cluster 2024-02-13T04:05:07.469763+0000 mgr.smithi143.mxhzlj (mgr.14184) 1296 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:05:09.625 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:09.626 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:10.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:10.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:10 smithi143 bash[16533]: cluster 2024-02-13T04:05:09.471674+0000 mgr.smithi143.mxhzlj (mgr.14184) 1297 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:10.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:10 smithi143 bash[16533]: audit 2024-02-13T04:05:09.615833+0000 mgr.smithi143.mxhzlj (mgr.14184) 1298 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:11.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:10 smithi196 bash[19959]: cluster 2024-02-13T04:05:09.471674+0000 mgr.smithi143.mxhzlj (mgr.14184) 1297 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:11.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:10 smithi196 bash[19959]: audit 2024-02-13T04:05:09.615833+0000 mgr.smithi143.mxhzlj (mgr.14184) 1298 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:11.233 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:12.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:12 smithi143 bash[16533]: cluster 2024-02-13T04:05:11.472829+0000 mgr.smithi143.mxhzlj (mgr.14184) 1299 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:13.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:12 smithi196 bash[19959]: cluster 2024-02-13T04:05:11.472829+0000 mgr.smithi143.mxhzlj (mgr.14184) 1299 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:14.387 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:14.387 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:14.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:15.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:14 smithi196 bash[19959]: cluster 2024-02-13T04:05:13.474680+0000 mgr.smithi143.mxhzlj (mgr.14184) 1300 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:15.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:14 smithi143 bash[16533]: cluster 2024-02-13T04:05:13.474680+0000 mgr.smithi143.mxhzlj (mgr.14184) 1300 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:15.943 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:16.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:15 smithi196 bash[19959]: audit 2024-02-13T04:05:14.383241+0000 mgr.smithi143.mxhzlj (mgr.14184) 1301 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:16.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:15 smithi143 bash[16533]: audit 2024-02-13T04:05:14.383241+0000 mgr.smithi143.mxhzlj (mgr.14184) 1301 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:17.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:16 smithi196 bash[19959]: cluster 2024-02-13T04:05:15.476463+0000 mgr.smithi143.mxhzlj (mgr.14184) 1302 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:17.085 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:16 smithi143 bash[16533]: cluster 2024-02-13T04:05:15.476463+0000 mgr.smithi143.mxhzlj (mgr.14184) 1302 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:19.163 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:19.163 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:19.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:18 smithi143 bash[16533]: cluster 2024-02-13T04:05:17.478185+0000 mgr.smithi143.mxhzlj (mgr.14184) 1303 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:05:19.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:18 smithi196 bash[19959]: cluster 2024-02-13T04:05:17.478185+0000 mgr.smithi143.mxhzlj (mgr.14184) 1303 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:05:19.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:20.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:19 smithi143 bash[16533]: audit 2024-02-13T04:05:19.153312+0000 mgr.smithi143.mxhzlj (mgr.14184) 1304 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:20.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:19 smithi196 bash[19959]: audit 2024-02-13T04:05:19.153312+0000 mgr.smithi143.mxhzlj (mgr.14184) 1304 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:20.781 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:20.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:20 smithi143 bash[16533]: cluster 2024-02-13T04:05:19.480210+0000 mgr.smithi143.mxhzlj (mgr.14184) 1305 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:21.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:20 smithi196 bash[19959]: cluster 2024-02-13T04:05:19.480210+0000 mgr.smithi143.mxhzlj (mgr.14184) 1305 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:23.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:22 smithi143 bash[16533]: cluster 2024-02-13T04:05:21.481436+0000 mgr.smithi143.mxhzlj (mgr.14184) 1306 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:23.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:22 smithi196 bash[19959]: cluster 2024-02-13T04:05:21.481436+0000 mgr.smithi143.mxhzlj (mgr.14184) 1306 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:23.955 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:23.955 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:24.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:24.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:24 smithi143 bash[16533]: cluster 2024-02-13T04:05:23.483292+0000 mgr.smithi143.mxhzlj (mgr.14184) 1307 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:24.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:24 smithi143 bash[16533]: audit 2024-02-13T04:05:23.945776+0000 mgr.smithi143.mxhzlj (mgr.14184) 1308 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:25.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:24 smithi196 bash[19959]: cluster 2024-02-13T04:05:23.483292+0000 mgr.smithi143.mxhzlj (mgr.14184) 1307 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:25.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:24 smithi196 bash[19959]: audit 2024-02-13T04:05:23.945776+0000 mgr.smithi143.mxhzlj (mgr.14184) 1308 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:25.570 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:26 smithi143 bash[16533]: cluster 2024-02-13T04:05:25.484923+0000 mgr.smithi143.mxhzlj (mgr.14184) 1309 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:27.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:26 smithi196 bash[19959]: cluster 2024-02-13T04:05:25.484923+0000 mgr.smithi143.mxhzlj (mgr.14184) 1309 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:28.641 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:28.641 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:29.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:28 smithi143 bash[16533]: cluster 2024-02-13T04:05:27.486638+0000 mgr.smithi143.mxhzlj (mgr.14184) 1310 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:05:29.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:28 smithi196 bash[19959]: cluster 2024-02-13T04:05:27.486638+0000 mgr.smithi143.mxhzlj (mgr.14184) 1310 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:05:29.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:30.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:29 smithi143 bash[16533]: audit 2024-02-13T04:05:28.629426+0000 mgr.smithi143.mxhzlj (mgr.14184) 1311 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:30.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:29 smithi196 bash[19959]: audit 2024-02-13T04:05:28.629426+0000 mgr.smithi143.mxhzlj (mgr.14184) 1311 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:30.292 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:31.105 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:30 smithi143 bash[16533]: cluster 2024-02-13T04:05:29.488615+0000 mgr.smithi143.mxhzlj (mgr.14184) 1312 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:31.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:30 smithi196 bash[19959]: cluster 2024-02-13T04:05:29.488615+0000 mgr.smithi143.mxhzlj (mgr.14184) 1312 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:33.077 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:32 smithi143 bash[16533]: cluster 2024-02-13T04:05:31.489855+0000 mgr.smithi143.mxhzlj (mgr.14184) 1313 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:33.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:32 smithi196 bash[19959]: cluster 2024-02-13T04:05:31.489855+0000 mgr.smithi143.mxhzlj (mgr.14184) 1313 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:33.522 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:33.522 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:34.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:35.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:34 smithi143 bash[16533]: cluster 2024-02-13T04:05:33.490825+0000 mgr.smithi143.mxhzlj (mgr.14184) 1314 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:35.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:34 smithi143 bash[16533]: audit 2024-02-13T04:05:33.517684+0000 mgr.smithi143.mxhzlj (mgr.14184) 1315 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:35.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:34 smithi196 bash[19959]: cluster 2024-02-13T04:05:33.490825+0000 mgr.smithi143.mxhzlj (mgr.14184) 1314 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:05:35.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:34 smithi196 bash[19959]: audit 2024-02-13T04:05:33.517684+0000 mgr.smithi143.mxhzlj (mgr.14184) 1315 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:35.267 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:36.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:36 smithi143 bash[16533]: cluster 2024-02-13T04:05:35.491958+0000 mgr.smithi143.mxhzlj (mgr.14184) 1316 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2024-02-13T04:05:37.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:36 smithi196 bash[19959]: cluster 2024-02-13T04:05:35.491958+0000 mgr.smithi143.mxhzlj (mgr.14184) 1316 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2024-02-13T04:05:38.512 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:38.512 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:39.132 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:38 smithi143 bash[16533]: cluster 2024-02-13T04:05:37.493604+0000 mgr.smithi143.mxhzlj (mgr.14184) 1317 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-02-13T04:05:39.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:39.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:38 smithi196 bash[19959]: cluster 2024-02-13T04:05:37.493604+0000 mgr.smithi143.mxhzlj (mgr.14184) 1317 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-02-13T04:05:40.135 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:40.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:39 smithi143 bash[16533]: audit 2024-02-13T04:05:38.501251+0000 mgr.smithi143.mxhzlj (mgr.14184) 1318 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:39 smithi196 bash[19959]: audit 2024-02-13T04:05:38.501251+0000 mgr.smithi143.mxhzlj (mgr.14184) 1318 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:41.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:40 smithi143 bash[16533]: cluster 2024-02-13T04:05:39.495557+0000 mgr.smithi143.mxhzlj (mgr.14184) 1319 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T04:05:41.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:40 smithi196 bash[19959]: cluster 2024-02-13T04:05:39.495557+0000 mgr.smithi143.mxhzlj (mgr.14184) 1319 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T04:05:43.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:42 smithi143 bash[16533]: cluster 2024-02-13T04:05:41.496583+0000 mgr.smithi143.mxhzlj (mgr.14184) 1320 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T04:05:43.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:42 smithi196 bash[19959]: cluster 2024-02-13T04:05:41.496583+0000 mgr.smithi143.mxhzlj (mgr.14184) 1320 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T04:05:43.324 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:43.324 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:43.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:44.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:43 smithi143 bash[16533]: audit 2024-02-13T04:05:43.315080+0000 mgr.smithi143.mxhzlj (mgr.14184) 1321 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:44.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:43 smithi196 bash[19959]: audit 2024-02-13T04:05:43.315080+0000 mgr.smithi143.mxhzlj (mgr.14184) 1321 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:44.961 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:45.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:44 smithi143 bash[16533]: cluster 2024-02-13T04:05:43.498217+0000 mgr.smithi143.mxhzlj (mgr.14184) 1322 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T04:05:45.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:44 smithi196 bash[19959]: cluster 2024-02-13T04:05:43.498217+0000 mgr.smithi143.mxhzlj (mgr.14184) 1322 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T04:05:46.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:45 smithi143 bash[16533]: audit 2024-02-13T04:05:45.455983+0000 mon.smithi143 (mon.0) 983 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:05:46.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:45 smithi143 bash[16533]: audit 2024-02-13T04:05:45.779348+0000 mon.smithi143 (mon.0) 984 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:05:46.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:45 smithi143 bash[16533]: audit 2024-02-13T04:05:45.780481+0000 mon.smithi143 (mon.0) 985 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:05:46.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:45 smithi143 bash[16533]: audit 2024-02-13T04:05:45.787895+0000 mon.smithi143 (mon.0) 986 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:05:46.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:45 smithi143 bash[16533]: audit 2024-02-13T04:05:45.794675+0000 mon.smithi143 (mon.0) 987 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:05:46.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:45 smithi143 bash[16533]: audit 2024-02-13T04:05:45.808854+0000 mon.smithi143 (mon.0) 988 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:05:46.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:45 smithi196 bash[19959]: audit 2024-02-13T04:05:45.455983+0000 mon.smithi143 (mon.0) 983 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:05:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:45 smithi196 bash[19959]: audit 2024-02-13T04:05:45.779348+0000 mon.smithi143 (mon.0) 984 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:05:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:45 smithi196 bash[19959]: audit 2024-02-13T04:05:45.780481+0000 mon.smithi143 (mon.0) 985 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:05:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:45 smithi196 bash[19959]: audit 2024-02-13T04:05:45.787895+0000 mon.smithi143 (mon.0) 986 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:05:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:45 smithi196 bash[19959]: audit 2024-02-13T04:05:45.794675+0000 mon.smithi143 (mon.0) 987 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:05:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:45 smithi196 bash[19959]: audit 2024-02-13T04:05:45.808854+0000 mon.smithi143 (mon.0) 988 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:05:47.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:46 smithi143 bash[16533]: cluster 2024-02-13T04:05:45.499852+0000 mgr.smithi143.mxhzlj (mgr.14184) 1323 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T04:05:47.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:46 smithi143 bash[16533]: cluster 2024-02-13T04:05:45.788862+0000 mgr.smithi143.mxhzlj (mgr.14184) 1324 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2024-02-13T04:05:47.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:46 smithi143 bash[16533]: cephadm 2024-02-13T04:05:45.812382+0000 mgr.smithi143.mxhzlj (mgr.14184) 1325 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.swdxds on smithi196 2024-02-13T04:05:47.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:46 smithi143 bash[16533]: cluster 2024-02-13T04:05:45.863274+0000 mon.smithi143 (mon.0) 989 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:05:47.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:46 smithi143 bash[16533]: cluster 2024-02-13T04:05:45.863338+0000 mon.smithi143 (mon.0) 990 : cluster [INF] Cluster is now healthy 2024-02-13T04:05:47.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:46 smithi196 bash[19959]: cluster 2024-02-13T04:05:45.499852+0000 mgr.smithi143.mxhzlj (mgr.14184) 1323 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2024-02-13T04:05:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:46 smithi196 bash[19959]: cluster 2024-02-13T04:05:45.788862+0000 mgr.smithi143.mxhzlj (mgr.14184) 1324 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2024-02-13T04:05:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:46 smithi196 bash[19959]: cephadm 2024-02-13T04:05:45.812382+0000 mgr.smithi143.mxhzlj (mgr.14184) 1325 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.swdxds on smithi196 2024-02-13T04:05:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:46 smithi196 bash[19959]: cluster 2024-02-13T04:05:45.863274+0000 mon.smithi143 (mon.0) 989 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:05:47.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:46 smithi196 bash[19959]: cluster 2024-02-13T04:05:45.863338+0000 mon.smithi143 (mon.0) 990 : cluster [INF] Cluster is now healthy 2024-02-13T04:05:48.193 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:48.194 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:03:36.974293Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ergwyl on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:48.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:49.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:48 smithi143 bash[16533]: cluster 2024-02-13T04:05:47.791186+0000 mgr.smithi143.mxhzlj (mgr.14184) 1326 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-13T04:05:49.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:48 smithi143 bash[16533]: audit 2024-02-13T04:05:48.178377+0000 mgr.smithi143.mxhzlj (mgr.14184) 1327 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:49.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:48 smithi196 bash[19959]: cluster 2024-02-13T04:05:47.791186+0000 mgr.smithi143.mxhzlj (mgr.14184) 1326 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-13T04:05:49.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:48 smithi196 bash[19959]: audit 2024-02-13T04:05:48.178377+0000 mgr.smithi143.mxhzlj (mgr.14184) 1327 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:49.805 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:50.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:49 smithi196 bash[19959]: audit 2024-02-13T04:05:49.745348+0000 mon.smithi143 (mon.0) 991 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.swdxds"}]: dispatch 2024-02-13T04:05:50.174 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:49 smithi143 bash[16533]: audit 2024-02-13T04:05:49.745348+0000 mon.smithi143 (mon.0) 991 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.swdxds"}]: dispatch 2024-02-13T04:05:51.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: cephadm 2024-02-13T04:05:49.744303+0000 mgr.smithi143.mxhzlj (mgr.14184) 1328 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:51.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.swdxds ... 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:05:51.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.swdxds ... 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:51.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: cephadm 2024-02-13T04:05:49.744791+0000 mgr.smithi143.mxhzlj (mgr.14184) 1329 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: cephadm 2024-02-13T04:05:49.747134+0000 mgr.smithi143.mxhzlj (mgr.14184) 1330 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.swdxds ... 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: cephadm 2024-02-13T04:05:49.752226+0000 mgr.smithi143.mxhzlj (mgr.14184) 1331 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rnxabs on smithi143 2024-02-13T04:05:51.170 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:50 smithi143 bash[16533]: cluster 2024-02-13T04:05:49.792651+0000 mgr.smithi143.mxhzlj (mgr.14184) 1332 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:05:51.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: cephadm 2024-02-13T04:05:49.744303+0000 mgr.smithi143.mxhzlj (mgr.14184) 1328 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.swdxds ... 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:51.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.swdxds ... 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:51.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: cephadm 2024-02-13T04:05:49.744791+0000 mgr.smithi143.mxhzlj (mgr.14184) 1329 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: cephadm 2024-02-13T04:05:49.747134+0000 mgr.smithi143.mxhzlj (mgr.14184) 1330 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.swdxds ... 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:51.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:51.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:51.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: cephadm 2024-02-13T04:05:49.752226+0000 mgr.smithi143.mxhzlj (mgr.14184) 1331 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rnxabs on smithi143 2024-02-13T04:05:51.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:50 smithi196 bash[19959]: cluster 2024-02-13T04:05:49.792651+0000 mgr.smithi143.mxhzlj (mgr.14184) 1332 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:05:53.166 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:53.167 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:41.271511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.smvbyb on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-smvbyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.smvbyb\nDeploy daemon haproxy.nfs.foo.smithi196.smvbyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.441520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.ntrzhj on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-ntrzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.ntrzhj\nDeploy daemon haproxy.nfs.foo.smithi143.ntrzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:04:45.445754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ddxgxv on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:52 smithi143 bash[16533]: cluster 2024-02-13T04:05:51.793624+0000 mgr.smithi143.mxhzlj (mgr.14184) 1333 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:05:53.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:52 smithi143 bash[16533]: audit 2024-02-13T04:05:51.811533+0000 mon.smithi143 (mon.0) 992 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:05:53.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:52 smithi196 bash[19959]: cluster 2024-02-13T04:05:51.793624+0000 mgr.smithi143.mxhzlj (mgr.14184) 1333 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:05:53.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:52 smithi196 bash[19959]: audit 2024-02-13T04:05:51.811533+0000 mon.smithi143 (mon.0) 992 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:05:53.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:54.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:53 smithi143 bash[16533]: audit 2024-02-13T04:05:53.153082+0000 mgr.smithi143.mxhzlj (mgr.14184) 1334 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:53 smithi196 bash[19959]: audit 2024-02-13T04:05:53.153082+0000 mgr.smithi143.mxhzlj (mgr.14184) 1334 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:54.966 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: cluster 2024-02-13T04:05:53.795221+0000 mgr.smithi143.mxhzlj (mgr.14184) 1335 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: cephadm 2024-02-13T04:05:53.929250+0000 mgr.smithi143.mxhzlj (mgr.14184) 1336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.rnxabs ... 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:55.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.167 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.rnxabs ... 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: cephadm 2024-02-13T04:05:53.929569+0000 mgr.smithi143.mxhzlj (mgr.14184) 1337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: audit 2024-02-13T04:05:53.930074+0000 mon.smithi143 (mon.0) 993 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rnxabs"}]: dispatch 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: cephadm 2024-02-13T04:05:53.931210+0000 mgr.smithi143.mxhzlj (mgr.14184) 1338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.rnxabs ... 2024-02-13T04:05:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: cephadm 2024-02-13T04:05:53.934297+0000 mgr.smithi143.mxhzlj (mgr.14184) 1339 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:05:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: cephadm 2024-02-13T04:05:53.935901+0000 mgr.smithi143.mxhzlj (mgr.14184) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:05:55.169 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:54 smithi143 bash[16533]: cluster 2024-02-13T04:05:53.937078+0000 mgr.smithi143.mxhzlj (mgr.14184) 1341 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: cluster 2024-02-13T04:05:53.795221+0000 mgr.smithi143.mxhzlj (mgr.14184) 1335 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: cephadm 2024-02-13T04:05:53.929250+0000 mgr.smithi143.mxhzlj (mgr.14184) 1336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.rnxabs ... 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.261 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:55.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:55.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:55.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:05:55.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:05:55.262 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.rnxabs ... 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:55.263 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:55.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:55.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: cephadm 2024-02-13T04:05:53.929569+0000 mgr.smithi143.mxhzlj (mgr.14184) 1337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: audit 2024-02-13T04:05:53.930074+0000 mon.smithi143 (mon.0) 993 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rnxabs"}]: dispatch 2024-02-13T04:05:55.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: cephadm 2024-02-13T04:05:53.931210+0000 mgr.smithi143.mxhzlj (mgr.14184) 1338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.264 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:55.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs 2024-02-13T04:05:55.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:05:55.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs 2024-02-13T04:05:55.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.rnxabs ... 2024-02-13T04:05:55.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:05:55.265 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:05:55.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:05:55.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:05:55.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: cephadm 2024-02-13T04:05:53.934297+0000 mgr.smithi143.mxhzlj (mgr.14184) 1339 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:05:55.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: cephadm 2024-02-13T04:05:53.935901+0000 mgr.smithi143.mxhzlj (mgr.14184) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:05:55.266 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:54 smithi196 bash[19959]: cluster 2024-02-13T04:05:53.937078+0000 mgr.smithi143.mxhzlj (mgr.14184) 1341 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-02-13T04:05:56.145 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:55 smithi143 bash[16533]: cluster 2024-02-13T04:05:54.819846+0000 mon.smithi143 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:05:56.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:55 smithi196 bash[19959]: cluster 2024-02-13T04:05:54.819846+0000 mon.smithi143 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:05:57.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:56 smithi143 bash[16533]: cluster 2024-02-13T04:05:55.938712+0000 mgr.smithi143.mxhzlj (mgr.14184) 1342 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:05:57.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:56 smithi196 bash[19959]: cluster 2024-02-13T04:05:55.938712+0000 mgr.smithi143.mxhzlj (mgr.14184) 1342 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:05:58.233 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:05:58.233 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:05:58.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:05:59.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:59 smithi143 bash[16533]: cluster 2024-02-13T04:05:57.940617+0000 mgr.smithi143.mxhzlj (mgr.14184) 1343 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:05:59.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:59 smithi143 bash[16533]: audit 2024-02-13T04:05:58.222159+0000 mgr.smithi143.mxhzlj (mgr.14184) 1344 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:59.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:05:59 smithi143 bash[16533]: audit 2024-02-13T04:05:58.673616+0000 mon.smithi143 (mon.0) 995 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:05:59.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:59 smithi196 bash[19959]: cluster 2024-02-13T04:05:57.940617+0000 mgr.smithi143.mxhzlj (mgr.14184) 1343 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:05:59.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:59 smithi196 bash[19959]: audit 2024-02-13T04:05:58.222159+0000 mgr.smithi143.mxhzlj (mgr.14184) 1344 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:05:59.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:05:59 smithi196 bash[19959]: audit 2024-02-13T04:05:58.673616+0000 mon.smithi143 (mon.0) 995 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:05:59.820 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:01.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:01 smithi143 bash[16533]: cluster 2024-02-13T04:05:59.942254+0000 mgr.smithi143.mxhzlj (mgr.14184) 1345 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:06:01.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:01 smithi196 bash[19959]: cluster 2024-02-13T04:05:59.942254+0000 mgr.smithi143.mxhzlj (mgr.14184) 1345 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:06:02.966 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:02.966 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:03.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:03 smithi143 bash[16533]: cluster 2024-02-13T04:06:01.943516+0000 mgr.smithi143.mxhzlj (mgr.14184) 1346 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:06:03.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:03 smithi196 bash[19959]: cluster 2024-02-13T04:06:01.943516+0000 mgr.smithi143.mxhzlj (mgr.14184) 1346 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:06:03.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:04 smithi143 bash[16533]: audit 2024-02-13T04:06:02.955320+0000 mgr.smithi143.mxhzlj (mgr.14184) 1347 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:04.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:04 smithi196 bash[19959]: audit 2024-02-13T04:06:02.955320+0000 mgr.smithi143.mxhzlj (mgr.14184) 1347 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:04.599 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:05.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:05 smithi143 bash[16533]: cluster 2024-02-13T04:06:03.945558+0000 mgr.smithi143.mxhzlj (mgr.14184) 1348 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:06:05.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:05 smithi196 bash[19959]: cluster 2024-02-13T04:06:03.945558+0000 mgr.smithi143.mxhzlj (mgr.14184) 1348 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:06:07.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:06 smithi196 bash[19959]: cluster 2024-02-13T04:06:05.947163+0000 mgr.smithi143.mxhzlj (mgr.14184) 1349 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:07.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:06 smithi143 bash[16533]: cluster 2024-02-13T04:06:05.947163+0000 mgr.smithi143.mxhzlj (mgr.14184) 1349 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:07.945 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:07.946 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:08.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:07 smithi143 bash[16533]: audit 2024-02-13T04:06:06.811909+0000 mon.smithi143 (mon.0) 996 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:06:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:07 smithi196 bash[19959]: audit 2024-02-13T04:06:06.811909+0000 mon.smithi143 (mon.0) 996 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:06:08.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:09.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:08 smithi143 bash[16533]: audit 2024-02-13T04:06:07.934722+0000 mgr.smithi143.mxhzlj (mgr.14184) 1350 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:09.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:08 smithi143 bash[16533]: cluster 2024-02-13T04:06:07.948945+0000 mgr.smithi143.mxhzlj (mgr.14184) 1351 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:06:09.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:08 smithi196 bash[19959]: audit 2024-02-13T04:06:07.934722+0000 mgr.smithi143.mxhzlj (mgr.14184) 1350 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:08 smithi196 bash[19959]: cluster 2024-02-13T04:06:07.948945+0000 mgr.smithi143.mxhzlj (mgr.14184) 1351 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:06:09.521 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:11.168 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:11 smithi143 bash[16533]: cluster 2024-02-13T04:06:09.950627+0000 mgr.smithi143.mxhzlj (mgr.14184) 1352 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:11.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:11 smithi196 bash[19959]: cluster 2024-02-13T04:06:09.950627+0000 mgr.smithi143.mxhzlj (mgr.14184) 1352 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:12.623 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:12.623 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:13.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:13.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:13 smithi143 bash[16533]: cluster 2024-02-13T04:06:11.951951+0000 mgr.smithi143.mxhzlj (mgr.14184) 1353 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:13.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:13 smithi196 bash[19959]: cluster 2024-02-13T04:06:11.951951+0000 mgr.smithi143.mxhzlj (mgr.14184) 1353 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:14.238 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:14.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:14 smithi143 bash[16533]: audit 2024-02-13T04:06:12.619391+0000 mgr.smithi143.mxhzlj (mgr.14184) 1354 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:14.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:14 smithi196 bash[19959]: audit 2024-02-13T04:06:12.619391+0000 mgr.smithi143.mxhzlj (mgr.14184) 1354 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:15.348 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:15 smithi143 bash[16533]: cluster 2024-02-13T04:06:13.954020+0000 mgr.smithi143.mxhzlj (mgr.14184) 1355 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-02-13T04:06:15.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:15 smithi196 bash[19959]: cluster 2024-02-13T04:06:13.954020+0000 mgr.smithi143.mxhzlj (mgr.14184) 1355 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2024-02-13T04:06:16.964 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:16 smithi143 bash[16533]: cluster 2024-02-13T04:06:15.955610+0000 mgr.smithi143.mxhzlj (mgr.14184) 1356 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-13T04:06:17.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:16 smithi196 bash[19959]: cluster 2024-02-13T04:06:15.955610+0000 mgr.smithi143.mxhzlj (mgr.14184) 1356 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-13T04:06:17.315 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:17.315 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:17.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:18.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:17 smithi196 bash[19959]: audit 2024-02-13T04:06:17.307705+0000 mgr.smithi143.mxhzlj (mgr.14184) 1357 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:18.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:17 smithi143 bash[16533]: audit 2024-02-13T04:06:17.307705+0000 mgr.smithi143.mxhzlj (mgr.14184) 1357 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:18.940 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:18.952 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:18 smithi143 bash[16533]: cluster 2024-02-13T04:06:17.957202+0000 mgr.smithi143.mxhzlj (mgr.14184) 1358 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T04:06:19.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:18 smithi196 bash[19959]: cluster 2024-02-13T04:06:17.957202+0000 mgr.smithi143.mxhzlj (mgr.14184) 1358 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T04:06:21.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:21 smithi143 bash[16533]: cluster 2024-02-13T04:06:19.958865+0000 mgr.smithi143.mxhzlj (mgr.14184) 1359 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T04:06:21.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:21 smithi196 bash[19959]: cluster 2024-02-13T04:06:19.958865+0000 mgr.smithi143.mxhzlj (mgr.14184) 1359 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T04:06:22.152 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:22.153 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:22.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:23.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:23 smithi143 bash[16533]: cluster 2024-02-13T04:06:21.960217+0000 mgr.smithi143.mxhzlj (mgr.14184) 1360 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T04:06:23.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:23 smithi143 bash[16533]: audit 2024-02-13T04:06:22.141893+0000 mgr.smithi143.mxhzlj (mgr.14184) 1361 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:23.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:23 smithi196 bash[19959]: cluster 2024-02-13T04:06:21.960217+0000 mgr.smithi143.mxhzlj (mgr.14184) 1360 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T04:06:23.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:23 smithi196 bash[19959]: audit 2024-02-13T04:06:22.141893+0000 mgr.smithi143.mxhzlj (mgr.14184) 1361 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:23.769 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:25.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:25 smithi143 bash[16533]: cluster 2024-02-13T04:06:23.962227+0000 mgr.smithi143.mxhzlj (mgr.14184) 1362 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T04:06:25.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:25 smithi196 bash[19959]: cluster 2024-02-13T04:06:23.962227+0000 mgr.smithi143.mxhzlj (mgr.14184) 1362 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T04:06:26.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:26 smithi143 bash[16533]: cluster 2024-02-13T04:06:25.963623+0000 mgr.smithi143.mxhzlj (mgr.14184) 1363 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-13T04:06:26.918 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:26.918 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:27.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:26 smithi196 bash[19959]: cluster 2024-02-13T04:06:25.963623+0000 mgr.smithi143.mxhzlj (mgr.14184) 1363 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-13T04:06:27.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:27.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:27 smithi143 bash[16533]: audit 2024-02-13T04:06:26.907007+0000 mgr.smithi143.mxhzlj (mgr.14184) 1364 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:28.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:27 smithi196 bash[19959]: audit 2024-02-13T04:06:26.907007+0000 mgr.smithi143.mxhzlj (mgr.14184) 1364 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:28.532 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:28.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:28 smithi143 bash[16533]: cluster 2024-02-13T04:06:27.965606+0000 mgr.smithi143.mxhzlj (mgr.14184) 1365 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-13T04:06:29.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:28 smithi196 bash[19959]: cluster 2024-02-13T04:06:27.965606+0000 mgr.smithi143.mxhzlj (mgr.14184) 1365 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-13T04:06:31.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:31 smithi143 bash[16533]: cluster 2024-02-13T04:06:29.967345+0000 mgr.smithi143.mxhzlj (mgr.14184) 1366 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:31.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:31 smithi196 bash[19959]: cluster 2024-02-13T04:06:29.967345+0000 mgr.smithi143.mxhzlj (mgr.14184) 1366 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:31.858 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:31.858 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:32.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:33.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:33 smithi143 bash[16533]: audit 2024-02-13T04:06:31.846391+0000 mgr.smithi143.mxhzlj (mgr.14184) 1367 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:33.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:33 smithi143 bash[16533]: cluster 2024-02-13T04:06:31.968755+0000 mgr.smithi143.mxhzlj (mgr.14184) 1368 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:33.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:33 smithi196 bash[19959]: audit 2024-02-13T04:06:31.846391+0000 mgr.smithi143.mxhzlj (mgr.14184) 1367 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:33.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:33 smithi196 bash[19959]: cluster 2024-02-13T04:06:31.968755+0000 mgr.smithi143.mxhzlj (mgr.14184) 1368 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:33.530 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:35.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:35 smithi143 bash[16533]: cluster 2024-02-13T04:06:33.970674+0000 mgr.smithi143.mxhzlj (mgr.14184) 1369 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:35.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:35 smithi196 bash[19959]: cluster 2024-02-13T04:06:33.970674+0000 mgr.smithi143.mxhzlj (mgr.14184) 1369 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:36.697 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:36.697 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:37.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:36 smithi196 bash[19959]: cluster 2024-02-13T04:06:35.972211+0000 mgr.smithi143.mxhzlj (mgr.14184) 1370 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:37.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:36 smithi143 bash[16533]: cluster 2024-02-13T04:06:35.972211+0000 mgr.smithi143.mxhzlj (mgr.14184) 1370 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:37.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:38.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:37 smithi196 bash[19959]: audit 2024-02-13T04:06:36.686647+0000 mgr.smithi143.mxhzlj (mgr.14184) 1371 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:38.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:37 smithi143 bash[16533]: audit 2024-02-13T04:06:36.686647+0000 mgr.smithi143.mxhzlj (mgr.14184) 1371 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:38.294 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:39.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:38 smithi196 bash[19959]: cluster 2024-02-13T04:06:37.974069+0000 mgr.smithi143.mxhzlj (mgr.14184) 1372 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:06:39.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:38 smithi143 bash[16533]: cluster 2024-02-13T04:06:37.974069+0000 mgr.smithi143.mxhzlj (mgr.14184) 1372 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:06:41.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:41 smithi143 bash[16533]: cluster 2024-02-13T04:06:39.975726+0000 mgr.smithi143.mxhzlj (mgr.14184) 1373 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:41.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:41 smithi196 bash[19959]: cluster 2024-02-13T04:06:39.975726+0000 mgr.smithi143.mxhzlj (mgr.14184) 1373 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:41.568 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:41.568 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:42.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:43.212 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:43.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:43 smithi143 bash[16533]: audit 2024-02-13T04:06:41.559452+0000 mgr.smithi143.mxhzlj (mgr.14184) 1374 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:43.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:43 smithi143 bash[16533]: cluster 2024-02-13T04:06:41.977384+0000 mgr.smithi143.mxhzlj (mgr.14184) 1375 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:43.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:43 smithi196 bash[19959]: audit 2024-02-13T04:06:41.559452+0000 mgr.smithi143.mxhzlj (mgr.14184) 1374 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:43.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:43 smithi196 bash[19959]: cluster 2024-02-13T04:06:41.977384+0000 mgr.smithi143.mxhzlj (mgr.14184) 1375 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:45.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:45 smithi143 bash[16533]: cluster 2024-02-13T04:06:43.979215+0000 mgr.smithi143.mxhzlj (mgr.14184) 1376 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:45.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:45 smithi196 bash[19959]: cluster 2024-02-13T04:06:43.979215+0000 mgr.smithi143.mxhzlj (mgr.14184) 1376 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:46.242 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:46.242 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:46.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:47.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:46 smithi196 bash[19959]: cluster 2024-02-13T04:06:45.980550+0000 mgr.smithi143.mxhzlj (mgr.14184) 1377 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:47.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:46 smithi196 bash[19959]: audit 2024-02-13T04:06:46.231744+0000 mgr.smithi143.mxhzlj (mgr.14184) 1378 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:47.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:46 smithi143 bash[16533]: cluster 2024-02-13T04:06:45.980550+0000 mgr.smithi143.mxhzlj (mgr.14184) 1377 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:47.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:46 smithi143 bash[16533]: audit 2024-02-13T04:06:46.231744+0000 mgr.smithi143.mxhzlj (mgr.14184) 1378 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:47.870 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:49.314 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:49 smithi143 bash[16533]: cluster 2024-02-13T04:06:47.982375+0000 mgr.smithi143.mxhzlj (mgr.14184) 1379 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:06:49.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:49 smithi196 bash[19959]: cluster 2024-02-13T04:06:47.982375+0000 mgr.smithi143.mxhzlj (mgr.14184) 1379 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:06:51.166 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:51.167 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:51.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:51 smithi143 bash[16533]: cluster 2024-02-13T04:06:49.984389+0000 mgr.smithi143.mxhzlj (mgr.14184) 1380 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:51.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:51 smithi196 bash[19959]: cluster 2024-02-13T04:06:49.984389+0000 mgr.smithi143.mxhzlj (mgr.14184) 1380 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:51.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:52.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:52 smithi143 bash[16533]: audit 2024-02-13T04:06:51.154890+0000 mgr.smithi143.mxhzlj (mgr.14184) 1381 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:52.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:52 smithi196 bash[19959]: audit 2024-02-13T04:06:51.154890+0000 mgr.smithi143.mxhzlj (mgr.14184) 1381 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:52.829 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:53.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:53 smithi143 bash[16533]: cluster 2024-02-13T04:06:51.986102+0000 mgr.smithi143.mxhzlj (mgr.14184) 1382 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:53.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:53 smithi196 bash[19959]: cluster 2024-02-13T04:06:51.986102+0000 mgr.smithi143.mxhzlj (mgr.14184) 1382 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:54.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:54 smithi143 bash[16533]: audit 2024-02-13T04:06:53.939791+0000 mon.smithi143 (mon.0) 997 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:06:54.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:54 smithi196 bash[19959]: audit 2024-02-13T04:06:53.939791+0000 mon.smithi143 (mon.0) 997 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:06:55.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:55 smithi143 bash[16533]: cluster 2024-02-13T04:06:53.987722+0000 mgr.smithi143.mxhzlj (mgr.14184) 1383 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:55.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:55 smithi143 bash[16533]: audit 2024-02-13T04:06:54.268721+0000 mon.smithi143 (mon.0) 998 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:06:55.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:55 smithi143 bash[16533]: audit 2024-02-13T04:06:54.270244+0000 mon.smithi143 (mon.0) 999 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:06:55.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:55 smithi143 bash[16533]: audit 2024-02-13T04:06:54.277881+0000 mon.smithi143 (mon.0) 1000 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:06:55.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:55 smithi143 bash[16533]: cluster 2024-02-13T04:06:54.279318+0000 mgr.smithi143.mxhzlj (mgr.14184) 1384 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:06:55.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:55 smithi143 bash[16533]: audit 2024-02-13T04:06:54.289248+0000 mon.smithi143 (mon.0) 1001 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:06:55.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:55 smithi143 bash[16533]: audit 2024-02-13T04:06:54.303002+0000 mon.smithi143 (mon.0) 1002 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:06:55.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:55 smithi143 bash[16533]: cephadm 2024-02-13T04:06:54.305782+0000 mgr.smithi143.mxhzlj (mgr.14184) 1385 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.ogjdru on smithi196 2024-02-13T04:06:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:55 smithi196 bash[19959]: cluster 2024-02-13T04:06:53.987722+0000 mgr.smithi143.mxhzlj (mgr.14184) 1383 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:06:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:55 smithi196 bash[19959]: audit 2024-02-13T04:06:54.268721+0000 mon.smithi143 (mon.0) 998 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:06:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:55 smithi196 bash[19959]: audit 2024-02-13T04:06:54.270244+0000 mon.smithi143 (mon.0) 999 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:06:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:55 smithi196 bash[19959]: audit 2024-02-13T04:06:54.277881+0000 mon.smithi143 (mon.0) 1000 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:06:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:55 smithi196 bash[19959]: cluster 2024-02-13T04:06:54.279318+0000 mgr.smithi143.mxhzlj (mgr.14184) 1384 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:06:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:55 smithi196 bash[19959]: audit 2024-02-13T04:06:54.289248+0000 mon.smithi143 (mon.0) 1001 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:06:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:55 smithi196 bash[19959]: audit 2024-02-13T04:06:54.303002+0000 mon.smithi143 (mon.0) 1002 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:06:55.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:55 smithi196 bash[19959]: cephadm 2024-02-13T04:06:54.305782+0000 mgr.smithi143.mxhzlj (mgr.14184) 1385 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.ogjdru on smithi196 2024-02-13T04:06:56.177 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:06:56.177 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:04:45.450048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.kagpzh on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:06:56.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:56 smithi143 bash[16533]: cluster 2024-02-13T04:06:55.274653+0000 mon.smithi143 (mon.0) 1003 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:06:56.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:56 smithi143 bash[16533]: cluster 2024-02-13T04:06:55.274718+0000 mon.smithi143 (mon.0) 1004 : cluster [INF] Cluster is now healthy 2024-02-13T04:06:56.509 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:56 smithi196 bash[19959]: cluster 2024-02-13T04:06:55.274653+0000 mon.smithi143 (mon.0) 1003 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:06:56.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:56 smithi196 bash[19959]: cluster 2024-02-13T04:06:55.274718+0000 mon.smithi143 (mon.0) 1004 : cluster [INF] Cluster is now healthy 2024-02-13T04:06:56.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:06:57.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:57 smithi143 bash[16533]: audit 2024-02-13T04:06:56.165889+0000 mgr.smithi143.mxhzlj (mgr.14184) 1386 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:57.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:57 smithi143 bash[16533]: cluster 2024-02-13T04:06:56.280330+0000 mgr.smithi143.mxhzlj (mgr.14184) 1387 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:06:57.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:57 smithi196 bash[19959]: audit 2024-02-13T04:06:56.165889+0000 mgr.smithi143.mxhzlj (mgr.14184) 1386 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:06:57.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:57 smithi196 bash[19959]: cluster 2024-02-13T04:06:56.280330+0000 mgr.smithi143.mxhzlj (mgr.14184) 1387 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:06:57.847 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:06:58.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: cluster 2024-02-13T04:06:58.281919+0000 mgr.smithi143.mxhzlj (mgr.14184) 1388 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:06:58.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: cephadm 2024-02-13T04:06:58.318564+0000 mgr.smithi143.mxhzlj (mgr.14184) 1389 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:06:58.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ogjdru ... 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:06:58.511 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ogjdru ... 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:06:58.512 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: cephadm 2024-02-13T04:06:58.319073+0000 mgr.smithi143.mxhzlj (mgr.14184) 1390 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: audit 2024-02-13T04:06:58.319736+0000 mon.smithi143 (mon.0) 1005 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.ogjdru"}]: dispatch 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: cephadm 2024-02-13T04:06:58.321433+0000 mgr.smithi143.mxhzlj (mgr.14184) 1391 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.ogjdru ... 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:06:58.513 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.514 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:06:58 smithi196 bash[19959]: cephadm 2024-02-13T04:06:58.326520+0000 mgr.smithi143.mxhzlj (mgr.14184) 1392 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.fvitkp on smithi143 2024-02-13T04:06:58.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: cluster 2024-02-13T04:06:58.281919+0000 mgr.smithi143.mxhzlj (mgr.14184) 1388 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:06:58.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: cephadm 2024-02-13T04:06:58.318564+0000 mgr.smithi143.mxhzlj (mgr.14184) 1389 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:06:58.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ogjdru ... 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:06:58.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ogjdru ... 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: cephadm 2024-02-13T04:06:58.319073+0000 mgr.smithi143.mxhzlj (mgr.14184) 1390 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: audit 2024-02-13T04:06:58.319736+0000 mon.smithi143 (mon.0) 1005 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.ogjdru"}]: dispatch 2024-02-13T04:06:58.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: cephadm 2024-02-13T04:06:58.321433+0000 mgr.smithi143.mxhzlj (mgr.14184) 1391 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.ogjdru ... 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:06:58.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:06:58 smithi143 bash[16533]: cephadm 2024-02-13T04:06:58.326520+0000 mgr.smithi143.mxhzlj (mgr.14184) 1392 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.fvitkp on smithi143 2024-02-13T04:07:01.137 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:01.137 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:49.746840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.swdxds on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-swdxds\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.swdxds\nDeploy daemon haproxy.nfs.foo.smithi196.swdxds ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.931039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rnxabs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-rnxabs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.rnxabs\nDeploy daemon haproxy.nfs.foo.smithi143.rnxabs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:05:53.934169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nvtbjl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:01.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:01 smithi143 bash[16533]: cluster 2024-02-13T04:07:00.283114+0000 mgr.smithi143.mxhzlj (mgr.14184) 1393 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:07:01.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:01 smithi196 bash[19959]: cluster 2024-02-13T04:07:00.283114+0000 mgr.smithi143.mxhzlj (mgr.14184) 1393 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:07:01.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:02.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:02 smithi143 bash[16533]: audit 2024-02-13T04:07:01.128393+0000 mgr.smithi143.mxhzlj (mgr.14184) 1394 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:02.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:02 smithi196 bash[19959]: audit 2024-02-13T04:07:01.128393+0000 mgr.smithi143.mxhzlj (mgr.14184) 1394 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:02.852 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:03.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:03 smithi143 bash[16533]: cluster 2024-02-13T04:07:02.284494+0000 mgr.smithi143.mxhzlj (mgr.14184) 1395 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:07:03.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:03 smithi143 bash[16533]: audit 2024-02-13T04:07:02.383289+0000 mon.smithi143 (mon.0) 1006 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.fvitkp"}]: dispatch 2024-02-13T04:07:03.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:03 smithi196 bash[19959]: cluster 2024-02-13T04:07:02.284494+0000 mgr.smithi143.mxhzlj (mgr.14184) 1395 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T04:07:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:03 smithi196 bash[19959]: audit 2024-02-13T04:07:02.383289+0000 mon.smithi143 (mon.0) 1006 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.fvitkp"}]: dispatch 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: cephadm 2024-02-13T04:07:02.382108+0000 mgr.smithi143.mxhzlj (mgr.14184) 1396 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.fvitkp ... 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:07:04.417 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.fvitkp ... 2024-02-13T04:07:04.418 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: cephadm 2024-02-13T04:07:02.382739+0000 mgr.smithi143.mxhzlj (mgr.14184) 1397 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: cephadm 2024-02-13T04:07:02.384650+0000 mgr.smithi143.mxhzlj (mgr.14184) 1398 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.fvitkp ... 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.419 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:07:04.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:07:04.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:07:04.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: cephadm 2024-02-13T04:07:02.389299+0000 mgr.smithi143.mxhzlj (mgr.14184) 1399 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:07:04.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: cephadm 2024-02-13T04:07:02.393052+0000 mgr.smithi143.mxhzlj (mgr.14184) 1400 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:07:04.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: cluster 2024-02-13T04:07:02.393789+0000 mgr.smithi143.mxhzlj (mgr.14184) 1401 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-02-13T04:07:04.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: cluster 2024-02-13T04:07:03.350383+0000 mon.smithi143 (mon.0) 1007 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:07:04.420 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:04 smithi143 bash[16533]: audit 2024-02-13T04:07:03.733073+0000 mon.smithi143 (mon.0) 1008 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:07:04.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: cephadm 2024-02-13T04:07:02.382108+0000 mgr.smithi143.mxhzlj (mgr.14184) 1396 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:07:04.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.fvitkp ... 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:07:04.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.fvitkp ... 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: cephadm 2024-02-13T04:07:02.382739+0000 mgr.smithi143.mxhzlj (mgr.14184) 1397 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: cephadm 2024-02-13T04:07:02.384650+0000 mgr.smithi143.mxhzlj (mgr.14184) 1398 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.fvitkp ... 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: cephadm 2024-02-13T04:07:02.389299+0000 mgr.smithi143.mxhzlj (mgr.14184) 1399 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: cephadm 2024-02-13T04:07:02.393052+0000 mgr.smithi143.mxhzlj (mgr.14184) 1400 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: cluster 2024-02-13T04:07:02.393789+0000 mgr.smithi143.mxhzlj (mgr.14184) 1401 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2024-02-13T04:07:04.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: cluster 2024-02-13T04:07:03.350383+0000 mon.smithi143 (mon.0) 1007 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:07:04.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:04 smithi196 bash[19959]: audit 2024-02-13T04:07:03.733073+0000 mon.smithi143 (mon.0) 1008 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:07:05.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:05 smithi196 bash[19959]: cluster 2024-02-13T04:07:04.395448+0000 mgr.smithi143.mxhzlj (mgr.14184) 1402 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:05.859 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:05 smithi143 bash[16533]: cluster 2024-02-13T04:07:04.395448+0000 mgr.smithi143.mxhzlj (mgr.14184) 1402 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:06.303 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:06.303 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:06.980 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:06 smithi143 bash[16533]: audit 2024-02-13T04:07:06.294409+0000 mgr.smithi143.mxhzlj (mgr.14184) 1403 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:06.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:07.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:06 smithi196 bash[19959]: audit 2024-02-13T04:07:06.294409+0000 mgr.smithi143.mxhzlj (mgr.14184) 1403 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:07.982 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:07.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:07 smithi143 bash[16533]: cluster 2024-02-13T04:07:06.396567+0000 mgr.smithi143.mxhzlj (mgr.14184) 1404 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:08.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:07 smithi196 bash[19959]: cluster 2024-02-13T04:07:06.396567+0000 mgr.smithi143.mxhzlj (mgr.14184) 1404 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:10.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:09 smithi196 bash[19959]: cluster 2024-02-13T04:07:08.398397+0000 mgr.smithi143.mxhzlj (mgr.14184) 1405 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:10.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:09 smithi143 bash[16533]: cluster 2024-02-13T04:07:08.398397+0000 mgr.smithi143.mxhzlj (mgr.14184) 1405 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:11.342 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:11.342 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:11.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:12.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:11 smithi196 bash[19959]: cluster 2024-02-13T04:07:10.399347+0000 mgr.smithi143.mxhzlj (mgr.14184) 1406 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:12.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:11 smithi196 bash[19959]: audit 2024-02-13T04:07:11.332505+0000 mgr.smithi143.mxhzlj (mgr.14184) 1407 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:12.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:11 smithi143 bash[16533]: cluster 2024-02-13T04:07:10.399347+0000 mgr.smithi143.mxhzlj (mgr.14184) 1406 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:11 smithi143 bash[16533]: audit 2024-02-13T04:07:11.332505+0000 mgr.smithi143.mxhzlj (mgr.14184) 1407 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:12.967 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:14.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:13 smithi196 bash[19959]: cluster 2024-02-13T04:07:12.400976+0000 mgr.smithi143.mxhzlj (mgr.14184) 1408 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:14.132 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:13 smithi143 bash[16533]: cluster 2024-02-13T04:07:12.400976+0000 mgr.smithi143.mxhzlj (mgr.14184) 1408 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:07:16.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:15 smithi196 bash[19959]: cluster 2024-02-13T04:07:14.402903+0000 mgr.smithi143.mxhzlj (mgr.14184) 1409 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:16.135 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:16.136 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:16.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:15 smithi143 bash[16533]: cluster 2024-02-13T04:07:14.402903+0000 mgr.smithi143.mxhzlj (mgr.14184) 1409 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:16.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:17.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:16 smithi196 bash[19959]: audit 2024-02-13T04:07:16.127010+0000 mgr.smithi143.mxhzlj (mgr.14184) 1410 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:17.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:16 smithi143 bash[16533]: audit 2024-02-13T04:07:16.127010+0000 mgr.smithi143.mxhzlj (mgr.14184) 1410 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:17.793 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:18.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:17 smithi196 bash[19959]: cluster 2024-02-13T04:07:16.404093+0000 mgr.smithi143.mxhzlj (mgr.14184) 1411 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:18.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:17 smithi143 bash[16533]: cluster 2024-02-13T04:07:16.404093+0000 mgr.smithi143.mxhzlj (mgr.14184) 1411 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:20.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:19 smithi196 bash[19959]: cluster 2024-02-13T04:07:18.405130+0000 mgr.smithi143.mxhzlj (mgr.14184) 1412 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:07:20.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:19 smithi143 bash[16533]: cluster 2024-02-13T04:07:18.405130+0000 mgr.smithi143.mxhzlj (mgr.14184) 1412 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:07:20.994 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:20.994 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:21.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:21.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:21 smithi143 bash[16533]: cluster 2024-02-13T04:07:20.406776+0000 mgr.smithi143.mxhzlj (mgr.14184) 1413 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:21.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:21 smithi143 bash[16533]: audit 2024-02-13T04:07:20.982989+0000 mgr.smithi143.mxhzlj (mgr.14184) 1414 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:22.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:21 smithi196 bash[19959]: cluster 2024-02-13T04:07:20.406776+0000 mgr.smithi143.mxhzlj (mgr.14184) 1413 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:22.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:21 smithi196 bash[19959]: audit 2024-02-13T04:07:20.982989+0000 mgr.smithi143.mxhzlj (mgr.14184) 1414 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:22.652 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:24.025 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:23 smithi143 bash[16533]: cluster 2024-02-13T04:07:22.408461+0000 mgr.smithi143.mxhzlj (mgr.14184) 1415 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:24.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:23 smithi196 bash[19959]: cluster 2024-02-13T04:07:22.408461+0000 mgr.smithi143.mxhzlj (mgr.14184) 1415 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:25.786 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:25.786 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:26.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:25 smithi143 bash[16533]: cluster 2024-02-13T04:07:24.410057+0000 mgr.smithi143.mxhzlj (mgr.14184) 1416 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:26.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:25 smithi196 bash[19959]: cluster 2024-02-13T04:07:24.410057+0000 mgr.smithi143.mxhzlj (mgr.14184) 1416 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:26.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:27.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:26 smithi143 bash[16533]: audit 2024-02-13T04:07:25.778417+0000 mgr.smithi143.mxhzlj (mgr.14184) 1417 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:27.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:26 smithi196 bash[19959]: audit 2024-02-13T04:07:25.778417+0000 mgr.smithi143.mxhzlj (mgr.14184) 1417 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:27.387 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:28.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:27 smithi143 bash[16533]: cluster 2024-02-13T04:07:26.411047+0000 mgr.smithi143.mxhzlj (mgr.14184) 1418 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:28.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:27 smithi196 bash[19959]: cluster 2024-02-13T04:07:26.411047+0000 mgr.smithi143.mxhzlj (mgr.14184) 1418 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:30.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:29 smithi143 bash[16533]: cluster 2024-02-13T04:07:28.412934+0000 mgr.smithi143.mxhzlj (mgr.14184) 1419 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:07:30.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:29 smithi196 bash[19959]: cluster 2024-02-13T04:07:28.412934+0000 mgr.smithi143.mxhzlj (mgr.14184) 1419 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:07:30.903 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:30.903 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:31.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:32.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:31 smithi143 bash[16533]: cluster 2024-02-13T04:07:30.414627+0000 mgr.smithi143.mxhzlj (mgr.14184) 1420 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:32.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:31 smithi143 bash[16533]: audit 2024-02-13T04:07:30.893719+0000 mgr.smithi143.mxhzlj (mgr.14184) 1421 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:32.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:31 smithi196 bash[19959]: cluster 2024-02-13T04:07:30.414627+0000 mgr.smithi143.mxhzlj (mgr.14184) 1420 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:32.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:31 smithi196 bash[19959]: audit 2024-02-13T04:07:30.893719+0000 mgr.smithi143.mxhzlj (mgr.14184) 1421 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:32.537 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:33.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:33 smithi143 bash[16533]: cluster 2024-02-13T04:07:32.416226+0000 mgr.smithi143.mxhzlj (mgr.14184) 1422 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:34.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:33 smithi196 bash[19959]: cluster 2024-02-13T04:07:32.416226+0000 mgr.smithi143.mxhzlj (mgr.14184) 1422 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:35.688 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:35.689 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:36.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:35 smithi143 bash[16533]: cluster 2024-02-13T04:07:34.418191+0000 mgr.smithi143.mxhzlj (mgr.14184) 1423 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:36.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:35 smithi196 bash[19959]: cluster 2024-02-13T04:07:34.418191+0000 mgr.smithi143.mxhzlj (mgr.14184) 1423 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:36.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:37.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:36 smithi143 bash[16533]: audit 2024-02-13T04:07:35.682061+0000 mgr.smithi143.mxhzlj (mgr.14184) 1424 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:37.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:36 smithi196 bash[19959]: audit 2024-02-13T04:07:35.682061+0000 mgr.smithi143.mxhzlj (mgr.14184) 1424 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:37.336 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:38.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:37 smithi143 bash[16533]: cluster 2024-02-13T04:07:36.419450+0000 mgr.smithi143.mxhzlj (mgr.14184) 1425 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:38.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:37 smithi196 bash[19959]: cluster 2024-02-13T04:07:36.419450+0000 mgr.smithi143.mxhzlj (mgr.14184) 1425 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:40.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:39 smithi143 bash[16533]: cluster 2024-02-13T04:07:38.421310+0000 mgr.smithi143.mxhzlj (mgr.14184) 1426 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:07:40.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:39 smithi196 bash[19959]: cluster 2024-02-13T04:07:38.421310+0000 mgr.smithi143.mxhzlj (mgr.14184) 1426 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:07:40.642 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:40.643 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:41.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:42.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:41 smithi143 bash[16533]: cluster 2024-02-13T04:07:40.422294+0000 mgr.smithi143.mxhzlj (mgr.14184) 1427 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:42.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:41 smithi143 bash[16533]: audit 2024-02-13T04:07:40.630193+0000 mgr.smithi143.mxhzlj (mgr.14184) 1428 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:42.237 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:42.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:41 smithi196 bash[19959]: cluster 2024-02-13T04:07:40.422294+0000 mgr.smithi143.mxhzlj (mgr.14184) 1427 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:42.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:41 smithi196 bash[19959]: audit 2024-02-13T04:07:40.630193+0000 mgr.smithi143.mxhzlj (mgr.14184) 1428 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:44.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:43 smithi143 bash[16533]: cluster 2024-02-13T04:07:42.423839+0000 mgr.smithi143.mxhzlj (mgr.14184) 1429 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:44.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:43 smithi196 bash[19959]: cluster 2024-02-13T04:07:42.423839+0000 mgr.smithi143.mxhzlj (mgr.14184) 1429 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:45.478 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:45.478 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:46.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:46.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:45 smithi143 bash[16533]: cluster 2024-02-13T04:07:44.425797+0000 mgr.smithi143.mxhzlj (mgr.14184) 1430 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:46.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:45 smithi196 bash[19959]: cluster 2024-02-13T04:07:44.425797+0000 mgr.smithi143.mxhzlj (mgr.14184) 1430 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:47.092 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:47.104 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:46 smithi143 bash[16533]: audit 2024-02-13T04:07:45.474391+0000 mgr.smithi143.mxhzlj (mgr.14184) 1431 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:47.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:46 smithi196 bash[19959]: audit 2024-02-13T04:07:45.474391+0000 mgr.smithi143.mxhzlj (mgr.14184) 1431 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:48.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:47 smithi143 bash[16533]: cluster 2024-02-13T04:07:46.427014+0000 mgr.smithi143.mxhzlj (mgr.14184) 1432 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:48.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:47 smithi196 bash[19959]: cluster 2024-02-13T04:07:46.427014+0000 mgr.smithi143.mxhzlj (mgr.14184) 1432 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:50.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:49 smithi143 bash[16533]: cluster 2024-02-13T04:07:48.428364+0000 mgr.smithi143.mxhzlj (mgr.14184) 1433 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:07:50.223 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:50.223 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:50.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:49 smithi196 bash[19959]: cluster 2024-02-13T04:07:48.428364+0000 mgr.smithi143.mxhzlj (mgr.14184) 1433 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:07:50.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:51.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:50 smithi143 bash[16533]: audit 2024-02-13T04:07:50.219657+0000 mgr.smithi143.mxhzlj (mgr.14184) 1434 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:51.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:50 smithi196 bash[19959]: audit 2024-02-13T04:07:50.219657+0000 mgr.smithi143.mxhzlj (mgr.14184) 1434 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:51.853 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:52.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:51 smithi143 bash[16533]: cluster 2024-02-13T04:07:50.429958+0000 mgr.smithi143.mxhzlj (mgr.14184) 1435 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:52.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:51 smithi196 bash[19959]: cluster 2024-02-13T04:07:50.429958+0000 mgr.smithi143.mxhzlj (mgr.14184) 1435 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:54.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:53 smithi143 bash[16533]: cluster 2024-02-13T04:07:52.431631+0000 mgr.smithi143.mxhzlj (mgr.14184) 1436 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:54.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:53 smithi196 bash[19959]: cluster 2024-02-13T04:07:52.431631+0000 mgr.smithi143.mxhzlj (mgr.14184) 1436 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:55.124 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:55.124 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:07:55.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:07:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:55 smithi143 bash[16533]: cluster 2024-02-13T04:07:54.433154+0000 mgr.smithi143.mxhzlj (mgr.14184) 1437 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:55 smithi143 bash[16533]: audit 2024-02-13T04:07:55.112519+0000 mgr.smithi143.mxhzlj (mgr.14184) 1438 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:56.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:55 smithi196 bash[19959]: cluster 2024-02-13T04:07:54.433154+0000 mgr.smithi143.mxhzlj (mgr.14184) 1437 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:56.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:55 smithi196 bash[19959]: audit 2024-02-13T04:07:55.112519+0000 mgr.smithi143.mxhzlj (mgr.14184) 1438 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:07:56.778 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:07:58.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:57 smithi143 bash[16533]: cluster 2024-02-13T04:07:56.434391+0000 mgr.smithi143.mxhzlj (mgr.14184) 1439 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:58.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:57 smithi196 bash[19959]: cluster 2024-02-13T04:07:56.434391+0000 mgr.smithi143.mxhzlj (mgr.14184) 1439 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:07:59.941 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:07:59.941 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:00.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:07:59 smithi143 bash[16533]: cluster 2024-02-13T04:07:58.436187+0000 mgr.smithi143.mxhzlj (mgr.14184) 1440 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:08:00.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:07:59 smithi196 bash[19959]: cluster 2024-02-13T04:07:58.436187+0000 mgr.smithi143.mxhzlj (mgr.14184) 1440 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:08:00.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:01.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:00 smithi143 bash[16533]: audit 2024-02-13T04:07:59.929291+0000 mgr.smithi143.mxhzlj (mgr.14184) 1441 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:01.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:00 smithi196 bash[19959]: audit 2024-02-13T04:07:59.929291+0000 mgr.smithi143.mxhzlj (mgr.14184) 1441 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:01.599 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:02.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:01 smithi143 bash[16533]: cluster 2024-02-13T04:08:00.437816+0000 mgr.smithi143.mxhzlj (mgr.14184) 1442 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:02.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:01 smithi196 bash[19959]: cluster 2024-02-13T04:08:00.437816+0000 mgr.smithi143.mxhzlj (mgr.14184) 1442 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:03.096 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:02 smithi143 bash[16533]: audit 2024-02-13T04:08:02.396731+0000 mon.smithi143 (mon.0) 1009 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:08:03.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:02 smithi196 bash[19959]: audit 2024-02-13T04:08:02.396731+0000 mon.smithi143 (mon.0) 1009 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:08:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:03 smithi196 bash[19959]: cluster 2024-02-13T04:08:02.439147+0000 mgr.smithi143.mxhzlj (mgr.14184) 1443 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:04.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:03 smithi143 bash[16533]: cluster 2024-02-13T04:08:02.439147+0000 mgr.smithi143.mxhzlj (mgr.14184) 1443 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:04.970 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:04.970 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:05.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:05 smithi196 bash[19959]: cluster 2024-02-13T04:08:04.441177+0000 mgr.smithi143.mxhzlj (mgr.14184) 1444 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:05 smithi196 bash[19959]: audit 2024-02-13T04:08:04.961372+0000 mgr.smithi143.mxhzlj (mgr.14184) 1445 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:05 smithi143 bash[16533]: cluster 2024-02-13T04:08:04.441177+0000 mgr.smithi143.mxhzlj (mgr.14184) 1444 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:06.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:05 smithi143 bash[16533]: audit 2024-02-13T04:08:04.961372+0000 mgr.smithi143.mxhzlj (mgr.14184) 1445 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:06.580 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:07.961 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:07 smithi143 bash[16533]: cluster 2024-02-13T04:08:06.442474+0000 mgr.smithi143.mxhzlj (mgr.14184) 1446 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:07 smithi196 bash[19959]: cluster 2024-02-13T04:08:06.442474+0000 mgr.smithi143.mxhzlj (mgr.14184) 1446 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:09.644 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:09.644 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T03:57:39.648848Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:57:39.649084Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T03:57:39.649313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:05:53.935802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.hotjfm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:57:39.648596Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:57:39.648221Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T03:57:39.650987Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:57:39.649542Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:57:39.649770Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:57:39.650754Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:10.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:09 smithi143 bash[16533]: cluster 2024-02-13T04:08:08.444303+0000 mgr.smithi143.mxhzlj (mgr.14184) 1447 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:08:10.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:10.259 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:09 smithi196 bash[19959]: cluster 2024-02-13T04:08:08.444303+0000 mgr.smithi143.mxhzlj (mgr.14184) 1447 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:08:11.240 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:11.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:11 smithi143 bash[16533]: audit 2024-02-13T04:08:09.637253+0000 mgr.smithi143.mxhzlj (mgr.14184) 1448 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:11.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:11 smithi143 bash[16533]: audit 2024-02-13T04:08:10.276176+0000 mon.smithi143 (mon.0) 1010 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:08:11.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:11 smithi143 bash[16533]: audit 2024-02-13T04:08:10.566561+0000 mon.smithi143 (mon.0) 1011 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:11.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:11 smithi143 bash[16533]: audit 2024-02-13T04:08:10.568484+0000 mon.smithi143 (mon.0) 1012 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:08:11.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:11 smithi143 bash[16533]: audit 2024-02-13T04:08:10.575495+0000 mon.smithi143 (mon.0) 1013 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:08:11.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:11 smithi143 bash[16533]: audit 2024-02-13T04:08:10.582987+0000 mon.smithi143 (mon.0) 1014 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:08:11.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:11 smithi143 bash[16533]: audit 2024-02-13T04:08:10.597586+0000 mon.smithi143 (mon.0) 1015 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:08:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:11 smithi196 bash[19959]: audit 2024-02-13T04:08:09.637253+0000 mgr.smithi143.mxhzlj (mgr.14184) 1448 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:11 smithi196 bash[19959]: audit 2024-02-13T04:08:10.276176+0000 mon.smithi143 (mon.0) 1010 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:08:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:11 smithi196 bash[19959]: audit 2024-02-13T04:08:10.566561+0000 mon.smithi143 (mon.0) 1011 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:08:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:11 smithi196 bash[19959]: audit 2024-02-13T04:08:10.568484+0000 mon.smithi143 (mon.0) 1012 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:08:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:11 smithi196 bash[19959]: audit 2024-02-13T04:08:10.575495+0000 mon.smithi143 (mon.0) 1013 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:08:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:11 smithi196 bash[19959]: audit 2024-02-13T04:08:10.582987+0000 mon.smithi143 (mon.0) 1014 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:08:11.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:11 smithi196 bash[19959]: audit 2024-02-13T04:08:10.597586+0000 mon.smithi143 (mon.0) 1015 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:08:12.545 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:12 smithi143 bash[16533]: cluster 2024-02-13T04:08:10.445915+0000 mgr.smithi143.mxhzlj (mgr.14184) 1449 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:12.545 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:12 smithi143 bash[16533]: cluster 2024-02-13T04:08:10.576584+0000 mgr.smithi143.mxhzlj (mgr.14184) 1450 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:08:12.545 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:12 smithi143 bash[16533]: cephadm 2024-02-13T04:08:10.603449+0000 mgr.smithi143.mxhzlj (mgr.14184) 1451 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.jxtmzd on smithi196 2024-02-13T04:08:12.545 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:12 smithi143 bash[16533]: cluster 2024-02-13T04:08:11.273384+0000 mon.smithi143 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:08:12.545 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:12 smithi143 bash[16533]: cluster 2024-02-13T04:08:11.273455+0000 mon.smithi143 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2024-02-13T04:08:12.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:12 smithi196 bash[19959]: cluster 2024-02-13T04:08:10.445915+0000 mgr.smithi143.mxhzlj (mgr.14184) 1449 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:12.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:12 smithi196 bash[19959]: cluster 2024-02-13T04:08:10.576584+0000 mgr.smithi143.mxhzlj (mgr.14184) 1450 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:08:12.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:12 smithi196 bash[19959]: cephadm 2024-02-13T04:08:10.603449+0000 mgr.smithi143.mxhzlj (mgr.14184) 1451 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.jxtmzd on smithi196 2024-02-13T04:08:12.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:12 smithi196 bash[19959]: cluster 2024-02-13T04:08:11.273384+0000 mon.smithi143 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:08:12.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:12 smithi196 bash[19959]: cluster 2024-02-13T04:08:11.273455+0000 mon.smithi143 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2024-02-13T04:08:14.372 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:14 smithi196 bash[19959]: cluster 2024-02-13T04:08:12.578132+0000 mgr.smithi143.mxhzlj (mgr.14184) 1452 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:08:14.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:14 smithi143 bash[16533]: cluster 2024-02-13T04:08:12.578132+0000 mgr.smithi143.mxhzlj (mgr.14184) 1452 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:08:14.553 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:14.553 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:06:58.321198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ogjdru on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-ogjdru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.ogjdru\nDeploy daemon haproxy.nfs.foo.smithi196.ogjdru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.384385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.fvitkp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-fvitkp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.fvitkp\nDeploy daemon haproxy.nfs.foo.smithi143.fvitkp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:07:02.389081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jhxlto on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -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.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:15.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:15.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:15 smithi143 bash[16533]: audit 2024-02-13T04:08:14.447578+0000 mon.smithi143 (mon.0) 1018 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.jxtmzd"}]: dispatch 2024-02-13T04:08:15.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:15 smithi196 bash[19959]: audit 2024-02-13T04:08:14.447578+0000 mon.smithi143 (mon.0) 1018 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.jxtmzd"}]: dispatch 2024-02-13T04:08:16.255 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:16.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: cephadm 2024-02-13T04:08:14.446834+0000 mgr.smithi143.mxhzlj (mgr.14184) 1453 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.jxtmzd ... 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:08:16.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.jxtmzd ... 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:16.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: cephadm 2024-02-13T04:08:14.447103+0000 mgr.smithi143.mxhzlj (mgr.14184) 1454 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: cephadm 2024-02-13T04:08:14.449149+0000 mgr.smithi143.mxhzlj (mgr.14184) 1455 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.jxtmzd ... 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: cephadm 2024-02-13T04:08:14.453852+0000 mgr.smithi143.mxhzlj (mgr.14184) 1456 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.dphusc on smithi143 2024-02-13T04:08:16.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: audit 2024-02-13T04:08:14.547197+0000 mgr.smithi143.mxhzlj (mgr.14184) 1457 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:16.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:16 smithi143 bash[16533]: cluster 2024-02-13T04:08:14.579408+0000 mgr.smithi143.mxhzlj (mgr.14184) 1458 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:08:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: cephadm 2024-02-13T04:08:14.446834+0000 mgr.smithi143.mxhzlj (mgr.14184) 1453 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:16.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.jxtmzd ... 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:08:16.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.jxtmzd ... 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: cephadm 2024-02-13T04:08:14.447103+0000 mgr.smithi143.mxhzlj (mgr.14184) 1454 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: cephadm 2024-02-13T04:08:14.449149+0000 mgr.smithi143.mxhzlj (mgr.14184) 1455 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.jxtmzd ... 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: cephadm 2024-02-13T04:08:14.453852+0000 mgr.smithi143.mxhzlj (mgr.14184) 1456 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.dphusc on smithi143 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: audit 2024-02-13T04:08:14.547197+0000 mgr.smithi143.mxhzlj (mgr.14184) 1457 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:16.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:16 smithi196 bash[19959]: cluster 2024-02-13T04:08:14.579408+0000 mgr.smithi143.mxhzlj (mgr.14184) 1458 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:08:18.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:18 smithi143 bash[16533]: cluster 2024-02-13T04:08:16.580411+0000 mgr.smithi143.mxhzlj (mgr.14184) 1459 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:08:18.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:18 smithi196 bash[19959]: cluster 2024-02-13T04:08:16.580411+0000 mgr.smithi143.mxhzlj (mgr.14184) 1459 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:08:19.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: cephadm 2024-02-13T04:08:18.331459+0000 mgr.smithi143.mxhzlj (mgr.14184) 1460 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.dphusc ... 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:08:19.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.dphusc ... 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:19.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: cephadm 2024-02-13T04:08:18.331738+0000 mgr.smithi143.mxhzlj (mgr.14184) 1461 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: audit 2024-02-13T04:08:18.332254+0000 mon.smithi143 (mon.0) 1019 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.dphusc"}]: dispatch 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: cephadm 2024-02-13T04:08:18.333241+0000 mgr.smithi143.mxhzlj (mgr.14184) 1462 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.dphusc ... 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:19.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:19.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:19.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: cephadm 2024-02-13T04:08:18.336555+0000 mgr.smithi143.mxhzlj (mgr.14184) 1463 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:08:19.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: cephadm 2024-02-13T04:08:18.338073+0000 mgr.smithi143.mxhzlj (mgr.14184) 1464 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:08:19.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: cluster 2024-02-13T04:08:18.340230+0000 mgr.smithi143.mxhzlj (mgr.14184) 1465 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-13T04:08:19.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:19 smithi143 bash[16533]: audit 2024-02-13T04:08:18.803369+0000 mon.smithi143 (mon.0) 1020 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:08:19.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: cephadm 2024-02-13T04:08:18.331459+0000 mgr.smithi143.mxhzlj (mgr.14184) 1460 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:19.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.dphusc ... 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.dphusc ... 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: cephadm 2024-02-13T04:08:18.331738+0000 mgr.smithi143.mxhzlj (mgr.14184) 1461 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: audit 2024-02-13T04:08:18.332254+0000 mon.smithi143 (mon.0) 1019 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.dphusc"}]: dispatch 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: cephadm 2024-02-13T04:08:18.333241+0000 mgr.smithi143.mxhzlj (mgr.14184) 1462 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:19.765 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.dphusc ... 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: cephadm 2024-02-13T04:08:18.336555+0000 mgr.smithi143.mxhzlj (mgr.14184) 1463 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: cephadm 2024-02-13T04:08:18.338073+0000 mgr.smithi143.mxhzlj (mgr.14184) 1464 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: cluster 2024-02-13T04:08:18.340230+0000 mgr.smithi143.mxhzlj (mgr.14184) 1465 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-13T04:08:19.766 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:19 smithi196 bash[19959]: audit 2024-02-13T04:08:18.803369+0000 mon.smithi143 (mon.0) 1020 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:08:19.833 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:19.833 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:20.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:20.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:20 smithi143 bash[16533]: cluster 2024-02-13T04:08:19.308864+0000 mon.smithi143 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:08:20.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:20 smithi196 bash[19959]: cluster 2024-02-13T04:08:19.308864+0000 mon.smithi143 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:08:21.473 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:21 smithi143 bash[16533]: audit 2024-02-13T04:08:19.827299+0000 mgr.smithi143.mxhzlj (mgr.14184) 1466 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:21.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:21 smithi143 bash[16533]: cluster 2024-02-13T04:08:20.342030+0000 mgr.smithi143.mxhzlj (mgr.14184) 1467 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-13T04:08:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:21 smithi196 bash[19959]: audit 2024-02-13T04:08:19.827299+0000 mgr.smithi143.mxhzlj (mgr.14184) 1466 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:21.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:21 smithi196 bash[19959]: cluster 2024-02-13T04:08:20.342030+0000 mgr.smithi143.mxhzlj (mgr.14184) 1467 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-13T04:08:22.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:22 smithi143 bash[16533]: cluster 2024-02-13T04:08:22.343719+0000 mgr.smithi143.mxhzlj (mgr.14184) 1468 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-13T04:08:22.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:22 smithi196 bash[19959]: cluster 2024-02-13T04:08:22.343719+0000 mgr.smithi143.mxhzlj (mgr.14184) 1468 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-13T04:08:24.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:24 smithi143 bash[16533]: cluster 2024-02-13T04:08:24.345570+0000 mgr.smithi143.mxhzlj (mgr.14184) 1469 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-13T04:08:24.688 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:24.688 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:24.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:24 smithi196 bash[19959]: cluster 2024-02-13T04:08:24.345570+0000 mgr.smithi143.mxhzlj (mgr.14184) 1469 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-13T04:08:25.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:25.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:25 smithi143 bash[16533]: audit 2024-02-13T04:08:24.677012+0000 mgr.smithi143.mxhzlj (mgr.14184) 1470 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:25.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:25 smithi196 bash[19959]: audit 2024-02-13T04:08:24.677012+0000 mgr.smithi143.mxhzlj (mgr.14184) 1470 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:26.299 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:27.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:26 smithi196 bash[19959]: cluster 2024-02-13T04:08:26.346553+0000 mgr.smithi143.mxhzlj (mgr.14184) 1471 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-13T04:08:27.232 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:26 smithi143 bash[16533]: cluster 2024-02-13T04:08:26.346553+0000 mgr.smithi143.mxhzlj (mgr.14184) 1471 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-13T04:08:28.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:28 smithi196 bash[19959]: cluster 2024-02-13T04:08:28.348344+0000 mgr.smithi143.mxhzlj (mgr.14184) 1472 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-13T04:08:28.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:28 smithi143 bash[16533]: cluster 2024-02-13T04:08:28.348344+0000 mgr.smithi143.mxhzlj (mgr.14184) 1472 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-13T04:08:29.758 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:29.758 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:30.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:30.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:30 smithi143 bash[16533]: audit 2024-02-13T04:08:29.749058+0000 mgr.smithi143.mxhzlj (mgr.14184) 1473 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:30.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:30 smithi143 bash[16533]: cluster 2024-02-13T04:08:30.350518+0000 mgr.smithi143.mxhzlj (mgr.14184) 1474 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:30.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:30 smithi196 bash[19959]: audit 2024-02-13T04:08:29.749058+0000 mgr.smithi143.mxhzlj (mgr.14184) 1473 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:30.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:30 smithi196 bash[19959]: cluster 2024-02-13T04:08:30.350518+0000 mgr.smithi143.mxhzlj (mgr.14184) 1474 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:31.348 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:32.727 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:32 smithi143 bash[16533]: cluster 2024-02-13T04:08:32.352204+0000 mgr.smithi143.mxhzlj (mgr.14184) 1475 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:32 smithi196 bash[19959]: cluster 2024-02-13T04:08:32.352204+0000 mgr.smithi143.mxhzlj (mgr.14184) 1475 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:34.431 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:34.431 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:34.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:34 smithi196 bash[19959]: cluster 2024-02-13T04:08:34.354075+0000 mgr.smithi143.mxhzlj (mgr.14184) 1476 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:34.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:34 smithi143 bash[16533]: cluster 2024-02-13T04:08:34.354075+0000 mgr.smithi143.mxhzlj (mgr.14184) 1476 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:35.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:35.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:35 smithi196 bash[19959]: audit 2024-02-13T04:08:34.424106+0000 mgr.smithi143.mxhzlj (mgr.14184) 1477 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:35.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:35 smithi143 bash[16533]: audit 2024-02-13T04:08:34.424106+0000 mgr.smithi143.mxhzlj (mgr.14184) 1477 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:36.068 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:37.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:36 smithi196 bash[19959]: cluster 2024-02-13T04:08:36.355342+0000 mgr.smithi143.mxhzlj (mgr.14184) 1478 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:37.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:36 smithi143 bash[16533]: cluster 2024-02-13T04:08:36.355342+0000 mgr.smithi143.mxhzlj (mgr.14184) 1478 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:38.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:38 smithi196 bash[19959]: cluster 2024-02-13T04:08:38.357237+0000 mgr.smithi143.mxhzlj (mgr.14184) 1479 : 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 2024-02-13T04:08:38.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:38 smithi143 bash[16533]: cluster 2024-02-13T04:08:38.357237+0000 mgr.smithi143.mxhzlj (mgr.14184) 1479 : 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 2024-02-13T04:08:39.253 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:39.253 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:39.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:39 smithi143 bash[16533]: audit 2024-02-13T04:08:39.244934+0000 mgr.smithi143.mxhzlj (mgr.14184) 1480 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:39.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:39 smithi196 bash[19959]: audit 2024-02-13T04:08:39.244934+0000 mgr.smithi143.mxhzlj (mgr.14184) 1480 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:39.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:40 smithi196 bash[19959]: cluster 2024-02-13T04:08:40.358930+0000 mgr.smithi143.mxhzlj (mgr.14184) 1481 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:40.873 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:40.886 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:40 smithi143 bash[16533]: cluster 2024-02-13T04:08:40.358930+0000 mgr.smithi143.mxhzlj (mgr.14184) 1481 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:42.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:42 smithi143 bash[16533]: cluster 2024-02-13T04:08:42.360592+0000 mgr.smithi143.mxhzlj (mgr.14184) 1482 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:42.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:42 smithi196 bash[19959]: cluster 2024-02-13T04:08:42.360592+0000 mgr.smithi143.mxhzlj (mgr.14184) 1482 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:44.081 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:44.081 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:44.696 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:44 smithi143 bash[16533]: audit 2024-02-13T04:08:44.069406+0000 mgr.smithi143.mxhzlj (mgr.14184) 1483 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:44.696 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:44 smithi143 bash[16533]: cluster 2024-02-13T04:08:44.362563+0000 mgr.smithi143.mxhzlj (mgr.14184) 1484 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:44.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:44.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:44 smithi196 bash[19959]: audit 2024-02-13T04:08:44.069406+0000 mgr.smithi143.mxhzlj (mgr.14184) 1483 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:44.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:44 smithi196 bash[19959]: cluster 2024-02-13T04:08:44.362563+0000 mgr.smithi143.mxhzlj (mgr.14184) 1484 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:45.699 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:47.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:46 smithi196 bash[19959]: cluster 2024-02-13T04:08:46.363957+0000 mgr.smithi143.mxhzlj (mgr.14184) 1485 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:47.114 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:46 smithi143 bash[16533]: cluster 2024-02-13T04:08:46.363957+0000 mgr.smithi143.mxhzlj (mgr.14184) 1485 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:48.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:48 smithi196 bash[19959]: cluster 2024-02-13T04:08:48.365974+0000 mgr.smithi143.mxhzlj (mgr.14184) 1486 : 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 2024-02-13T04:08:48.908 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:48.909 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:48.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:48 smithi143 bash[16533]: cluster 2024-02-13T04:08:48.365974+0000 mgr.smithi143.mxhzlj (mgr.14184) 1486 : 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 2024-02-13T04:08:49.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:49.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:49 smithi196 bash[19959]: audit 2024-02-13T04:08:48.903796+0000 mgr.smithi143.mxhzlj (mgr.14184) 1487 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:49.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:49 smithi143 bash[16533]: audit 2024-02-13T04:08:48.903796+0000 mgr.smithi143.mxhzlj (mgr.14184) 1487 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:50.599 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:50.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:50 smithi196 bash[19959]: cluster 2024-02-13T04:08:50.367677+0000 mgr.smithi143.mxhzlj (mgr.14184) 1488 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:50.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:50 smithi143 bash[16533]: cluster 2024-02-13T04:08:50.367677+0000 mgr.smithi143.mxhzlj (mgr.14184) 1488 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:52.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:52 smithi196 bash[19959]: cluster 2024-02-13T04:08:52.369316+0000 mgr.smithi143.mxhzlj (mgr.14184) 1489 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:52.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:52 smithi143 bash[16533]: cluster 2024-02-13T04:08:52.369316+0000 mgr.smithi143.mxhzlj (mgr.14184) 1489 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:53.788 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:53.788 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:54.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:54.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:54 smithi143 bash[16533]: audit 2024-02-13T04:08:53.777884+0000 mgr.smithi143.mxhzlj (mgr.14184) 1490 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:54.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:54 smithi143 bash[16533]: cluster 2024-02-13T04:08:54.371393+0000 mgr.smithi143.mxhzlj (mgr.14184) 1491 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:54.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:54 smithi196 bash[19959]: audit 2024-02-13T04:08:53.777884+0000 mgr.smithi143.mxhzlj (mgr.14184) 1490 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:54.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:54 smithi196 bash[19959]: cluster 2024-02-13T04:08:54.371393+0000 mgr.smithi143.mxhzlj (mgr.14184) 1491 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:55.393 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:08:57.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:56 smithi196 bash[19959]: cluster 2024-02-13T04:08:56.372714+0000 mgr.smithi143.mxhzlj (mgr.14184) 1492 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:57.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:56 smithi143 bash[16533]: cluster 2024-02-13T04:08:56.372714+0000 mgr.smithi143.mxhzlj (mgr.14184) 1492 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:08:58.489 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:08:58.490 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:08:58.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:58 smithi196 bash[19959]: cluster 2024-02-13T04:08:58.374539+0000 mgr.smithi143.mxhzlj (mgr.14184) 1493 : 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 2024-02-13T04:08:58.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:58 smithi143 bash[16533]: cluster 2024-02-13T04:08:58.374539+0000 mgr.smithi143.mxhzlj (mgr.14184) 1493 : 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 2024-02-13T04:08:59.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:08:59.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:08:59 smithi196 bash[19959]: audit 2024-02-13T04:08:58.478895+0000 mgr.smithi143.mxhzlj (mgr.14184) 1494 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:08:59.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:08:59 smithi143 bash[16533]: audit 2024-02-13T04:08:58.478895+0000 mgr.smithi143.mxhzlj (mgr.14184) 1494 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:00.109 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:00.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:00 smithi196 bash[19959]: cluster 2024-02-13T04:09:00.376119+0000 mgr.smithi143.mxhzlj (mgr.14184) 1495 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:00.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:00 smithi143 bash[16533]: cluster 2024-02-13T04:09:00.376119+0000 mgr.smithi143.mxhzlj (mgr.14184) 1495 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:02.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:02 smithi196 bash[19959]: cluster 2024-02-13T04:09:02.377840+0000 mgr.smithi143.mxhzlj (mgr.14184) 1496 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:02.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:02 smithi143 bash[16533]: cluster 2024-02-13T04:09:02.377840+0000 mgr.smithi143.mxhzlj (mgr.14184) 1496 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:03.377 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:03.377 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:03.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:03 smithi196 bash[19959]: audit 2024-02-13T04:09:03.368419+0000 mgr.smithi143.mxhzlj (mgr.14184) 1497 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:03.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:03 smithi143 bash[16533]: audit 2024-02-13T04:09:03.368419+0000 mgr.smithi143.mxhzlj (mgr.14184) 1497 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:04.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:04.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:04 smithi196 bash[19959]: cluster 2024-02-13T04:09:04.379782+0000 mgr.smithi143.mxhzlj (mgr.14184) 1498 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:04.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:04 smithi143 bash[16533]: cluster 2024-02-13T04:09:04.379782+0000 mgr.smithi143.mxhzlj (mgr.14184) 1498 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:05.013 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:07.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:06 smithi196 bash[19959]: cluster 2024-02-13T04:09:06.381021+0000 mgr.smithi143.mxhzlj (mgr.14184) 1499 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:07.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:06 smithi143 bash[16533]: cluster 2024-02-13T04:09:06.381021+0000 mgr.smithi143.mxhzlj (mgr.14184) 1499 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:08.308 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:08.308 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:08.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:08 smithi143 bash[16533]: audit 2024-02-13T04:09:08.301518+0000 mgr.smithi143.mxhzlj (mgr.14184) 1500 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:08.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:08 smithi143 bash[16533]: cluster 2024-02-13T04:09:08.382954+0000 mgr.smithi143.mxhzlj (mgr.14184) 1501 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:09:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:08 smithi196 bash[19959]: audit 2024-02-13T04:09:08.301518+0000 mgr.smithi143.mxhzlj (mgr.14184) 1500 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:08.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:08 smithi196 bash[19959]: cluster 2024-02-13T04:09:08.382954+0000 mgr.smithi143.mxhzlj (mgr.14184) 1501 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:09:09.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:10.025 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:10.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:10 smithi196 bash[19959]: cluster 2024-02-13T04:09:10.384682+0000 mgr.smithi143.mxhzlj (mgr.14184) 1502 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:10.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:10 smithi143 bash[16533]: cluster 2024-02-13T04:09:10.384682+0000 mgr.smithi143.mxhzlj (mgr.14184) 1502 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:12.747 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:12 smithi143 bash[16533]: cluster 2024-02-13T04:09:12.386400+0000 mgr.smithi143.mxhzlj (mgr.14184) 1503 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:12.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:12 smithi196 bash[19959]: cluster 2024-02-13T04:09:12.386400+0000 mgr.smithi143.mxhzlj (mgr.14184) 1503 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:13.201 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:13.202 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:13.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:13 smithi143 bash[16533]: audit 2024-02-13T04:09:13.190056+0000 mgr.smithi143.mxhzlj (mgr.14184) 1504 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:13.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:13 smithi196 bash[19959]: audit 2024-02-13T04:09:13.190056+0000 mgr.smithi143.mxhzlj (mgr.14184) 1504 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:13.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:14.759 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:14 smithi196 bash[19959]: cluster 2024-02-13T04:09:14.388356+0000 mgr.smithi143.mxhzlj (mgr.14184) 1505 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:14.850 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:14.862 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:14 smithi143 bash[16533]: cluster 2024-02-13T04:09:14.388356+0000 mgr.smithi143.mxhzlj (mgr.14184) 1505 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:17.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:16 smithi196 bash[19959]: cluster 2024-02-13T04:09:16.389668+0000 mgr.smithi143.mxhzlj (mgr.14184) 1506 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:17.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:16 smithi143 bash[16533]: cluster 2024-02-13T04:09:16.389668+0000 mgr.smithi143.mxhzlj (mgr.14184) 1506 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:18.021 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:18.021 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:18.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:18 smithi143 bash[16533]: audit 2024-02-13T04:09:18.010322+0000 mgr.smithi143.mxhzlj (mgr.14184) 1507 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:18.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:18 smithi143 bash[16533]: audit 2024-02-13T04:09:18.341845+0000 mon.smithi143 (mon.0) 1022 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:09:18.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:18.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:18 smithi196 bash[19959]: audit 2024-02-13T04:09:18.010322+0000 mgr.smithi143.mxhzlj (mgr.14184) 1507 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:18.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:18 smithi196 bash[19959]: audit 2024-02-13T04:09:18.341845+0000 mon.smithi143 (mon.0) 1022 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T04:09:19.678 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:19.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:19 smithi143 bash[16533]: cluster 2024-02-13T04:09:18.391666+0000 mgr.smithi143.mxhzlj (mgr.14184) 1508 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:09:19.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:19 smithi143 bash[16533]: audit 2024-02-13T04:09:18.631362+0000 mon.smithi143 (mon.0) 1023 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:20.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:19 smithi196 bash[19959]: cluster 2024-02-13T04:09:18.391666+0000 mgr.smithi143.mxhzlj (mgr.14184) 1508 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:09:20.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:19 smithi196 bash[19959]: audit 2024-02-13T04:09:18.631362+0000 mon.smithi143 (mon.0) 1023 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:22.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:21 smithi196 bash[19959]: cluster 2024-02-13T04:09:20.393328+0000 mgr.smithi143.mxhzlj (mgr.14184) 1509 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:22.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:21 smithi143 bash[16533]: cluster 2024-02-13T04:09:20.393328+0000 mgr.smithi143.mxhzlj (mgr.14184) 1509 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:22.945 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:22.945 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T03:58:53.667499Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T03:58:53.667886Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T03:58:53.668157Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T03:58:53.668413Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T03:58:53.668911Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T03:58:53.668663Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T03:58:53.670242Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:23.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:23.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:23 smithi143 bash[16533]: cluster 2024-02-13T04:09:22.395126+0000 mgr.smithi143.mxhzlj (mgr.14184) 1510 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:23.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:23 smithi143 bash[16533]: audit 2024-02-13T04:09:22.938940+0000 mgr.smithi143.mxhzlj (mgr.14184) 1511 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:24.009 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:23 smithi196 bash[19959]: cluster 2024-02-13T04:09:22.395126+0000 mgr.smithi143.mxhzlj (mgr.14184) 1510 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:24.010 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:23 smithi196 bash[19959]: audit 2024-02-13T04:09:22.938940+0000 mgr.smithi143.mxhzlj (mgr.14184) 1511 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:24.583 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:25 smithi143 bash[16533]: audit 2024-02-13T04:09:24.278977+0000 mon.smithi143 (mon.0) 1024 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:25 smithi143 bash[16533]: audit 2024-02-13T04:09:24.574628+0000 mon.smithi143 (mon.0) 1025 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:25 smithi143 bash[16533]: audit 2024-02-13T04:09:24.576644+0000 mon.smithi143 (mon.0) 1026 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:09:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:25 smithi143 bash[16533]: audit 2024-02-13T04:09:24.586896+0000 mon.smithi143 (mon.0) 1027 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:25 smithi143 bash[16533]: audit 2024-02-13T04:09:24.596514+0000 mon.smithi143 (mon.0) 1028 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:09:25.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:25 smithi143 bash[16533]: audit 2024-02-13T04:09:24.609918+0000 mon.smithi143 (mon.0) 1029 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:25 smithi196 bash[19959]: audit 2024-02-13T04:09:24.278977+0000 mon.smithi143 (mon.0) 1024 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:25 smithi196 bash[19959]: audit 2024-02-13T04:09:24.574628+0000 mon.smithi143 (mon.0) 1025 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T04:09:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:25 smithi196 bash[19959]: audit 2024-02-13T04:09:24.576644+0000 mon.smithi143 (mon.0) 1026 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T04:09:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:25 smithi196 bash[19959]: audit 2024-02-13T04:09:24.586896+0000 mon.smithi143 (mon.0) 1027 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:25 smithi196 bash[19959]: audit 2024-02-13T04:09:24.596514+0000 mon.smithi143 (mon.0) 1028 : audit [DBG] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T04:09:25.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:25 smithi196 bash[19959]: audit 2024-02-13T04:09:24.609918+0000 mon.smithi143 (mon.0) 1029 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:26.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:26 smithi143 bash[16533]: cluster 2024-02-13T04:09:24.397076+0000 mgr.smithi143.mxhzlj (mgr.14184) 1512 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:26.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:26 smithi143 bash[16533]: cluster 2024-02-13T04:09:24.588383+0000 mgr.smithi143.mxhzlj (mgr.14184) 1513 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:26.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:26 smithi143 bash[16533]: cephadm 2024-02-13T04:09:24.613550+0000 mgr.smithi143.mxhzlj (mgr.14184) 1514 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.qqlmic on smithi196 2024-02-13T04:09:26.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:26 smithi143 bash[16533]: cluster 2024-02-13T04:09:25.274565+0000 mon.smithi143 (mon.0) 1030 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:09:26.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:26 smithi143 bash[16533]: cluster 2024-02-13T04:09:25.274647+0000 mon.smithi143 (mon.0) 1031 : cluster [INF] Cluster is now healthy 2024-02-13T04:09:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:26 smithi196 bash[19959]: cluster 2024-02-13T04:09:24.397076+0000 mgr.smithi143.mxhzlj (mgr.14184) 1512 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:26 smithi196 bash[19959]: cluster 2024-02-13T04:09:24.588383+0000 mgr.smithi143.mxhzlj (mgr.14184) 1513 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:26 smithi196 bash[19959]: cephadm 2024-02-13T04:09:24.613550+0000 mgr.smithi143.mxhzlj (mgr.14184) 1514 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.qqlmic on smithi196 2024-02-13T04:09:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:26 smithi196 bash[19959]: cluster 2024-02-13T04:09:25.274565+0000 mon.smithi143 (mon.0) 1030 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T04:09:26.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:26 smithi196 bash[19959]: cluster 2024-02-13T04:09:25.274647+0000 mon.smithi143 (mon.0) 1031 : cluster [INF] Cluster is now healthy 2024-02-13T04:09:27.978 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:27.978 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:07:02.392922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.ehbdls on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:14.448918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.jxtmzd on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-jxtmzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.jxtmzd\nDeploy daemon haproxy.nfs.foo.smithi196.jxtmzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.333101Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dphusc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-dphusc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.dphusc\nDeploy daemon haproxy.nfs.foo.smithi143.dphusc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:08:18.336435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yplaiy on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:28.510 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:28 smithi196 bash[19959]: cluster 2024-02-13T04:09:26.589087+0000 mgr.smithi143.mxhzlj (mgr.14184) 1515 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:28.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:28 smithi143 bash[16533]: cluster 2024-02-13T04:09:26.589087+0000 mgr.smithi143.mxhzlj (mgr.14184) 1515 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:28.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:29.632 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:29.645 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:29 smithi143 bash[16533]: audit 2024-02-13T04:09:27.967807+0000 mgr.smithi143.mxhzlj (mgr.14184) 1516 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:29.645 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:29 smithi143 bash[16533]: audit 2024-02-13T04:09:28.599811+0000 mon.smithi143 (mon.0) 1032 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.qqlmic"}]: dispatch 2024-02-13T04:09:29.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:29 smithi196 bash[19959]: audit 2024-02-13T04:09:27.967807+0000 mgr.smithi143.mxhzlj (mgr.14184) 1516 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:29.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:29 smithi196 bash[19959]: audit 2024-02-13T04:09:28.599811+0000 mon.smithi143 (mon.0) 1032 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.qqlmic"}]: dispatch 2024-02-13T04:09:30.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: cluster 2024-02-13T04:09:28.589980+0000 mgr.smithi143.mxhzlj (mgr.14184) 1517 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:30.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: cephadm 2024-02-13T04:09:28.599078+0000 mgr.smithi143.mxhzlj (mgr.14184) 1518 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:30.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:30.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.qqlmic ... 2024-02-13T04:09:30.566 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:30.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.568 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.568 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:30.568 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.568 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.qqlmic ... 2024-02-13T04:09:30.568 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.568 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:30.568 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: cephadm 2024-02-13T04:09:28.599357+0000 mgr.smithi143.mxhzlj (mgr.14184) 1519 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: cephadm 2024-02-13T04:09:28.601069+0000 mgr.smithi143.mxhzlj (mgr.14184) 1520 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi196.qqlmic ... 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:30.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:30.570 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:30.570 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.570 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:30 smithi143 bash[16533]: cephadm 2024-02-13T04:09:28.604982+0000 mgr.smithi143.mxhzlj (mgr.14184) 1521 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mylhto on smithi143 2024-02-13T04:09:30.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: cluster 2024-02-13T04:09:28.589980+0000 mgr.smithi143.mxhzlj (mgr.14184) 1517 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:30.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: cephadm 2024-02-13T04:09:28.599078+0000 mgr.smithi143.mxhzlj (mgr.14184) 1518 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:30.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:30.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.qqlmic ... 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.qqlmic ... 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: cephadm 2024-02-13T04:09:28.599357+0000 mgr.smithi143.mxhzlj (mgr.14184) 1519 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: cephadm 2024-02-13T04:09:28.601069+0000 mgr.smithi143.mxhzlj (mgr.14184) 1520 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:30.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic 2024-02-13T04:09:30.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi196.qqlmic ... 2024-02-13T04:09:30.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:30.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:30.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:30.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:30.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:30 smithi196 bash[19959]: cephadm 2024-02-13T04:09:28.604982+0000 mgr.smithi143.mxhzlj (mgr.14184) 1521 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mylhto on smithi143 2024-02-13T04:09:32.587 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:32 smithi143 bash[16533]: cluster 2024-02-13T04:09:30.590900+0000 mgr.smithi143.mxhzlj (mgr.14184) 1522 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:32.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:32 smithi196 bash[19959]: cluster 2024-02-13T04:09:30.590900+0000 mgr.smithi143.mxhzlj (mgr.14184) 1522 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:33.347 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:33.347 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:33.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:33 smithi143 bash[16533]: audit 2024-02-13T04:09:32.675801+0000 mon.smithi143 (mon.0) 1033 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mylhto"}]: dispatch 2024-02-13T04:09:33.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:33 smithi196 bash[19959]: audit 2024-02-13T04:09:32.675801+0000 mon.smithi143 (mon.0) 1033 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mylhto"}]: dispatch 2024-02-13T04:09:34.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: cluster 2024-02-13T04:09:32.592177+0000 mgr.smithi143.mxhzlj (mgr.14184) 1523 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: cephadm 2024-02-13T04:09:32.674956+0000 mgr.smithi143.mxhzlj (mgr.14184) 1524 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.mylhto ... 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:34.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Traceback (most recent call last): 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: yield (conn, connr) 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: code, '\n'.join(err))) 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.mylhto ... 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: cephadm 2024-02-13T04:09:32.675268+0000 mgr.smithi143.mxhzlj (mgr.14184) 1525 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: cephadm 2024-02-13T04:09:32.677231+0000 mgr.smithi143.mxhzlj (mgr.14184) 1526 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stdout 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Deploy daemon haproxy.nfs.foo.smithi143.mylhto ... 2024-02-13T04:09:34.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: cephadm 2024-02-13T04:09:32.681624+0000 mgr.smithi143.mxhzlj (mgr.14184) 1527 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: cephadm 2024-02-13T04:09:32.685635+0000 mgr.smithi143.mxhzlj (mgr.14184) 1528 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: cluster 2024-02-13T04:09:32.687199+0000 mgr.smithi143.mxhzlj (mgr.14184) 1529 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: cluster 2024-02-13T04:09:33.312981+0000 mon.smithi143 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: audit 2024-02-13T04:09:33.343460+0000 mgr.smithi143.mxhzlj (mgr.14184) 1530 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:34.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:34 smithi143 bash[16533]: audit 2024-02-13T04:09:33.867658+0000 mon.smithi143 (mon.0) 1035 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:34.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: cluster 2024-02-13T04:09:32.592177+0000 mgr.smithi143.mxhzlj (mgr.14184) 1523 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-13T04:09:34.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: cephadm 2024-02-13T04:09:32.674956+0000 mgr.smithi143.mxhzlj (mgr.14184) 1524 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.mylhto ... 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Traceback (most recent call last): 2024-02-13T04:09:34.761 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: yield (conn, connr) 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: code, '\n'.join(err))) 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.mylhto ... 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:34.762 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: cephadm 2024-02-13T04:09:32.675268+0000 mgr.smithi143.mxhzlj (mgr.14184) 1525 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: cephadm 2024-02-13T04:09:32.677231+0000 mgr.smithi143.mxhzlj (mgr.14184) 1526 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stdout 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: /usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Deploy daemon haproxy.nfs.foo.smithi143.mylhto ... 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: stat: stderr See 'docker run --help'. 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T04:09:34.763 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: cephadm 2024-02-13T04:09:32.681624+0000 mgr.smithi143.mxhzlj (mgr.14184) 1527 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:09:34.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: cephadm 2024-02-13T04:09:32.685635+0000 mgr.smithi143.mxhzlj (mgr.14184) 1528 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T04:09:34.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: cluster 2024-02-13T04:09:32.687199+0000 mgr.smithi143.mxhzlj (mgr.14184) 1529 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2024-02-13T04:09:34.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: cluster 2024-02-13T04:09:33.312981+0000 mon.smithi143 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:09:34.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: audit 2024-02-13T04:09:33.343460+0000 mgr.smithi143.mxhzlj (mgr.14184) 1530 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:34.764 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:34 smithi196 bash[19959]: audit 2024-02-13T04:09:33.867658+0000 mon.smithi143 (mon.0) 1035 : audit [INF] from='mgr.14184 172.21.15.143:0/2006890440' entity='mgr.smithi143.mxhzlj' 2024-02-13T04:09:35.017 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:36.416 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:36 smithi143 bash[16533]: cluster 2024-02-13T04:09:34.689350+0000 mgr.smithi143.mxhzlj (mgr.14184) 1531 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:36.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:36 smithi196 bash[19959]: cluster 2024-02-13T04:09:34.689350+0000 mgr.smithi143.mxhzlj (mgr.14184) 1531 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:38.222 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:38.222 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:38.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:38 smithi143 bash[16533]: cluster 2024-02-13T04:09:36.690693+0000 mgr.smithi143.mxhzlj (mgr.14184) 1532 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:38.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:38 smithi196 bash[19959]: cluster 2024-02-13T04:09:36.690693+0000 mgr.smithi143.mxhzlj (mgr.14184) 1532 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:38.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:39.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:39 smithi143 bash[16533]: audit 2024-02-13T04:09:38.211064+0000 mgr.smithi143.mxhzlj (mgr.14184) 1533 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:39.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:39 smithi196 bash[19959]: audit 2024-02-13T04:09:38.211064+0000 mgr.smithi143.mxhzlj (mgr.14184) 1533 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:39.816 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:40.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:40 smithi143 bash[16533]: cluster 2024-02-13T04:09:38.692564+0000 mgr.smithi143.mxhzlj (mgr.14184) 1534 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:40.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:40 smithi196 bash[19959]: cluster 2024-02-13T04:09:38.692564+0000 mgr.smithi143.mxhzlj (mgr.14184) 1534 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:42.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:42 smithi143 bash[16533]: cluster 2024-02-13T04:09:40.694343+0000 mgr.smithi143.mxhzlj (mgr.14184) 1535 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:42.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:42 smithi196 bash[19959]: cluster 2024-02-13T04:09:40.694343+0000 mgr.smithi143.mxhzlj (mgr.14184) 1535 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:43.097 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:43.097 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:43.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:44.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:44 smithi143 bash[16533]: cluster 2024-02-13T04:09:42.695999+0000 mgr.smithi143.mxhzlj (mgr.14184) 1536 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:44.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:44 smithi143 bash[16533]: audit 2024-02-13T04:09:43.087934+0000 mgr.smithi143.mxhzlj (mgr.14184) 1537 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:44.758 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:44.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:44 smithi196 bash[19959]: cluster 2024-02-13T04:09:42.695999+0000 mgr.smithi143.mxhzlj (mgr.14184) 1536 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-13T04:09:44.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:44 smithi196 bash[19959]: audit 2024-02-13T04:09:43.087934+0000 mgr.smithi143.mxhzlj (mgr.14184) 1537 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:46.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:46 smithi143 bash[16533]: cluster 2024-02-13T04:09:44.698030+0000 mgr.smithi143.mxhzlj (mgr.14184) 1538 : 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 2024-02-13T04:09:46.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:46 smithi196 bash[19959]: cluster 2024-02-13T04:09:44.698030+0000 mgr.smithi143.mxhzlj (mgr.14184) 1538 : 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 2024-02-13T04:09:47.896 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:47.896 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:48.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:48.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:48 smithi143 bash[16533]: cluster 2024-02-13T04:09:46.699235+0000 mgr.smithi143.mxhzlj (mgr.14184) 1539 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:48.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:48 smithi196 bash[19959]: cluster 2024-02-13T04:09:46.699235+0000 mgr.smithi143.mxhzlj (mgr.14184) 1539 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:49.514 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:49.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:49 smithi143 bash[16533]: audit 2024-02-13T04:09:47.884132+0000 mgr.smithi143.mxhzlj (mgr.14184) 1540 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:49.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:49 smithi196 bash[19959]: audit 2024-02-13T04:09:47.884132+0000 mgr.smithi143.mxhzlj (mgr.14184) 1540 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:50.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:50 smithi143 bash[16533]: cluster 2024-02-13T04:09:48.701136+0000 mgr.smithi143.mxhzlj (mgr.14184) 1541 : 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 2024-02-13T04:09:50.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:50 smithi196 bash[19959]: cluster 2024-02-13T04:09:48.701136+0000 mgr.smithi143.mxhzlj (mgr.14184) 1541 : 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 2024-02-13T04:09:52.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:52 smithi143 bash[16533]: cluster 2024-02-13T04:09:50.702660+0000 mgr.smithi143.mxhzlj (mgr.14184) 1542 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:52.676 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:52.676 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:52.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:52 smithi196 bash[19959]: cluster 2024-02-13T04:09:50.702660+0000 mgr.smithi143.mxhzlj (mgr.14184) 1542 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:53.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:53 smithi143 bash[16533]: audit 2024-02-13T04:09:52.667181+0000 mgr.smithi143.mxhzlj (mgr.14184) 1543 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:53.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:53 smithi143 bash[16533]: cluster 2024-02-13T04:09:52.704328+0000 mgr.smithi143.mxhzlj (mgr.14184) 1544 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:53.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:53 smithi196 bash[19959]: audit 2024-02-13T04:09:52.667181+0000 mgr.smithi143.mxhzlj (mgr.14184) 1543 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:53.760 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:53 smithi196 bash[19959]: cluster 2024-02-13T04:09:52.704328+0000 mgr.smithi143.mxhzlj (mgr.14184) 1544 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:54.337 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:56.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:55 smithi143 bash[16533]: cluster 2024-02-13T04:09:54.706417+0000 mgr.smithi143.mxhzlj (mgr.14184) 1545 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:56.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:55 smithi196 bash[19959]: cluster 2024-02-13T04:09:54.706417+0000 mgr.smithi143.mxhzlj (mgr.14184) 1545 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:57.501 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:09:57.501 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:09:57.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:57 smithi143 bash[16533]: cluster 2024-02-13T04:09:56.707690+0000 mgr.smithi143.mxhzlj (mgr.14184) 1546 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:58.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:09:58.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:57 smithi196 bash[19959]: cluster 2024-02-13T04:09:56.707690+0000 mgr.smithi143.mxhzlj (mgr.14184) 1546 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:09:59.164 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:09:59.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:58 smithi143 bash[16533]: audit 2024-02-13T04:09:57.495179+0000 mgr.smithi143.mxhzlj (mgr.14184) 1547 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:09:59.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:58 smithi196 bash[19959]: audit 2024-02-13T04:09:57.495179+0000 mgr.smithi143.mxhzlj (mgr.14184) 1547 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:00.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:09:59 smithi143 bash[16533]: cluster 2024-02-13T04:09:58.709525+0000 mgr.smithi143.mxhzlj (mgr.14184) 1548 : 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 2024-02-13T04:10:00.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:09:59 smithi196 bash[19959]: cluster 2024-02-13T04:09:58.709525+0000 mgr.smithi143.mxhzlj (mgr.14184) 1548 : 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 2024-02-13T04:10:00.915 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:00 smithi143 bash[16533]: cluster 2024-02-13T04:10:00.000163+0000 mon.smithi143 (mon.0) 1036 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-13T04:10:01.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:00 smithi196 bash[19959]: cluster 2024-02-13T04:10:00.000163+0000 mon.smithi143 (mon.0) 1036 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-13T04:10:02.081 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:01 smithi143 bash[16533]: cluster 2024-02-13T04:10:00.711232+0000 mgr.smithi143.mxhzlj (mgr.14184) 1549 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:02.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:01 smithi196 bash[19959]: cluster 2024-02-13T04:10:00.711232+0000 mgr.smithi143.mxhzlj (mgr.14184) 1549 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:02.540 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:10:02.540 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:10:03.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:10:04.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:03 smithi143 bash[16533]: audit 2024-02-13T04:10:02.528492+0000 mgr.smithi143.mxhzlj (mgr.14184) 1550 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:04.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:03 smithi143 bash[16533]: cluster 2024-02-13T04:10:02.712966+0000 mgr.smithi143.mxhzlj (mgr.14184) 1551 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:04.222 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:10:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:03 smithi196 bash[19959]: audit 2024-02-13T04:10:02.528492+0000 mgr.smithi143.mxhzlj (mgr.14184) 1550 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:04.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:03 smithi196 bash[19959]: cluster 2024-02-13T04:10:02.712966+0000 mgr.smithi143.mxhzlj (mgr.14184) 1551 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:05.916 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:05 smithi143 bash[16533]: cluster 2024-02-13T04:10:04.714977+0000 mgr.smithi143.mxhzlj (mgr.14184) 1552 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:06.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:05 smithi196 bash[19959]: cluster 2024-02-13T04:10:04.714977+0000 mgr.smithi143.mxhzlj (mgr.14184) 1552 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:07.519 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:10:07.520 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:10:08.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:07 smithi143 bash[16533]: cluster 2024-02-13T04:10:06.716251+0000 mgr.smithi143.mxhzlj (mgr.14184) 1553 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:08.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:10:08.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:07 smithi196 bash[19959]: cluster 2024-02-13T04:10:06.716251+0000 mgr.smithi143.mxhzlj (mgr.14184) 1553 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:09.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:08 smithi143 bash[16533]: audit 2024-02-13T04:10:07.512553+0000 mgr.smithi143.mxhzlj (mgr.14184) 1554 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:09.185 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:10:09.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:08 smithi196 bash[19959]: audit 2024-02-13T04:10:07.512553+0000 mgr.smithi143.mxhzlj (mgr.14184) 1554 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:10.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:09 smithi143 bash[16533]: cluster 2024-02-13T04:10:08.718186+0000 mgr.smithi143.mxhzlj (mgr.14184) 1555 : 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 2024-02-13T04:10:10.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:09 smithi196 bash[19959]: cluster 2024-02-13T04:10:08.718186+0000 mgr.smithi143.mxhzlj (mgr.14184) 1555 : 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 2024-02-13T04:10:12.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:11 smithi143 bash[16533]: cluster 2024-02-13T04:10:10.719842+0000 mgr.smithi143.mxhzlj (mgr.14184) 1556 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:12.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:11 smithi196 bash[19959]: cluster 2024-02-13T04:10:10.719842+0000 mgr.smithi143.mxhzlj (mgr.14184) 1556 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:12.346 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:10:12.346 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:10:13.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:10:13.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:12 smithi143 bash[16533]: audit 2024-02-13T04:10:12.332792+0000 mgr.smithi143.mxhzlj (mgr.14184) 1557 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:13.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:12 smithi196 bash[19959]: audit 2024-02-13T04:10:12.332792+0000 mgr.smithi143.mxhzlj (mgr.14184) 1557 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:14.010 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:10:14.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:13 smithi143 bash[16533]: cluster 2024-02-13T04:10:12.721486+0000 mgr.smithi143.mxhzlj (mgr.14184) 1558 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:14.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:13 smithi196 bash[19959]: cluster 2024-02-13T04:10:12.721486+0000 mgr.smithi143.mxhzlj (mgr.14184) 1558 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:16.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:15 smithi143 bash[16533]: cluster 2024-02-13T04:10:14.723449+0000 mgr.smithi143.mxhzlj (mgr.14184) 1559 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:16.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:15 smithi196 bash[19959]: cluster 2024-02-13T04:10:14.723449+0000 mgr.smithi143.mxhzlj (mgr.14184) 1559 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:17.383 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:10:17.384 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:10:18.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:10:18.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:17 smithi143 bash[16533]: cluster 2024-02-13T04:10:16.724684+0000 mgr.smithi143.mxhzlj (mgr.14184) 1560 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:18.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:17 smithi143 bash[16533]: audit 2024-02-13T04:10:17.372053+0000 mgr.smithi143.mxhzlj (mgr.14184) 1561 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:18.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:17 smithi196 bash[19959]: cluster 2024-02-13T04:10:16.724684+0000 mgr.smithi143.mxhzlj (mgr.14184) 1560 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:18.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:17 smithi196 bash[19959]: audit 2024-02-13T04:10:17.372053+0000 mgr.smithi143.mxhzlj (mgr.14184) 1561 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:19.004 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:10:20.165 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:19 smithi143 bash[16533]: cluster 2024-02-13T04:10:18.726584+0000 mgr.smithi143.mxhzlj (mgr.14184) 1562 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:10:20.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:19 smithi196 bash[19959]: cluster 2024-02-13T04:10:18.726584+0000 mgr.smithi143.mxhzlj (mgr.14184) 1562 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T04:10:22.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:21 smithi143 bash[16533]: cluster 2024-02-13T04:10:20.728331+0000 mgr.smithi143.mxhzlj (mgr.14184) 1563 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:22.244 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:10:22.244 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:10:22.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:21 smithi196 bash[19959]: cluster 2024-02-13T04:10:20.728331+0000 mgr.smithi143.mxhzlj (mgr.14184) 1563 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:22.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:10:23.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:22 smithi143 bash[16533]: audit 2024-02-13T04:10:22.234886+0000 mgr.smithi143.mxhzlj (mgr.14184) 1564 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:23.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:22 smithi196 bash[19959]: audit 2024-02-13T04:10:22.234886+0000 mgr.smithi143.mxhzlj (mgr.14184) 1564 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:23.866 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T04:10:24.231 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:23 smithi143 bash[16533]: cluster 2024-02-13T04:10:22.730057+0000 mgr.smithi143.mxhzlj (mgr.14184) 1565 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:24.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:23 smithi196 bash[19959]: cluster 2024-02-13T04:10:22.730057+0000 mgr.smithi143.mxhzlj (mgr.14184) 1565 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:26.166 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:25 smithi143 bash[16533]: cluster 2024-02-13T04:10:24.731986+0000 mgr.smithi143.mxhzlj (mgr.14184) 1566 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:26.260 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:25 smithi196 bash[19959]: cluster 2024-02-13T04:10:24.731986+0000 mgr.smithi143.mxhzlj (mgr.14184) 1566 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:27.173 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-02-13T04:10:27.174 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:37:57.551283Z", "last_refresh": "2024-02-13T04:08:10.263459Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:37:49.499157Z", "last_refresh": "2024-02-13T04:08:10.263632Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:37:53.495131Z", "last_refresh": "2024-02-13T04:08:10.263800Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T04:08:18.337987Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.daopvu on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:28.600896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.qqlmic on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi196-qqlmic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi196.qqlmic\nDeploy daemon haproxy.nfs.foo.smithi196.qqlmic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.676972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mylhto on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi143-mylhto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi143.mylhto\nDeploy daemon haproxy.nfs.foo.smithi143.mylhto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T04:09:32.681411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rtantt on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T04:09:32.685409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.lwmwgm on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-02-13T03:45:11.061552Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:37:47.544510Z", "last_refresh": "2024-02-13T04:08:10.263276Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:17.102387Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:39:17.096455Z", "last_refresh": "2024-02-13T04:08:10.263004Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:45:11.059520Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:45:11.055006Z", "last_refresh": "2024-02-13T04:08:10.264980Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:37:55.558184Z", "last_refresh": "2024-02-13T04:08:10.263979Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:39:42.733849Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:39:42.727581Z", "last_refresh": "2024-02-13T04:08:10.264148Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:37:51.450018Z", "last_refresh": "2024-02-13T04:09:24.264369Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:05.459197Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:45:20.298176Z", "last_refresh": "2024-02-13T04:08:10.264813Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T04:10:27.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T04:10:27.776 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-13T04:10:28.045 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f27914328e3848408ef97430a1c0fbf4 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-13T04:10:28.047 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-13T04:10:28.059 INFO:tasks.vip:Removing 10.0.15.143 (and any VIPs) on smithi143.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T04:10:28.059 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.15.143/16 dev enp3s0f1 2024-02-13T04:10:28.083 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:27 smithi143 bash[16533]: cluster 2024-02-13T04:10:26.733260+0000 mgr.smithi143.mxhzlj (mgr.14184) 1567 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:28.083 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:27 smithi143 bash[16533]: audit 2024-02-13T04:10:27.169683+0000 mgr.smithi143.mxhzlj (mgr.14184) 1568 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:28.088 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.31.143/16 dev enp3s0f1 2024-02-13T04:10:28.150 INFO:teuthology.orchestra.run.smithi143.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-13T04:10:28.150 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-13T04:10:28.151 INFO:tasks.vip:Removing 10.0.15.196 (and any VIPs) on smithi196.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T04:10:28.151 DEBUG:teuthology.orchestra.run.smithi196:> sudo ip addr del 10.0.15.196/16 dev enp3s0f1 2024-02-13T04:10:28.168 DEBUG:teuthology.orchestra.run.smithi196:> sudo ip addr del 10.0.31.143/16 dev enp3s0f1 2024-02-13T04:10:28.227 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:27 smithi196 bash[19959]: cluster 2024-02-13T04:10:26.733260+0000 mgr.smithi143.mxhzlj (mgr.14184) 1567 : cluster [DBG] pgmap v1018: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T04:10:28.228 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:27 smithi196 bash[19959]: audit 2024-02-13T04:10:27.169683+0000 mgr.smithi143.mxhzlj (mgr.14184) 1568 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T04:10:28.230 INFO:teuthology.orchestra.run.smithi196.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-13T04:10:28.231 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-13T04:10:28.231 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-13T04:10:28.241 INFO:tasks.cephadm:Teardown begin 2024-02-13T04:10:28.242 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:10:28.258 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:10:28.287 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-13T04:10:28.288 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-13T04:10:28.306 DEBUG:teuthology.orchestra.run.smithi196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-13T04:10:28.334 INFO:tasks.cephadm:Stopping all daemons... 2024-02-13T04:10:28.335 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2024-02-13T04:10:28.335 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi143 2024-02-13T04:10:28.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:28 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for b99e06ee-ca20-11ee-95b9-87774f69a715... 2024-02-13T04:10:28.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:28 smithi143 bash[111311]: Error response from daemon: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-mon.smithi143 2024-02-13T04:10:28.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:28 smithi143 bash[16533]: debug 2024-02-13T04:10:28.550+0000 7f5f715c3700 -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 2024-02-13T04:10:28.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Feb 13 04:10:28 smithi143 bash[16533]: debug 2024-02-13T04:10:28.550+0000 7f5f715c3700 -1 mon.smithi143@0(leader) e2 *** Got Signal Terminated *** 2024-02-13T04:10:29.619 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi143.service' 2024-02-13T04:10:29.654 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T04:10:29.654 INFO:tasks.cephadm.mon.smithi143:Stopped mon.smithi143 2024-02-13T04:10:29.654 INFO:tasks.cephadm.mon.smithi196:Stopping mon.smithi196... 2024-02-13T04:10:29.655 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi196 2024-02-13T04:10:29.966 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:29 smithi196 systemd[1]: Stopping Ceph mon.smithi196 for b99e06ee-ca20-11ee-95b9-87774f69a715... 2024-02-13T04:10:29.967 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:29 smithi196 bash[45888]: Error response from daemon: No such container: ceph-b99e06ee-ca20-11ee-95b9-87774f69a715-mon.smithi196 2024-02-13T04:10:29.967 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:29 smithi196 bash[19959]: debug 2024-02-13T04:10:29.862+0000 7fbe288c7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi196 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-13T04:10:29.967 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Feb 13 04:10:29 smithi196 bash[19959]: debug 2024-02-13T04:10:29.866+0000 7fbe288c7700 -1 mon.smithi196@1(peon) e2 *** Got Signal Terminated *** 2024-02-13T04:10:30.849 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b99e06ee-ca20-11ee-95b9-87774f69a715@mon.smithi196.service' 2024-02-13T04:10:30.890 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T04:10:30.890 INFO:tasks.cephadm.mon.smithi196:Stopped mon.smithi196 2024-02-13T04:10:30.890 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-13T04:11:34.956 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-13T04:12:27.918 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:12:27.934 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T04:12:27.948 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-13T04:12:27.950 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194/remote/ubuntu@smithi143.front.sepia.ceph.com/crash 2024-02-13T04:12:27.951 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/crash -- . 2024-02-13T04:12:27.990 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-13T04:12:27.990 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2024-02-13T04:12:27.992 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194/remote/ubuntu@smithi196.front.sepia.ceph.com/crash 2024-02-13T04:12:27.993 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/crash -- . 2024-02-13T04:12:28.006 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-13T04:12:28.006 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2024-02-13T04:12:28.007 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-13T04:12:28.007 DEBUG:teuthology.orchestra.run.smithi143:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-13T04:12:28.052 INFO:teuthology.orchestra.run.smithi143.stdout:2024-02-13T03:45:36.964075+0000 mon.smithi143 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T04:12:28.054 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-13T04:12:28.054 INFO:tasks.cephadm:Compressing logs... 2024-02-13T04:12:28.055 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 -- 2024-02-13T04:12:28.098 DEBUG:teuthology.orchestra.run.smithi196:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-13T04:12:28.111 INFO:teuthology.orchestra.run.smithi143.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-13T04:12:28.111 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-13T04:12:28.111 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-13T04:12:28.112 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mon.smithi143.log 2024-02-13T04:12:28.113 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-13T04:12:28.114 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mon.smithi143.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-13T04:12:28.114 INFO:teuthology.orchestra.run.smithi196.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-13T04:12:28.115 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-13T04:12:28.115 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-13T04:12:28.115 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mgr.smithi196.beqlkm.log 2024-02-13T04:12:28.115 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-13T04:12:28.117 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mgr.smithi196.beqlkm.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-13T04:12:28.117 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-volume.log: --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi196.rjjjrc.log 2024-02-13T04:12:28.118 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mon.smithi196.log 2024-02-13T04:12:28.119 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-13T04:12:28.119 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-13T04:12:28.119 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi143.lgnxxy.log /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.1.log: 2024-02-13T04:12:28.119 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-13T04:12:28.120 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi143.lgnxxy.log: 67.6% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi143.lgnxxy.log.gz 2024-02-13T04:12:28.120 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mgr.smithi143.mxhzlj.log 2024-02-13T04:12:28.120 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.audit.log: 96.3% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-13T04:12:28.121 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-13T04:12:28.122 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi196.rjjjrc.log: 64.7% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi196.rjjjrc.log.gz 2024-02-13T04:12:28.122 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-13T04:12:28.122 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mon.smithi196.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-13T04:12:28.122 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-13T04:12:28.122 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.cephadm.log: 96.5% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-13T04:12:28.123 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-13T04:12:28.123 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-13T04:12:28.124 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mgr.smithi143.mxhzlj.log: 91.5% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-13T04:12:28.124 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.log 2024-02-13T04:12:28.125 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.2.log: 91.8% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-13T04:12:28.125 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.log 2024-02-13T04:12:28.128 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.3.log: 92.6% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-13T04:12:28.128 INFO:teuthology.orchestra.run.smithi143.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-13T04:12:28.129 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.4.log: 93.6% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mgr.smithi196.beqlkm.log.gz 2024-02-13T04:12:28.129 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.log: 92.6% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-13T04:12:28.131 INFO:teuthology.orchestra.run.smithi196.stderr: 90.5% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-13T04:12:28.132 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.log: 90.4% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-13T04:12:28.411 INFO:teuthology.orchestra.run.smithi196.stderr: 92.9% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mon.smithi196.log.gz 2024-02-13T04:12:28.516 INFO:teuthology.orchestra.run.smithi143.stderr: 89.8% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mgr.smithi143.mxhzlj.log.gz 2024-02-13T04:12:29.159 INFO:teuthology.orchestra.run.smithi143.stderr: 93.5% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-13T04:12:29.191 INFO:teuthology.orchestra.run.smithi143.stderr: 93.4% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-13T04:12:29.217 INFO:teuthology.orchestra.run.smithi196.stderr: 93.7% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-13T04:12:29.349 INFO:teuthology.orchestra.run.smithi196.stderr: 93.4% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-13T04:12:29.370 INFO:teuthology.orchestra.run.smithi143.stderr: 90.4% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-mon.smithi143.log.gz 2024-02-13T04:12:29.400 INFO:teuthology.orchestra.run.smithi196.stderr: 93.3% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-13T04:12:29.404 INFO:teuthology.orchestra.run.smithi196.stderr: 93.6% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-13T04:12:29.405 INFO:teuthology.orchestra.run.smithi196.stderr: 2024-02-13T04:12:29.405 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m1.302s 2024-02-13T04:12:29.405 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m5.051s 2024-02-13T04:12:29.405 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.206s 2024-02-13T04:12:29.429 INFO:teuthology.orchestra.run.smithi143.stderr: 93.6% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-13T04:12:29.770 INFO:teuthology.orchestra.run.smithi143.stderr: 93.6% -- replaced with /var/log/ceph/b99e06ee-ca20-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-13T04:12:29.771 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-02-13T04:12:29.771 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m1.671s 2024-02-13T04:12:29.771 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m6.543s 2024-02-13T04:12:29.772 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.265s 2024-02-13T04:12:29.772 INFO:tasks.cephadm:Archiving logs... 2024-02-13T04:12:29.772 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194/remote/ubuntu@smithi143.front.sepia.ceph.com/log 2024-02-13T04:12:29.773 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-13T04:12:30.702 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194/remote/ubuntu@smithi196.front.sepia.ceph.com/log 2024-02-13T04:12:30.703 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-13T04:12:31.481 INFO:tasks.cephadm:Removing cluster... 2024-02-13T04:12:31.482 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 --force 2024-02-13T04:12:32.971 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b99e06ee-ca20-11ee-95b9-87774f69a715 --force 2024-02-13T04:12:34.362 INFO:tasks.cephadm:Removing cephadm ... 2024-02-13T04:12:34.363 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-13T04:12:34.370 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-13T04:12:34.376 INFO:tasks.cephadm:Teardown complete 2024-02-13T04:12:34.376 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-13T04:12:34.389 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-02-13T04:12:34.389 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_1 2024-02-13T04:12:34.688 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-13T04:12:34.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:34.690 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-02-13T04:12:34.690 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_2 2024-02-13T04:12:34.976 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-13T04:12:34.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:34.978 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-02-13T04:12:34.978 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_3 2024-02-13T04:12:35.268 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-13T04:12:35.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:35.270 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-02-13T04:12:35.270 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_4 2024-02-13T04:12:35.540 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-13T04:12:35.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:35.542 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-02-13T04:12:35.542 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-02-13T04:12:35.558 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_1... 2024-02-13T04:12:35.558 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_1 2024-02-13T04:12:35.845 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-13T04:12:35.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:35.846 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_2... 2024-02-13T04:12:35.847 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_2 2024-02-13T04:12:36.121 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-13T04:12:36.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:36.122 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_3... 2024-02-13T04:12:36.123 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_3 2024-02-13T04:12:36.453 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-13T04:12:36.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:36.454 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_4... 2024-02-13T04:12:36.455 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_4 2024-02-13T04:12:36.733 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-13T04:12:36.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:36.735 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-02-13T04:12:36.735 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/scratch_devs 2024-02-13T04:12:36.750 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-13T04:12:36.763 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-13T04:12:36.764 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T04:12:36.766 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T04:12:36.786 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2024-02-13T04:12:36.786 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2024-02-13T04:12:36.786 INFO:teuthology.orchestra.run.smithi143.stdout:*hv01.front.sepi 44.4.53.2 2 u 26 128 377 0.092 -1.317 0.620 2024-02-13T04:12:36.787 INFO:teuthology.orchestra.run.smithi143.stdout:+hv02.front.sepi 63.231.80.2 3 u 97 128 377 0.087 -0.240 0.315 2024-02-13T04:12:36.787 INFO:teuthology.orchestra.run.smithi143.stdout:+hv03.front.sepi 74.6.168.72 3 u 93 128 377 0.103 -2.249 0.449 2024-02-13T04:12:36.787 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-13T04:12:36.816 INFO:teuthology.orchestra.run.smithi196.stdout: remote refid st t when poll reach delay offset jitter 2024-02-13T04:12:36.816 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================== 2024-02-13T04:12:36.816 INFO:teuthology.orchestra.run.smithi196.stdout:*hv01.front.sepi 44.4.53.2 2 u 18 128 377 0.095 0.837 0.220 2024-02-13T04:12:36.816 INFO:teuthology.orchestra.run.smithi196.stdout:+hv02.front.sepi 63.231.80.2 3 u 11 128 377 0.082 1.389 0.239 2024-02-13T04:12:36.816 INFO:teuthology.orchestra.run.smithi196.stdout:+hv03.front.sepi 74.6.168.72 3 u 76 128 377 0.084 -0.430 0.247 2024-02-13T04:12:36.816 INFO:teuthology.orchestra.run.smithi196.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-13T04:12:36.818 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-13T04:12:36.829 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-13T04:12:36.830 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-13T04:12:36.840 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-13T04:12:36.849 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-13T04:12:36.859 INFO:teuthology.task.internal:Duration was 2646.517099 seconds 2024-02-13T04:12:36.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-13T04:12:36.868 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-13T04:12:36.868 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-13T04:12:36.870 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-13T04:12:36.923 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-13T04:12:36.923 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2024-02-13T04:12:36.923 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 2024-02-13T04:12:36.934 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-02-13T04:12:36.934 DEBUG:teuthology.orchestra.run.smithi196:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-13T04:12:36.981 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-13T04:12:36.981 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-13T04:12:36.983 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-13T04:12:37.084 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-13T04:12:37.084 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-13T04:12:37.087 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-13T04:12:37.237 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-13T04:12:37.248 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-13T04:12:37.249 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-13T04:12:37.264 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-13T04:12:37.280 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-13T04:12:37.291 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 2024-02-13T04:12:37.309 DEBUG:teuthology.orchestra.run.smithi196:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-13T04:12:37.320 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2024-02-13T04:12:37.334 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-02-13T04:12:37.365 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-13T04:12:37.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:37.389 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-13T04:12:37.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T04:12:37.414 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-13T04:12:37.426 INFO:teuthology.task.internal:Transferring archived files... 2024-02-13T04:12:37.427 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194/remote/smithi143 2024-02-13T04:12:37.428 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-13T04:12:37.465 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194/remote/smithi196 2024-02-13T04:12:37.466 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-13T04:12:37.494 INFO:teuthology.task.internal:Removing archive directory... 2024-02-13T04:12:37.494 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-13T04:12:37.501 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-13T04:12:37.539 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-13T04:12:37.551 INFO:teuthology.task.internal:Not uploading archives. 2024-02-13T04:12:37.551 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-13T04:12:37.562 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-13T04:12:37.563 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-13T04:12:37.565 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-13T04:12:37.570 INFO:teuthology.orchestra.run.smithi143.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 13 04:12 /home/ubuntu/cephtest 2024-02-13T04:12:37.587 INFO:teuthology.orchestra.run.smithi196.stdout: 659549 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 13 04:12 /home/ubuntu/cephtest 2024-02-13T04:12:37.589 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-13T04:12:37.602 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-13T04:12:37.625 INFO:teuthology.nuke:Checking targets against current locks 2024-02-13T04:12:37.656 DEBUG:teuthology.nuke:shortname: smithi143 2024-02-13T04:12:37.657 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T04:12:37.681 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-13 03:20:26.935096', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-02-13T04:12:37.685 DEBUG:teuthology.nuke:shortname: smithi196 2024-02-13T04:12:37.685 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T04:12:37.706 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557194', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-13 03:20:26.936554', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-02-13T04:12:37.738 INFO:teuthology.orchestra.console.smithi143:Power off 2024-02-13T04:12:37.738 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-13T04:12:37.762 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2024-02-13T04:12:37.763 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:12:37.780 INFO:teuthology.orchestra.console.smithi196:Power off 2024-02-13T04:12:37.780 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-13T04:12:37.790 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-02-13T04:12:37.803 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2024-02-13T04:12:37.803 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:12:37.828 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-02-13T04:12:41.791 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:12:41.829 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:12:41.902 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-02-13T04:12:41.939 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-02-13T04:12:45.907 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:12:45.940 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:12:46.019 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2024-02-13T04:12:46.051 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-02-13T04:12:46.120 INFO:teuthology.orchestra.console.smithi143:Power off completed 2024-02-13T04:12:50.055 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T04:12:50.166 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2024-02-13T04:12:50.267 INFO:teuthology.orchestra.console.smithi196:Power off completed 2024-02-13T04:12:50.371 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: 2646.517099380493 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_lflores@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f27914328e3848408ef97430a1c0fbf4 status: fail success: false 2024-02-13T04:12:50.372 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-13T04:12:50.456 INFO:teuthology.run:FAIL